Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into cvc5-set-bag
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed Feb 6, 2025
2 parents 89677fb + 32e943d commit ba83438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,10 @@ killSubst :: RReft -> RReft
killSubst = fmap killSubstReft

killSubstReft :: F.Reft -> F.Reft
killSubstReft = trans kv () ()
killSubstReft = trans ks
where
kv = defaultVisitor { txExpr = ks }
ks _ (F.PKVar k _) = F.PKVar k mempty
ks _ p = p
ks (F.PKVar k _) = F.PKVar k mempty
ks p = p

defAnn :: Bool -> t -> Annot t
defAnn True = AnnRDf
Expand Down

0 comments on commit ba83438

Please sign in to comment.