[Haskell-cafe] code to HTML

Corentin Dupont corentin.dupont at gmail.com
Mon Jun 3 21:38:58 CEST 2013


Hello everybody,
I'd like to transform a .hs file into a .html file.
The objective is that the .html file, when rendered, looks exactly the same
that the .hs, with the exeption that every function in the code is a link
to its haddock documentation.
Is that possible? The result would look like that:

f xs = map<http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:map>
head<http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:head>xs

Thanks!
Corentin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130603/15d35645/attachment.htm>


More information about the Haskell-Cafe mailing list