mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
183 B
183 B
structural type One a = One a
unique type Woot a b c = Woot a b c
unique type Z = Z
snoc k aN = match k with
One a0 -> Woot (One a0) (One aN) 99
> snoc (One 1) 2