diff options
Diffstat (limited to 'test/golden/relation-notation/glossing.golden')
| -rw-r--r-- | test/golden/relation-notation/glossing.golden | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/test/golden/relation-notation/glossing.golden b/test/golden/relation-notation/glossing.golden new file mode 100644 index 0000000..4e4aa89 --- /dev/null +++ b/test/golden/relation-notation/glossing.golden @@ -0,0 +1,67 @@ +[ BlockLemma + ( SourcePos + { sourceName = "test/examples/relation-notation.tex" + , sourceLine = Pos 1 + , sourceColumn = Pos 1 + } + ) + ( Marker "mathrel_notation_test" ) + ( Lemma [] + ( Connected Implication + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Command "in" ) + ) + ) + [ TermSymbol + ( SymbolMixfix + [ Just + ( Command "pair" ) + , Just InvisibleBraceL + , Nothing + , Just InvisibleBraceR + , Just InvisibleBraceL + , Nothing + , Just InvisibleBraceR + ] + ) + [ TermVar + ( NamedVar "x" ) + , TermVar + ( NamedVar "y" ) + ] + , TermVar + ( NamedVar "R" ) + ] + ) + ( TermSymbol + ( SymbolPredicate + ( PredicateRelation + ( Command "in" ) + ) + ) + [ TermSymbol + ( SymbolMixfix + [ Just + ( Command "pair" ) + , Just InvisibleBraceL + , Nothing + , Just InvisibleBraceR + , Just InvisibleBraceL + , Nothing + , Just InvisibleBraceR + ] + ) + [ TermVar + ( NamedVar "x" ) + , TermVar + ( NamedVar "y" ) + ] + , TermVar + ( NamedVar "R" ) + ] + ) + ) + ) +]
\ No newline at end of file |
