Skip to content

Commit

Permalink
tweak transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Dec 6, 2023
1 parent 2d082f8 commit aa0ef5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions unison-src/transcripts/upgrade-with-old-alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ mything = lib.old.foo + 100
myproject/main> update
myproject/main> upgrade old new
myproject/main> view mything
myproject/main> view bar
```
5 changes: 5 additions & 0 deletions unison-src/transcripts/upgrade-with-old-alias.output.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ myproject/main> view mything
use Nat +
foo + 100
myproject/main> view bar
bar : Nat
bar = 141
```

0 comments on commit aa0ef5e

Please sign in to comment.