lasca-compiler
lasca-compiler copied to clipboard
Pretty printing for types
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