Skip to content

Commit

Permalink
comment out RPor and RPand cases for now, while we wait to hear back …
Browse files Browse the repository at this point in the history
…from Meng about them
  • Loading branch information
ym-han committed Aug 28, 2023
1 parent 1993573 commit 9ad6549
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@ simplifybodyRP = \case
-- ^ this is the same for both the body and head
RPConstraint exprsl rel exprsr -> case rel of
RPis -> pure $ simpbodRPC @RPis exprsl exprsr
RPor -> pure $ simpbodRPC @RPor exprsl exprsr
RPand -> pure $ simpbodRPC @RPand exprsl exprsr
-- TODO: comment these out for now to avoid inadvertent crashes of the system
-- RPor -> pure $ simpbodRPC @RPor exprsl exprsr
-- RPand -> pure $ simpbodRPC @RPand exprsl exprsr
_ -> SimpL4 $ refute [MkErr "shouldn't be seeing other rel ops in rpconstraint in body"]
{- ^ Special case to handle for RPConstraint in the body but not the head: non-propositional connectives / anaphora!
EG: ( Leaf
Expand Down

0 comments on commit 9ad6549

Please sign in to comment.