MondayMorningHaskell / haskellings

An automated tutorial to teach you about Haskell!
BSD 3-Clause "New" or "Revised" License
166 stars 25 forks source link

Haddock #54

Closed jhb563 closed 3 years ago

jhb563 commented 3 years ago

Addresses https://github.com/MondayMorningHaskell/haskellings/issues/51

Separates internal and external files. Explicitly documents functions that are exported, and provides Haddock documentation for all public functions and types.

Running stack haddock indicates 100% coverage now.