remove load command from transcript

This commit is contained in:
Travis Staton 2023-11-22 12:11:44 -05:00
parent b07fbab903
commit 1facd86d04
No known key found for this signature in database
GPG Key ID: 431DD911A00DAE49
2 changed files with 0 additions and 17 deletions

View File

@ -3,7 +3,3 @@
unique type Foo = Foo
unique type sub.Foo =
```
```ucm
.> load
```

View File

@ -16,16 +16,3 @@ unique type sub.Foo =
unique type sub.Foo
```
```ucm
.> load
I found and typechecked these definitions in scratch.u. If you
do an `add` or `update`, here's how your codebase would
change:
⍟ These new definitions are ok to `add`:
unique type Foo
unique type sub.Foo
```