summaryrefslogtreecommitdiff
path: root/dhall/src/syntax/text/dhall.pest.visibility
blob: 6de7dd21ab179a50d15bf1156b3e23e982c7642f (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
185
186
187
188
189
190
191
192
# end_of_line
# valid_non_ascii
# tab
# block_comment
# block_comment_char
# block_comment_continue
# not_end_of_line
# line_comment
# whitespace_chunk
# whsp
# whsp1
# ALPHA
# DIGIT
# ALPHANUM
# HEXDIG
# simple_label_first_char
# simple_label_next_char
simple_label
# quoted_label_char
quoted_label
# label
# nonreserved_label
# any_label
any_label_or_some
double_quote_chunk
double_quote_escaped
# unicode_escape
# unicode_suffix
# unbraced_escape
# braced_codepoint
# braced_escape
double_quote_char
double_quote_literal
single_quote_continue
escaped_quote_pair
escaped_interpolation
single_quote_char
single_quote_literal
# interpolation
# text_literal
if_
# then
# else_
# let_
# in_
# as_
# using
merge
missing
# Infinity
NaN
Some_
toMap
assert
# keyword
builtin
# Optional
Text
# List
Location
# Bool
# True
# False
# None_
# Natural
# Integer
# Double
# Type
# Kind
# Sort
# Natural_fold
# Natural_build
# Natural_isZero
# Natural_even
# Natural_odd
# Natural_toInteger
# Natural_show
# Integer_toDouble
# Integer_show
# Natural_subtract
# Double_show
# List_build
# List_fold
# List_length
# List_head
# List_last
# List_indexed
# List_reverse
# Optional_fold
# Optional_build
# Text_show
combine
combine_types
equivalent
prefer
lambda
forall
# with
arrow
# complete
# exponent
numeric_double_literal
minus_infinity_literal
plus_infinity_literal
# double_literal
natural_literal
integer_literal
identifier
variable
# path_character
# quoted_path_character
unquoted_path_component
quoted_path_component
# path_component
path
local
parent_path
here_path
home_path
absolute_path
scheme
http_raw
path_abempty
authority
# userinfo
# host
# port
# IP_literal
# IPvFuture
# IPv6address
# h16
# ls32
# IPv4address
# dec_octet
# domain
# domainlabel
segment
# pchar
query
# pct_encoded
# unreserved
# sub_delims
http
env
bash_environment_variable
posix_environment_variable
posix_environment_variable_character
# import_type
hash
import_hashed
import
expression
# annotated_expression
let_binding
empty_list_literal
operator_expression
import_alt_expression
or_expression
plus_expression
text_append_expression
list_append_expression
and_expression
combine_expression
prefer_expression
combine_types_expression
times_expression
equal_expression
not_equal_expression
equivalent_expression
with_expression
with_clause
application_expression
first_application_expression
# import_expression
completion_expression
selector_expression
selector
labels
# type_selector
primitive_expression
record_type_or_literal
empty_record_literal
# non_empty_record_type_or_literal
non_empty_record_type
record_type_entry
non_empty_record_literal
record_literal_entry
# record_literal_normal_entry
union_type
union_type_entry
non_empty_list_literal
# complete_expression