[Haskell-cafe] ANN: moe html combinator

Bulat Ziganshin bulat.ziganshin at gmail.com
Fri Aug 28 01:28:09 EDT 2009


Hello Jinjing,

Friday, August 28, 2009, 9:08:58 AM, you wrote:

> hand written html is fine, except for the closing tags:

may be it's possible to omit them using type machinery?

>           link [rel "icon", _type "image/png", href "panda_icon.png"] (/)

it contains unpredictable mix of xxx', _xxx and xxx identifiers. how
about using the same style, say _xxx, for everything? and stop reusing
Prelude operators, in particular, replace "-" with "$"?


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list