diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
| commit | 442d732696ad431b84f6e5c72b6ee785be4fd968 (patch) | |
| tree | b476f395e7e91d67bacb6758bc84914b8711593f /test/golden/byRef/parsing.golden | |
Initial commit
Diffstat (limited to 'test/golden/byRef/parsing.golden')
| -rw-r--r-- | test/golden/byRef/parsing.golden | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/test/golden/byRef/parsing.golden b/test/golden/byRef/parsing.golden new file mode 100644 index 0000000..2cf91b6 --- /dev/null +++ b/test/golden/byRef/parsing.golden @@ -0,0 +1,168 @@ +[ BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 1 + , sourceColumn = Pos 1 + } + ) + ( Marker "first_proposition" ) + ( Lemma [] + ( StmtFormula + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "a" ) :| [] + ) Positive + ( RelationSymbol + ( Symbol "=" ) + ) + ( ExprVar + ( NamedVar "a" ) :| [] + ) + ) + ) + ) + ) +, BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 5 + , sourceColumn = Pos 1 + } + ) + ( Marker "second_proposition" ) + ( Lemma [] + ( StmtFormula + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "b" ) :| [] + ) Positive + ( RelationSymbol + ( Symbol "=" ) + ) + ( ExprVar + ( NamedVar "b" ) :| [] + ) + ) + ) + ) + ) +, BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 9 + , sourceColumn = Pos 1 + } + ) + ( Marker "third_proposition" ) + ( Lemma [] + ( StmtFormula + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "c" ) :| [] + ) Positive + ( RelationSymbol + ( Symbol "=" ) + ) + ( ExprVar + ( NamedVar "c" ) :| [] + ) + ) + ) + ) + ) +, BlockProof + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 12 + , sourceColumn = Pos 1 + } + ) + ( Qed + ( JustificationRef + ( Marker "first_proposition" :| [] ) + ) + ) +, BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 16 + , sourceColumn = Pos 1 + } + ) + ( Marker "fourth_proposition" ) + ( Lemma [] + ( StmtFormula + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "e" ) :| [] + ) Positive + ( RelationSymbol + ( Symbol "=" ) + ) + ( ExprVar + ( NamedVar "e" ) :| [] + ) + ) + ) + ) + ) +, BlockProof + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 19 + , sourceColumn = Pos 1 + } + ) + ( Have Nothing + ( SymbolicQuantified Universally + ( NamedVar "d" :| [] ) Unbounded Nothing + ( StmtFormula + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "d" ) :| [] + ) Positive + ( RelationSymbol + ( Symbol "=" ) + ) + ( ExprVar + ( NamedVar "d" ) :| [] + ) + ) + ) + ) + ) + ( JustificationRef + ( Marker "first_proposition" :| [] ) + ) ( Qed JustificationEmpty ) + ) +, BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 23 + , sourceColumn = Pos 1 + } + ) + ( Marker "fifth_proposition" ) + ( Lemma [] + ( StmtFormula + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "f" ) :| [] + ) Positive + ( RelationSymbol + ( Symbol "=" ) + ) + ( ExprVar + ( NamedVar "f" ) :| [] + ) + ) + ) + ) + ) +]
\ No newline at end of file |
