
4 May
2017
4 May
'17
8:35 a.m.
Thus quoth Jeffrey Brown at 08:10 on Thu, May 04 2017:
I am looking at Text.Markdown. The Types.hs file[1] looks like it's got comments that are meant to be viewed as some form other than plain text --
These comments look like typical Haddock comments for me. https://www.haskell.org/haddock/ Haddock is a tool for automatic generation of documentation from Haskell source.
How should I view it? Preferably in Emacs?
You could probably run Haddock on this file and then browse the result (with eww, for example). Haddock may also generate outputs in different formats, but I don't have additional information on that functionality off the top of my head. -- Sergiu