Skip to content

Commit 7328db0

Browse files
committed
Transcript updates
1 parent b467d64 commit 7328db0

File tree

17 files changed

+838
-832
lines changed

17 files changed

+838
-832
lines changed

unison-src/transcripts-using-base/all-base-hashes.output.md

Lines changed: 758 additions & 752 deletions
Large diffs are not rendered by default.

unison-src/transcripts/idempotent/alias-term.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> ls .
1313
1414
1. foo (a -> b)
15-
2. lib. (847 terms, 125 types)
15+
2. lib. (849 terms, 125 types)
1616
```
1717

1818
It won't create a conflicted name, though.
@@ -29,7 +29,7 @@ It won't create a conflicted name, though.
2929
> ls .
3030
3131
1. foo (a -> b)
32-
2. lib. (847 terms, 125 types)
32+
2. lib. (849 terms, 125 types)
3333
```
3434

3535
You can use `debug.alias.term.force` for that.
@@ -43,5 +43,5 @@ You can use `debug.alias.term.force` for that.
4343
4444
1. foo (a -> b)
4545
2. foo (a -> b)
46-
3. lib. (847 terms, 125 types)
46+
3. lib. (849 terms, 125 types)
4747
```

unison-src/transcripts/idempotent/alias-type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> ls .
1313
1414
1. Foo (builtin type)
15-
2. lib. (847 terms, 125 types)
15+
2. lib. (849 terms, 125 types)
1616
```
1717

1818
It won't create a conflicted name, though.
@@ -29,7 +29,7 @@ It won't create a conflicted name, though.
2929
> ls .
3030
3131
1. Foo (builtin type)
32-
2. lib. (847 terms, 125 types)
32+
2. lib. (849 terms, 125 types)
3333
```
3434

3535
You can use `debug.alias.type.force` for that.
@@ -43,5 +43,5 @@ You can use `debug.alias.type.force` for that.
4343
4444
1. Foo (builtin type)
4545
2. Foo (builtin type)
46-
3. lib. (847 terms, 125 types)
46+
3. lib. (849 terms, 125 types)
4747
```

unison-src/transcripts/idempotent/branch-squash.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,31 +50,31 @@ scratch/main> history
5050
Note: The most recent namespace hash is immediately below this
5151
message.
5252
53-
⊙ 1. #rfu9t6autm
53+
⊙ 1. #bngq90liom
5454
5555
+ Adds / updates:
5656
5757
x
5858
59-
⊙ 2. #raor2k4vkl
59+
⊙ 2. #ibj9ucfel7
6060
6161
+ Adds / updates:
6262
6363
x
6464
65-
⊙ 3. #gphfrcekln
65+
⊙ 3. #a4a7kv27iq
6666
6767
+ Adds / updates:
6868
6969
x
7070
71-
⊙ 4. #arr94osl4n
71+
⊙ 4. #7908j4baqi
7272
7373
+ Adds / updates:
7474
7575
x
7676
77-
□ 5. #5kp2m26mue (start of history)
77+
□ 5. #llkks335gk (start of history)
7878
7979
scratch/squashed> history
8080
@@ -83,5 +83,5 @@ scratch/squashed> history
8383
8484
8585
86-
□ 1. #lqgns9j9e8 (start of history)
86+
□ 1. #lg2ckd5shf (start of history)
8787
```

unison-src/transcripts/idempotent/builtins-merge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `builtins.merge` command adds the known builtins to the specified subnamespa
2525
16. Either. (2 terms)
2626
17. Exception (type)
2727
18. Exception. (1 term)
28-
19. FFI. (7 terms, 3 types)
28+
19. FFI. (9 terms, 3 types)
2929
20. Float (builtin type)
3030
21. Float. (38 terms)
3131
22. Handle. (1 term)

unison-src/transcripts/idempotent/delete.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ scratch/main> delete Foo
6262
6363
scratch/main> ls
6464
65-
1. lib. (847 terms, 125 types)
65+
1. lib. (849 terms, 125 types)
6666
```
6767

6868
``` ucm :hide
@@ -173,7 +173,7 @@ scratch/main> delete.force Foo.Foo
173173
scratch/main> ls
174174
175175
1. Foo (type)
176-
2. lib. (847 terms, 125 types)
176+
2. lib. (849 terms, 125 types)
177177
```
178178

179179
``` ucm :hide
@@ -351,7 +351,7 @@ scratch/main> delete foo
351351
352352
scratch/main> ls
353353
354-
1. lib. (847 terms, 125 types)
354+
1. lib. (849 terms, 125 types)
355355
```
356356

357357
``` ucm :hide

unison-src/transcripts/idempotent/emptyCodebase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Technically, the definitions all exist, but they have no names. `builtins.merge`
2121
2222
> ls lib
2323
24-
1. builtins. (674 terms, 107 types)
24+
1. builtins. (676 terms, 107 types)
2525
```
2626

2727
And for a limited time, you can get even more builtin goodies:
@@ -33,8 +33,8 @@ And for a limited time, you can get even more builtin goodies:
3333
3434
> ls lib
3535
36-
1. builtins. (674 terms, 107 types)
37-
2. builtinsio. (847 terms, 125 types)
36+
1. builtins. (676 terms, 107 types)
37+
2. builtinsio. (849 terms, 125 types)
3838
```
3939

4040
More typically, you'd start out by pulling `base`.

unison-src/transcripts/idempotent/fix1532.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Let's see what we have created...
3737
> ls .
3838
3939
1. bar. (1 term)
40-
2. builtin. (674 terms, 107 types)
40+
2. builtin. (676 terms, 107 types)
4141
3. foo. (2 terms)
4242
```
4343

unison-src/transcripts/idempotent/input-parsing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Quoted numbers are not expanded.
3333
``` ucm
3434
scratch/main> ls
3535
36-
1. builtin. (847 terms, 125 types)
36+
1. builtin. (849 terms, 125 types)
3737
2. main ('{IO} Either Failure [Text])
3838
3939
scratch/main> run main "1" "2-" "3-4"

unison-src/transcripts/idempotent/lib-install-local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ myproject/main> lib.install.local scratch
3535
3636
myproject/main> ls lib
3737
38-
1. scratch_main. (676 terms, 108 types)
38+
1. scratch_main. (678 terms, 108 types)
3939
4040
-- Can also specify a custom destination location
4141
@@ -45,8 +45,8 @@ myproject/main> lib.install.local scratch/main coolerscratch
4545
4646
myproject/main> ls lib
4747
48-
1. coolerscratch. (676 terms, 108 types)
49-
2. scratch_main. (676 terms, 108 types)
48+
1. coolerscratch. (678 terms, 108 types)
49+
2. scratch_main. (678 terms, 108 types)
5050
5151
-- Installed libs should be squashed.
5252

0 commit comments

Comments
 (0)