You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix required inserting another precedence level for sequence types
`[n]a` (level 4) in between `app_type` (level 3) and `atype` (now
level 5).
Fixes#933.
Apparently we got the precedences wrong in the pretty printer for Cryptol types:
This should be
[1](Z 5)
instead of[1]Z 5
, because[1]Z 5
doesn't parse:The text was updated successfully, but these errors were encountered: