mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-15 04:11:34 +03:00
b7bf12081b
* Fix #1056 and add author and license metadata types * Transcript demonstrating that the codebase is empty at first
496 B
496 B
The empty codebase
The Unison codebase, when first initialized, contains no definitions in its namespace.
Not even Nat
or +
!
BEHOLD!!!
.> ls
nothing to show
Technically, the definitions all exist, but they have no names. builtins.merge
brings them into existence, under the current namespace:
☝️ The namespace .foo is empty.
.foo> builtins.merge
Done.
.foo> ls
1. builtin/ (316 definitions)
More typically, you'd start out by pulling `base.