summaryrefslogtreecommitdiff
path: root/test/golden/russell/tokenizing.golden
blob: beba3ee1b3b4e30ced4c73d24c8fcd9f5c502d02 (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
[
    [ BeginEnv "definition"
    , Label "universal_set"
    , Word "a"
    , Word "set"
    , BeginEnv "math"
    , Variable "V"
    , EndEnv "math"
    , Word "is"
    , Word "universal"
    , Word "iff"
    , Word "for"
    , Word "all"
    , Word "sets"
    , BeginEnv "math"
    , Variable "x"
    , EndEnv "math"
    , Word "we"
    , Word "have"
    , BeginEnv "math"
    , Variable "x"
    , Command "in"
    , Variable "V"
    , EndEnv "math"
    , Symbol "."
    , EndEnv "definition"
    ]
,
    [ BeginEnv "theorem"
    , Label "no_universal_set"
    , Word "there"
    , Word "exists"
    , Word "no"
    , Word "universal"
    , Word "set"
    , Symbol "."
    , EndEnv "theorem"
    ]
,
    [ BeginEnv "proof"
    , Word "suppose"
    , Word "not"
    , Symbol "."
    , Word "take"
    , Word "a"
    , Word "universal"
    , Word "set"
    , BeginEnv "math"
    , Variable "V"
    , EndEnv "math"
    , Symbol "."
    , Word "let"
    , BeginEnv "math"
    , Variable "R"
    , Symbol "="
    , VisibleBraceL
    , Variable "x"
    , Command "in"
    , Variable "V"
    , Command "mid"
    , Variable "x"
    , Command "not"
    , Command "in"
    , Variable "x"
    , VisibleBraceR
    , EndEnv "math"
    , Symbol "."
    , Word "then"
    , BeginEnv "math"
    , Variable "R"
    , Command "in"
    , Variable "R"
    , EndEnv "math"
    , Word "iff"
    , BeginEnv "math"
    , Variable "R"
    , Command "not"
    , Command "in"
    , Variable "R"
    , EndEnv "math"
    , Symbol "."
    , Word "contradiction"
    , Symbol "."
    , EndEnv "proof"
    ]
]