[Haskell-cafe] Language complexity & beginners (Was: New type of ($) operator in GHC 8.0 is problematic)

Richard A. O'Keefe ok at cs.otago.ac.nz
Mon Feb 8 22:35:57 UTC 2016



On 9/02/16 6:33 am, Imants Cekusins wrote:
> would
> f 1 ; 2 + 3
>
> look ok instead of
> f 1 $ 2 + 3

No.  Semicolon already means something in Haskell,
and that's not it.



More information about the Haskell-Cafe mailing list