lasca-compiler icon indicating copy to clipboard operation
lasca-compiler copied to clipboard

Pretty printing for types

Open nau opened this issue 8 years ago • 0 comments

Now we have foldl : ∀(a,b) => ((List a) -> (b -> ((a -> (b -> b)) -> b))) I'd like to have foldl : ∀(a,b) => List a -> b -> (a -> b -> b) -> b

nau avatar Aug 07 '17 16:08 nau