Skip to content
Snippets Groups Projects

Print and/or connector formulas with 1 argument

Merged Viktor Kuncak requested to merge github/fork/cache-nez/and-or-one-argument into main
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -460,6 +460,7 @@ object Parser {
},
{
case ConnectorFormula(c @ (Iff | Implies), Seq(left, right)) => Seq(left ~ Some(c ~ right))
case ConnectorFormula((And | Or), Seq(f)) => Seq(f ~ None)
case f => Seq(f ~ None)
}
)
Loading