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
Cryptol> [0, -1 .. 0 ]
Parse error at <interactive>:1:5--1:7
The boundaries of .. sequences should be valid numeric types.
The expression `ELocated (ENeg (ELocated (ELocated (ELit (ECNum 1 (DecLit "1"))) (Range {from = Position {line = 1, col = 6}, to = Position {line = 1, col = 7}, source = "<interactive>"})) (Range {from = Position {line = 1, col = 6}, to = Position {line = 1, col = 7}, source = "<interactive>"}))) (Range {from = Position {line = 1, col = 5}, to = Position {line = 1, col = 7}, source = "<interactive>"})` is not.
It seems we are using show directly on type expressions instead of using the pretty printer in this instance, and perhaps in others.
The text was updated successfully, but these errors were encountered:
robdockins
added
the
UX
Issues related to the user experience (e.g., improved error messages)
label
Nov 19, 2020
It seems we are using
show
directly on type expressions instead of using the pretty printer in this instance, and perhaps in others.The text was updated successfully, but these errors were encountered: