sum-types
: Fix lint checking for case
expressions
#1615
Labels
bug
Something not working correctly
enums
Issues related to enums
typechecker
Issues related to type-checking Cryptol code.
On the sum-types branch (#1602), if you write this:
Then running
cryptol
onFoo.icry
will crash:We need to implement an
ECase
case inCryptol.Typecheck.Sanity.exprSchema
.The text was updated successfully, but these errors were encountered: