unison/unison-src/errors/check-for-regressions/app-polymorphic.u

5 lines
69 B
Plaintext

foo : a -> a -> a -> a -> a -> a
foo a b c d e = e
foo 1 2 3 "ha" 5