From 442d732696ad431b84f6e5c72b6ee785be4fd968 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:22:14 +0100 Subject: Initial commit --- test/golden/byRef/parsing.golden | 168 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 test/golden/byRef/parsing.golden (limited to 'test/golden/byRef/parsing.golden') 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 -- cgit v1.2.3