diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-05-07 18:07:23 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-05-07 18:07:23 +0200 |
| commit | b2f9f7900ccb4a569ed23e9ecf327564dbba2b7d (patch) | |
| tree | ac781463be5cf38ed785cd22339a291ccf7cdec8 /test/golden/formula/parsing.golden | |
| parent | bc2ea0a384548aab50991c4de365f1afbad9a284 (diff) | |
Sketch noun coord, symbols for reals
Diffstat (limited to 'test/golden/formula/parsing.golden')
| -rw-r--r-- | test/golden/formula/parsing.golden | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/test/golden/formula/parsing.golden b/test/golden/formula/parsing.golden index 4c6321d..7de1fb7 100644 --- a/test/golden/formula/parsing.golden +++ b/test/golden/formula/parsing.golden @@ -73,4 +73,56 @@ ) ) ) +, BlockLemma + ( SourcePos + { sourceName = "test/examples/formula.tex" + , sourceLine = Pos 9 + , sourceColumn = Pos 1 + } + ) + ( Marker "formula_test_not_exists" ) + ( Lemma [] + ( StmtConnected Equivalence + ( StmtFormula + ( FormulaQuantified Existentially + ( NamedVar "x" :| + [ NamedVar "y" ] + ) Unbounded + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "x" ) :| [] + ) Positive + ( RelationSymbol + ( Symbol "=" ) + ) + ( ExprVar + ( NamedVar "y" ) :| [] + ) + ) + ) + ) + ) + ( StmtNeg + ( StmtFormula + ( FormulaQuantified Existentially + ( NamedVar "x" :| [] ) Unbounded + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "x" ) :| [] + ) Positive + ( RelationSymbol + ( Command "neq" ) + ) + ( ExprVar + ( NamedVar "x" ) :| [] + ) + ) + ) + ) + ) + ) + ) + ) ]
\ No newline at end of file |
