Closed gauravmm closed 8 years ago
When using quantifiers:
Parens are required around the quantifiers; this should not be necessary in input. Also, parens are not automatically inserted around the thing quantified. For example:
// These: (∀x)Rxy (∀x)(Rxy) ∀x Rxy ∀x(Rxy) // Should automatically become: (∀x)(Rxy)
When using quantifiers:
Parens are required around the quantifiers; this should not be necessary in input. Also, parens are not automatically inserted around the thing quantified. For example: