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

Imants Cekusins imantc at gmail.com
Mon Feb 8 17:33:46 UTC 2016


would
f 1 ; 2 + 3

look ok instead of
f 1 $ 2 + 3

?

the semicolon would be part of syntax, not something with a type
the intuition is: pause application until the rest is applied


More information about the Haskell-Cafe mailing list