lambda-mountain icon indicating copy to clipboard operation
lambda-mountain copied to clipboard

Support Curried Function Application by Default

Open andrew-johnson-4 opened this issue 1 year ago • 0 comments
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.

andrew-johnson-4 avatar Jul 19 '24 02:07 andrew-johnson-4