Fix 2628.md for projects

This commit is contained in:
Chris Penner 2024-06-26 11:18:41 -07:00
parent f3503cca97
commit bcb3e46218
2 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
```ucm:hide
scratch/main> alias.type ##Nat .base.Nat
scratch/main> alias.type ##Nat lib.base.Nat
```
```unison:hide

View File

@ -4,23 +4,23 @@ unique type foo.bar.baz.MyRecord = {
}
```
```ucm
scratch/main> add
🛑
The transcript failed due to an error in the stanza above. The error is:
⍟ I've added these definitions:
I couldn't resolve any of these symbols:
2 | value : Nat
Symbol Suggestions
Nat No matches
type foo.bar.baz.MyRecord
foo.bar.baz.MyRecord.value : MyRecord -> Nat
foo.bar.baz.MyRecord.value.modify : (Nat ->{g} Nat)
-> MyRecord
->{g} MyRecord
foo.bar.baz.MyRecord.value.set : Nat
-> MyRecord
-> MyRecord
scratch/main> find : Nat -> MyRecord
1. foo.bar.baz.MyRecord.MyRecord : Nat -> MyRecord
```