summaryrefslogtreecommitdiff
path: root/test/golden/relation-notation/parsing.golden
blob: bccafe03f92300b5a327fd2773e6ea1a1983845c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[ BlockLemma
    ( SourcePos
        { sourceName = "test/examples/relation-notation.tex"
        , sourceLine = Pos 1
        , sourceColumn = Pos 1
        }
    )
    ( Marker "mathrel_notation_test" )
    ( Lemma []
        ( StmtConnected Implication
            ( StmtFormula
                ( FormulaChain
                    ( ChainBase
                        ( ExprVar
                            ( NamedVar "x" ) :| []
                        ) Positive
                        ( RelationExpr
                            ( ExprVar
                                ( NamedVar "R" )
                            )
                        ) []
                        ( ExprVar
                            ( NamedVar "y" ) :| []
                        )
                    )
                )
            )
            ( StmtFormula
                ( FormulaChain
                    ( ChainBase
                        ( ExprVar
                            ( NamedVar "x" ) :| []
                        ) Positive
                        ( RelationExpr
                            ( ExprVar
                                ( NamedVar "R" )
                            )
                        ) []
                        ( ExprVar
                            ( NamedVar "y" ) :| []
                        )
                    )
                )
            )
        )
    )
]