Re: [Haskell-cafe] Text.Xhtml.Strict

2007-08-26 Thread Henning Thielemann
On Sat, 25 Aug 2007, Marco TĂșlio Gontijo e Silva wrote: Hello there. I don't know if it's off topic, but I don't know where else to ask. I've been using Text.Xhtml.Strict, and I'm wondering why the functions are mostly Html -> Html and not HTML a => a -> Html, or something similar. If they we

[Haskell-cafe] Text.Xhtml.Strict

2007-08-25 Thread Marco TĂșlio Gontijo e Silva
Hello there. I don't know if it's off topic, but I don't know where else to ask. I've been using Text.Xhtml.Strict, and I'm wondering why the functions are mostly Html -> Html and not HTML a => a -> Html, or something similar. If they were like this, << and toHtml would be not needed, what would