mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 20:00:27 +03:00
224 B
224 B
foo = 1
lib.foo = 2
lib.bar = 3
foo.lib.qux = 4
.> add
.> find foo
.> find bar
.> find baz
.> find qux
.> find.global nothere