unison/unison-src/transcripts/emptyCodebase.output.md
Paul Chiusano b7bf12081b
Add Author and License metadata types to builtins (#1228)
* Fix #1056 and add author and license metadata types

* Transcript demonstrating that the codebase is empty at first
2020-02-13 10:59:53 -05:00

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.