mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-09 16:24:08 +03:00
198 B
198 B
.> project.create-empty foo
foo/main> builtins.mergeio
structural type Foo = MkFoo Nat
main : () -> Foo
main _ = MkFoo 5
foo/main> add
foo/main> run main