We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e9f4f commit 9caa0b5Copy full SHA for 9caa0b5
src/main/scala/smtlib/theories/Constructors.scala
@@ -75,7 +75,7 @@ object Constructors {
75
}
76
77
78
- def or(t1: Term, t2: Term, ts: Term*): Term = and(t1 +: t2 +: ts)
+ def or(t1: Term, t2: Term, ts: Term*): Term = or(t1 +: t2 +: ts)
79
def or(ts: Seq[Term]): Term = {
80
val flat = ts.flatMap{
81
case Or(es@_*) => es
0 commit comments