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/no-reflexive-set/parsing.golden | 54 +++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 test/golden/no-reflexive-set/parsing.golden (limited to 'test/golden/no-reflexive-set/parsing.golden') 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 -- cgit v1.2.3