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/glossing.golden | |
Initial commit
Diffstat (limited to 'test/golden/byRef/glossing.golden')
| -rw-r--r-- | test/golden/byRef/glossing.golden | 155 |
1 files changed, 155 insertions, 0 deletions
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 |
