unison/unison-src/tests/344.uu
Arya Irani 9d9b0fe1f5 whoops
2019-04-16 17:25:33 -04:00

6 lines
122 B
Plaintext

ability Either a b where
left : a -> {Either a b} ()
right : b -> {Either a b} ()
type Either a b = Left a | Right b