Top "Haddock" questions

Haddock is a documentation generator for Haskell

What does a Haskell comment starting with `{- |` generally mean?

I see Haskell multi-line comments that sometimes start with {- | instead of just {-. Does leading with the pipe character …

haskell haddock
Literate Haskell (.lhs) and Haddock

At the moment I'm only using Haddock but after seeing some really interesting examples (e.g. this gist) of literate …

haskell literate-programming haddock