diff options
Diffstat (limited to 'test/golden/no-reflexive-set/parsing.golden')
| -rw-r--r-- | test/golden/no-reflexive-set/parsing.golden | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/test/golden/no-reflexive-set/parsing.golden b/test/golden/no-reflexive-set/parsing.golden new file mode 100644 index 0000000..3de5dcc --- /dev/null +++ b/test/golden/no-reflexive-set/parsing.golden @@ -0,0 +1,54 @@ +[ BlockLemma + ( SourcePos + { sourceName = "test/examples/no-reflexive-set.tex" + , sourceLine = Pos 1 + , sourceColumn = Pos 1 + } + ) + ( Marker "in_irrefl" ) + ( Lemma [] + ( StmtQuantPhrase + ( QuantPhrase Universally NounPhrase ( [] ) + ( Noun + ( SgPl + { sg = + [ Just + ( Word "set" ) + ] + , pl = + [ Just + ( Word "sets" ) + ] + } + ) [] + ) + ( + [ NamedVar "A" ] + ) ( [] ) ( Nothing ) + ) + ( StmtFormula + ( FormulaChain + ( ChainBase + ( ExprVar + ( NamedVar "A" ) :| [] + ) Negative + ( RelationSymbol + ( Command "in" ) + ) + ( ExprVar + ( NamedVar "A" ) :| [] + ) + ) + ) + ) + ) + ) +, BlockProof + ( SourcePos + { sourceName = "test/examples/no-reflexive-set.tex" + , sourceLine = Pos 4 + , sourceColumn = Pos 1 + } + ) + ( BySetInduction Nothing ( Qed JustificationEmpty ) ) +]
\ No newline at end of file |
