mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
168 B
168 B
foo/main> builtins.merge
structural type Foo = MkFoo Nat
main : () -> Foo
main _ = MkFoo 5
foo/main> add
foo/main> run main