summaryrefslogtreecommitdiff
path: root/test/golden/separation/parsing.golden
blob: 12ca9c0883c8c680304aff1784501c34d8297f60 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[ BlockClaim Proposition
    ( Location
        { locFile = "test/examples/separation.tex"
        , locLine = 1
        , locColumn = 1
        }
    ) Nothing
    ( Marker "sep_test" )
    ( Claim []
        ( StmtFormula
            { formula = FormulaChain
                ( ChainBase
                    ( ExprVar
                        ( NamedVar "X" ) :| []
                    ) Positive
                    ( Relation
                        ( Location
                            { locFile = "test/examples/separation.tex"
                            , locLine = 2
                            , locColumn = 8
                            }
                        )
                        ( RelationSymbol
                            ( Symbol "=" )
                            ( ParameterArity 0 )
                            ( Marker "eq" )
                        ) []
                    )
                    ( ExprSep
                        ( Location
                            { locFile = "test/examples/separation.tex"
                            , locLine = 2
                            , locColumn = 10
                            }
                        )
                        ( NamedVar "x" )
                        ( ExprVar
                            ( NamedVar "X" )
                        )
                        ( StmtFormula
                            { formula = FormulaChain
                                ( ChainBase
                                    ( ExprVar
                                        ( NamedVar "x" ) :| []
                                    ) Positive
                                    ( Relation
                                        ( Location
                                            { locFile = "test/examples/separation.tex"
                                            , locLine = 2
                                            , locColumn = 26
                                            }
                                        )
                                        ( RelationSymbol
                                            ( Symbol "=" )
                                            ( ParameterArity 0 )
                                            ( Marker "eq" )
                                        ) []
                                    )
                                    ( ExprVar
                                        ( NamedVar "x" ) :| []
                                    )
                                )
                            }
                        ) :| []
                    )
                )
            }
        )
    )
]