elm/tests/good/SoundnessAnnotated3.elm
2013-07-12 16:32:53 +02:00

3 lines
64 B
Elm

test : (a -> b) -> a -> b
test f = let g x = f x
in g