lambda-mountain
lambda-mountain copied to clipboard
Support Curried Function Application by Default
trafficstars
(f( a b c ))
AND
(f a b c)
should be OK. All that is necessary is to bind a separate type signature for the curried syntax.