ap.parser
Turn a formula f1 ∗ f2 ∗ ... ∗ fn (where ∗ is some binary operator) into List(f1, f2, ..., fn)
f1 ∗ f2 ∗ ... ∗ fn
∗
List(f1, f2, ..., fn)
(Since version ) see corresponding Javadoc for more information.
Turn a formula
f1 ∗ f2 ∗ ... ∗ fn
(where∗
is some binary operator) intoList(f1, f2, ..., fn)