Skip to content

Commit

Permalink
rerun generic-parse-errors transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Aug 16, 2024
1 parent 2f82c7e commit df2c76a
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions unison-src/transcripts/generic-parse-errors.output.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,32 @@ namespace.blah = 1
Loading changes detected in scratch.u.
The identifier `namespace` used here is a reserved keyword:
I got confused here:
1 | namespace.blah = 1
You can avoid this problem either by renaming the identifier
or wrapping it in backticks (like `namespace` ).
I was surprised to find a = here.
I was expecting one of these instead:
* ability
* bang
* binding
* do
* false
* force
* handle
* if
* lambda
* let
* newline or semicolon
* quote
* termLink
* true
* tuple
* type
* typeLink
* use
```
``` unison
Expand Down

0 comments on commit df2c76a

Please sign in to comment.