mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 07:51:12 +03:00
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
type X = S Text | I Nat
|
|
|
|
foo : a -> b -> c -> X
|
|
foo x y z = X.S ""
|
|
|
|
[foo +1 1 1.0, 1]
|