summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-05-30 15:30:05 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-05-30 15:30:05 +0200 |
commit | bba4a584979bbf128028a850dd11b3a25a98a967 (patch) | |
tree | dc66ca00d64bc0d75cb0e9fc71d9c26b68f9f5f2 | |
parent | 7633ea659a37ee06c80076f32505b0b584a89c7e (diff) |
(forall ... (and ...)) -> (forall ... (implies ...))
-rw-r--r-- | src/hastabel/PropertyParser.g4 | 2 |
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) |