summaryrefslogtreecommitdiff
path: root/test/golden/inductive/tokenizing.golden
blob: f4320419d5ca3f6d5a8b5864523fe82325f6ae67 (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
[
    [ BeginEnv "inductive"
    , Label "fin"
    , Word "define"
    , BeginEnv "math"
    , Command "fin"
    , InvisibleBraceL
    , Variable "A"
    , InvisibleBraceR
    , Command "subseteq"
    , Command "cumul"
    , InvisibleBraceL
    , Variable "A"
    , InvisibleBraceR
    , EndEnv "math"
    , Word "inductively"
    , Word "as"
    , Word "follows"
    , Symbol "."
    , BeginEnv "enumerate"
    , Command "item"
    , BeginEnv "math"
    , Variable "A"
    , Command "in"
    , Command "fin"
    , InvisibleBraceL
    , Variable "A"
    , InvisibleBraceR
    , EndEnv "math"
    , Symbol "."
    , EndEnv "enumerate"
    , EndEnv "inductive"
    ]
]