[Use iff, add the tag Neil Mitchell**20060819125137] { hunk ./src/Web/HTML.hsx 7 +import Hoogle.General hunk ./src/Web/HTML.hsx 62 - <% if null webPackage then "" else - "\""" + <% iff (not $ null webPackage) $ + webPackage hunk ./src/Web/HTML.hsx 72 - <% if null webPackage then "" else - "" + <% iff (not $ null webPackage) $ + hunk ./src/Web/HTML.hsx 87 - - - - - -
Invalid SearchNo results found
- <+> -
- Error, your search was invalid:
- <% errmsg %> - -
+ + + + + + +
Invalid SearchNo results found
hunk ./src/Web/HTML.hsx 95 +
+ Error, your search was invalid:
+ <% errmsg %> +
    +
  • This is probably a parse error, check for matching brackets etc.
  • +
+
+
hunk ./src/Web/HTML.hsx 129 - <% if null webPackage then "" else + <% iff (not $ null webPackage) $ hunk ./src/Web/HTML.hsx 137 - <% if null webPackage then "" else - " - Gtk2Hs edition" + <% iff (not $ null webPackage) $ + - Gtk2Hs edition hunk ./src/Web/XML.hs 45 +instance ToXMLs a => ToXMLs (Maybe a) where + toXMLs Nothing = XmlList [] + toXMLs (Just x) = toXMLs x + hunk ./src/Web/XML.hs 53 + show (Tag "hsx" [] inner) = show inner }