snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
153 stars 64 forks source link

Document Data.MinLen #58

Closed MaxGabriel closed 9 years ago

MaxGabriel commented 9 years ago

Preview haddocks are available here.

I'm pretty happy with these API docs. There's some replication in the discussion of Peano numbers, which I don't think is too bad (probably worse to force users to jump around). I'm pretty new to this module so it's probably worth double checking what I've written here.

snoyberg commented 9 years ago

Wonderful work, thank you!

gregwebs commented 9 years ago

those are great Docs!