You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
It could potentially be nice to have inline documentation of function parameters...
Maybe it is better practice to create a type alias for each and every parameter, but sometimes it's more convenient to add inline documentation using this style of documentation:
foo : bar -- documentation for the bar param
-> baz -- documentation for the baz param
-> qux
It could potentially be nice to have inline documentation of function parameters...
Maybe it is better practice to create a type alias for each and every parameter, but sometimes it's more convenient to add inline documentation using this style of documentation:
Haddock does a nice job of generating documentation for functions with this method, see e.g.:
https://hackage.haskell.org/package/bytestring-0.10.8.1/docs/Data-ByteString.html#v:breakSubstring
The text was updated successfully, but these errors were encountered: