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/glossing.golden | 155 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 test/golden/byRef/glossing.golden (limited to 'test/golden/byRef/glossing.golden') diff --git a/test/golden/byRef/glossing.golden b/test/golden/byRef/glossing.golden new file mode 100644 index 0000000..e213bc9 --- /dev/null +++ b/test/golden/byRef/glossing.golden @@ -0,0 +1,155 @@ +[ BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 1 + , sourceColumn = Pos 1 + } + ) + ( Marker "first_proposition" ) + ( Lemma [] + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Symbol "=" ) + ) + ) + [ TermVar + ( NamedVar "a" ) + , TermVar + ( NamedVar "a" ) + ] + ) + ) +, BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 5 + , sourceColumn = Pos 1 + } + ) + ( Marker "second_proposition" ) + ( Lemma [] + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Symbol "=" ) + ) + ) + [ TermVar + ( NamedVar "b" ) + , TermVar + ( NamedVar "b" ) + ] + ) + ) +, BlockLemma + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 9 + , sourceColumn = Pos 1 + } + ) + ( Marker "third_proposition" ) + ( Lemma [] + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Symbol "=" ) + ) + ) + [ TermVar + ( NamedVar "c" ) + , TermVar + ( 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 [] + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Symbol "=" ) + ) + ) + [ TermVar + ( NamedVar "e" ) + , TermVar + ( NamedVar "e" ) + ] + ) + ) +, BlockProof + ( SourcePos + { sourceName = "test/examples/byRef.tex" + , sourceLine = Pos 19 + , sourceColumn = Pos 1 + } + ) + ( Have + ( Quantified Universally + ( Scope + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Symbol "=" ) + ) + ) + [ TermVar + ( B + ( NamedVar "d" ) + ) + , TermVar + ( B + ( 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 [] + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Symbol "=" ) + ) + ) + [ TermVar + ( NamedVar "f" ) + , TermVar + ( NamedVar "f" ) + ] + ) + ) +] \ No newline at end of file -- cgit v1.2.3