unison/unison-src/errors/X-array.u
2018-08-07 13:09:35 -04:00

7 lines
89 B
Plaintext

type X = S Text | I UInt64
foo : a -> b -> c -> X
foo x y z = X.S ""
[foo +1 1 1.0, 1]