unison/unison-src/errors/X-array.u

7 lines
97 B
Plaintext
Raw Normal View History

2021-08-24 21:33:27 +03:00
structural type X = S Text | I Nat
foo : a -> b -> c -> X
foo x y z = X.S ""
[foo +1 1 1.0, 1]