[6 of 7] Compiling Text.XML ( Text/XML.hs, dist/dist-sandbox-b4493aa4/build/Text/XML.o )
Text/XML.hs:331:16:
Couldn't match type ‘a0 -> BI.MarkupM a0’ with ‘BI.MarkupM ()’
Expected type: B5.Html
Actual type: a0 -> BI.MarkupM a0
Probable cause: ‘BI.Leaf’ is applied to too few arguments
In the expression: BI.Leaf tag open (fromString " />")
In an equation for ‘leaf’:
leaf = BI.Leaf tag open (fromString " />")
I guess an upper-bound would avoid this. :)
I guess an upper-bound would avoid this. :)