5 ms·
You mean "this library" not "Haskell libraries". Some libraries have real documentation (either on hackage or off) to go with the API reference. http://hackag
by imanaccount 12y ago
You mean "this library" not "Haskell libraries". Some libraries have real documentation (either on hackage or off) to go with the API reference.
http://hackage.haskell.org/package/pipes-4.1.2/docs/Pipes-Tutorial.html http://hackage.haskell.org/package/pipes-4.1.2/docs/Pipes-Tu...
http://hackage.haskell.org/package/aeson-0.7.0.6/docs/Data-Aeson.html http://hackage.haskell.org/package/aeson-0.7.0.6/docs/Data-A...
- Kiro 12y agoThe point is valid though. The lack of documentation/examples on most package pages made my learning experience a real hassle.
- klrr 12y agoIn many cases a few examples and type signatures are enough for the intermediate Haskell user. Virtually all packages for Haskell are free software though, so you can of course contribute documentation if you feel there ain't enough, because obviously if the current Haskell users don't need more docs they won't write it.