bind :: Monad m => (a -> m b) -> m a -> m b
Henning Thielemann
lemming at henning-thielemann.de
Thu Dec 11 12:38:53 UTC 2014
On Thu, 11 Dec 2014, Felipe Lessa wrote:
> The infix vs prefix discussion looks like a red herring. This proposal
> is only about using the letters `bind` instead of the symbols `(=<<)`.
> Which, besides "not being letters", I can only think of "it has 5 chars
> instead of 4, messing with my indentation" as disadvantages.
Thus it is generally a good idea to indent with a fixed size, instead of
indenting according to function names.
More information about the Libraries
mailing list