Hello everybody,<br>I&#39;d like to transform a .hs file into a .html file.<br>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.<br>
Is that possible? The result would look like that:<br><br>f xs = <a href="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:map">map</a> <a href="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:head">head</a> xs<br>
<br>Thanks!<br>Corentin<br>