Skip to content

Commit

Permalink
reestablish a vompilation crash for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGuilloud committed Oct 25, 2024
1 parent 1d1cbc3 commit cd05987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisa-sets2/src/main/scala/lisa/automation/Substitution.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ object Substitution:
(rule: (proof.Fact | F.Formula)): Boolean =
rule match
// as formula
case f: Expr[?] => f match
case === #@ l #@ r => true
case f: Formula @ unchecked => f match
case ===(l, r) => true
case <=> #@ l #@ r => true
case _ => false
// as a justification
Expand Down

0 comments on commit cd05987

Please sign in to comment.