elm/tests/good/Apply.elm

4 lines
103 B
Elm
Raw Normal View History

let apply f x = f x
id x = x
in apply id (apply id (apply id (apply id (apply id (apply id 4)))))