On Fri, 7 Dec 2007, Neil Mitchell wrote: > Hi > > I want literate Haskell, but where the literate bit forming a document > is actually HTML, not latex. Does anyone have any idea how to go about > this?
The numeric-quest library was the first and only one that I have seen in this style. I could only get it working both in GHC and a browser by creating links. Say Module.lhs Module.html -> Module.lhs http://darcs.haskell.org/numeric-quest/ _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
