elm/tests/good/SoundnessAnnotated1.elm

5 lines
61 B
Elm
Raw Normal View History

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