summaryrefslogtreecommitdiff
path: root/test/golden/replace/tokenizing.golden
blob: 06ab46a784762b7a2b156fef66f10a9c7411d46d (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
[
    [ BeginEnv "signature"
    , Label "example_cons"
    , BeginEnv "math"
    , Command "cons"
    , InvisibleBraceL
    , Variable "y"
    , InvisibleBraceR
    , InvisibleBraceL
    , Variable "X"
    , InvisibleBraceR
    , EndEnv "math"
    , Word "is"
    , Word "a"
    , Word "set"
    , Symbol "."
    , EndEnv "signature"
    ]
,
    [ BeginEnv "signature"
    , Label "example_pair"
    , BeginEnv "math"
    , ParenL
    , Variable "x"
    , Symbol ","
    , Variable "y"
    , ParenR
    , EndEnv "math"
    , Word "is"
    , Word "a"
    , Word "set"
    , Symbol "."
    , EndEnv "signature"
    ]
,
    [ BeginEnv "axiom"
    , Label "cons"
    , BeginEnv "math"
    , Variable "x"
    , Command "in"
    , Command "cons"
    , InvisibleBraceL
    , Variable "y"
    , InvisibleBraceR
    , InvisibleBraceL
    , Variable "X"
    , InvisibleBraceR
    , EndEnv "math"
    , Word "iff"
    , BeginEnv "math"
    , Variable "x"
    , Symbol "="
    , Variable "y"
    , EndEnv "math"
    , Word "or"
    , BeginEnv "math"
    , Variable "x"
    , Command "in"
    , Variable "X"
    , EndEnv "math"
    , Symbol "."
    , EndEnv "axiom"
    ]
,
    [ BeginEnv "definition"
    , Label "times"
    , BeginEnv "math"
    , Variable "A"
    , Command "times"
    , Variable "B"
    , Symbol "="
    , VisibleBraceL
    , ParenL
    , Variable "a"
    , Symbol ","
    , Variable "b"
    , ParenR
    , Command "mid"
    , Variable "a"
    , Command "in"
    , Variable "A"
    , Symbol ","
    , Variable "b"
    , Command "in"
    , Variable "B"
    , VisibleBraceR
    , EndEnv "math"
    , Symbol "."
    , EndEnv "definition"
    ]
,
    [ BeginEnv "definition"
    , Label "unit"
    , BeginEnv "math"
    , Command "unit"
    , Symbol "="
    , VisibleBraceL
    , Command "emptyset"
    , VisibleBraceR
    , EndEnv "math"
    , Symbol "."
    , EndEnv "definition"
    ]
,
    [ BeginEnv "proposition"
    , Label "pair_emptyset_in_times_unit"
    , BeginEnv "math"
    , ParenL
    , Command "emptyset"
    , Symbol ","
    , Command "emptyset"
    , ParenR
    , Command "in"
    , Command "unit"
    , Command "times"
    , Command "unit"
    , EndEnv "math"
    , Symbol "."
    , EndEnv "proposition"
    ]
,
    [ BeginEnv "definition"
    , Label "suc"
    , BeginEnv "math"
    , Command "suc"
    , InvisibleBraceL
    , Variable "a"
    , InvisibleBraceR
    , Symbol "="
    , VisibleBraceL
    , Variable "y"
    , Command "mid"
    , Command "exists"
    , Variable "x"
    , Command "in"
    , Variable "a"
    , Symbol "."
    , Variable "y"
    , Symbol "="
    , VisibleBraceL
    , Variable "x"
    , VisibleBraceR
    , VisibleBraceR
    , EndEnv "math"
    , Symbol "."
    , EndEnv "definition"
    ]
,
    [ BeginEnv "proposition"
    , Label "times_replacement_test"
    , BeginEnv "math"
    , Variable "A"
    , Command "times"
    , Variable "B"
    , Symbol "="
    , VisibleBraceL
    , ParenL
    , Variable "a"
    , Symbol ","
    , Variable "b"
    , ParenR
    , Command "mid"
    , Variable "a"
    , Command "in"
    , Variable "A"
    , Symbol ","
    , Variable "b"
    , Command "in"
    , Variable "B"
    , VisibleBraceR
    , EndEnv "math"
    , Symbol "."
    , EndEnv "proposition"
    ]
,
    [ BeginEnv "proof"
    , Word "follows"
    , Word "by"
    , Ref
        ( "times" :| [] )
    , Symbol "."
    , EndEnv "proof"
    ]
]