Skip to content

Commit

Permalink
fix non-exhaustive pattern in rpRelToBComparOp
Browse files Browse the repository at this point in the history
  • Loading branch information
inariksit committed Aug 8, 2023
1 parent 08662b0 commit 20ef769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/haskell/natural4/src/LS/XPile/CoreL4.hs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ rpRelToBComparOp RPelem = refute "rpRelToBComparOp: erroring on RPelem"
rpRelToBComparOp RPnotElem = refute "rpRelToBComparOp: erroring on RPnotElem"
rpRelToBComparOp RPnot = refute "rpRelToBComparOp: erroring on RPnot"
rpRelToBComparOp RPTC {} = refute "rpRelToBComparOp: erroring on RPTC"

rpRelToBComparOp x = refute ("rpRelToBComparOp: erroring on " <> pretty (show x))
-- END helper functions

boolStructRToExpr :: [String] -> BoolStructR -> ExprM ann ()
Expand Down

0 comments on commit 20ef769

Please sign in to comment.