elm/tests/data/good/Soundness/IdAnnotated.elm
2013-12-29 15:17:49 -06:00

4 lines
58 B
Elm

myId = let id : a -> a
id x = x
in id