Skip to content

Commit

Permalink
Scala 2.13 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpgambhir committed Sep 18, 2024
1 parent bf31354 commit 14d0a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/lazabs/horn/parser/HornReader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ class ClauseQuantifierEliminator(rawClause : IFormula,
val existConsts = createExistentialConstants(a.size)

implicit val _order: TermOrder = order
import TerForConvenience.*
import TerForConvenience._

addAssertion(a === (for (IConstant(c) <- existConsts) yield c))

Expand Down

0 comments on commit 14d0a24

Please sign in to comment.