
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 = maphttp://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.htm... headhttp://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.htm...xs Thanks! Corentin

On 3 Jun 2013, at 20:38, Corentin Dupont wrote:
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?
Programatica could do this ten years ago. But it sort-of fell by the wayside. Maybe there is some code still available that could be dusted off and revived: http://ogi.altocumulus.org/~hallgren/h2h.html Regards, Malcolm
participants (2)
-
Corentin Dupont
-
Malcolm Wallace