hdiff
packages
feed
implicit
-0.2.0: Examples/example9.escad
// Example9.escad -- function currying. f = max(4); echo(f(5)); echo(max(4,5));