-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
UXIssues related to the user experience (e.g., improved error messages)Issues related to the user experience (e.g., improved error messages)bugSomething not working correctlySomething not working correctly
Milestone
Description
Apparently we got the precedences wrong in the pretty printer for Cryptol types:
Cryptol> :t [zero : Z 5]
[zero : Z 5] : [1]Z 5
This should be [1](Z 5) instead of [1]Z 5, because [1]Z 5 doesn't parse:
Cryptol> [zero] : [1]Z 5
Parse error at <interactive>:1:15,
unexpected: 5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
UXIssues related to the user experience (e.g., improved error messages)Issues related to the user experience (e.g., improved error messages)bugSomething not working correctlySomething not working correctly