summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hastabel/PropertyParser.g42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hastabel/PropertyParser.g4 b/src/hastabel/PropertyParser.g4
index a495135..a6cefac 100644
--- a/src/hastabel/PropertyParser.g4
+++ b/src/hastabel/PropertyParser.g4
@@ -713,7 +713,7 @@ ax_operator [Variable current_node]
Formula.forall
(
next_node,
- Formula.and
+ Formula.implies
(
node_connect.as_formula_(current_node, next_node),
($formula.result)