On Sat, 7 Jul 2012, Dan Burton wrote:

> > Could the documentation be an argument of mkLenses?

> Does haddock run on the template-haskell expanded code?
 
TH macros must have type Q [Dec]. Dec has no constructor for comments, with the 
exception of pragmas. This
might be feature request worthy, though it is a rather strange case to want to 
generate comments via a macro.

Alternatively, Haddock allows you to document functions in the export list.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to