Allow negated quantified expressions without parentheses
This commit is contained in:
parent
acb6c05eec
commit
9076ecd95d
@ -518,7 +518,7 @@ fn exists(i: &str) -> IResult<&str, crate::Formula>
|
|||||||
tag(","),
|
tag(","),
|
||||||
variable_declaration
|
variable_declaration
|
||||||
),
|
),
|
||||||
formula_precedence_1
|
formula_precedence_2
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
whitespace0
|
whitespace0
|
||||||
@ -553,7 +553,7 @@ fn for_all(i: &str) -> IResult<&str, crate::Formula>
|
|||||||
tag(","),
|
tag(","),
|
||||||
variable_declaration
|
variable_declaration
|
||||||
),
|
),
|
||||||
formula_precedence_1
|
formula_precedence_2
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
whitespace0
|
whitespace0
|
||||||
|
Loading…
Reference in New Issue
Block a user