[Remove various work arounds for [] and extra $'s, thanks to trhsx fixes
Neil Mitchell**20060819131139] {
hunk ./src/Web/HTML.hsx 72
- <% iff (not $ null webPackage) $
+ <% iff (not $ null webPackage)
hunk ./src/Web/HTML.hsx 75
- <% iff (webLogo /= "default") $
+ <% iff (webLogo /= "default")
hunk ./src/Web/HTML.hsx 132
- <% iff (not $ null webPackage) $
- "
"
+ <% iff (not $ null webPackage)
+
hunk ./src/Web/HTML.hsx 137
- <% box "β" %>
+ [β]
hunk ./src/Web/HTML.hsx 140
- <% iff (not $ null webPackage) $
+ <% iff (not $ null webPackage)
hunk ./src/Web/HTML.hsx 147
- <% iff (not $ null webPackage) $
+ <% iff (not $ null webPackage)
hunk ./src/Web/HTML.hsx 150
- <% iff (webLogo /= "default") $
+ <% iff (webLogo /= "default")
hunk ./src/Web/HTML.hsx 161
- (a -> b) -> <%box_a%> -> <%box_b%>
- Ord a => <%box_a%> -> <%box_a%>
+ (a -> b) -> [a] -> [b]
+ Ord a => [a] -> [a]
hunk ./src/Web/HTML.hsx 165
- where
- box x = "[" ++ x ++ "]"
- box_a = box "a"
- box_b = box "b"
-
}