1
;;
2
;; Keyword classification tables for Isabelle/Isar.
3
;; This file was generated by Isabelle/ZF -- DO NOT EDIT!
4
5
;; $Id$
6
7
8
(defconst isar-keywords-major
9
'("\\."
10
"\\.\\."
11
"ML"
12
"ML_command"
13
"ML_setup"
14
"ProofGeneral\\.context_thy_only"
15
"ProofGeneral\\.inform_file_processed"
16
"ProofGeneral\\.inform_file_retracted"
17
"ProofGeneral\\.kill_proof"
18
"ProofGeneral\\.process_pgip"
19
"ProofGeneral\\.redo"
20
"ProofGeneral\\.restart"
21
"ProofGeneral\\.try_context_thy_only"
22
"ProofGeneral\\.undo"
23
"also"
24
"apply"
25
"apply_end"
26
"arities"
27
"assume"
28
"axclass"
29
"axioms"
30
"back"
31
"by"
32
"cannot_undo"
33
"case"
34
"cd"
35
"chapter"
36
"class_class"
37
"classes"
38
"classrel"
39
"clear_undos"
40
"codatatype"
41
"code_alias"
42
"code_class"
43
"code_generate"
44
"code_library"
45
"code_module"
46
"code_primclass"
47
"code_primconst"
48
"code_primtyco"
49
"code_serialize"
50
"code_syntax_const"
51
"code_syntax_tyco"
52
"coinductive"
53
"commit"
54
"constdefs"
55
"consts"
56
"consts_code"
57
"context"
58
"corollary"
59
"datatype"
60
"declare"
61
"def"
62
"defaultsort"
63
"defer"
64
"defs"
65
"disable_pr"
66
"display_drafts"
67
"done"
68
"enable_pr"
69
"end"
70
"exit"
71
"extract"
72
"extract_type"
73
"finalconsts"
74
"finally"
75
"find_theorems"
76
"fix"
77
"from"
78
"full_prf"
79
"global"
80
"guess"
81
"have"
82
"header"
83
"hence"
84
"hide"
85
"inductive"
86
"inductive_cases"
87
"init_toplevel"
88
"instance"
89
"interpret"
90
"interpretation"
91
"judgment"
92
"kill"
93
"kill_thy"
94
"lemma"
95
"lemmas"
96
"let"
97
"local"
98
"locale"
99
"method_setup"
100
"moreover"
101
"next"
102
"no_syntax"
103
"nonterminals"
104
"note"
105
"obtain"
106
"oops"
107
"oracle"
108
"parse_ast_translation"
109
"parse_translation"
110
"pr"
111
"prefer"
112
"presume"
113
"pretty_setmargin"
114
"prf"
115
"primrec"
116
"print_antiquotations"
117
"print_ast_translation"
118
"print_attributes"
119
"print_binds"
120
"print_cases"
121
"print_claset"
122
"print_commands"
123
"print_context"
124
"print_drafts"
125
"print_facts"
126
"print_induct_rules"
127
"print_interps"
128
"print_locale"
129
"print_locales"
130
"print_methods"
131
"print_rules"
132
"print_simpset"
133
"print_syntax"
134
"print_tcset"
135
"print_theorems"
136
"print_theory"
137
"print_trans_rules"
138
"print_translation"
139
"proof"
140
"prop"
141
"pwd"
142
"qed"
143
"quickcheck"
144
"quickcheck_params"
145
"quit"
146
"realizability"
147
"realizers"
148
"redo"
149
"remove_thy"
150
"rep_datatype"
151
"sect"
152
"section"
153
"setup"
154
"show"
155
"sorry"
156
"subsect"
157
"subsection"
158
"subsubsect"
159
"subsubsection"
160
"syntax"
161
"term"
162
"text"
163
"text_raw"
164
"then"
165
"theorem"
166
"theorems"
167
"theory"
168
"thm"
169
"thm_deps"
170
"thus"
171
"token_translation"
172
"touch_all_thys"
173
"touch_child_thys"
174
"touch_thy"
175
"translations"
176
"txt"
177
"txt_raw"
178
"typ"
179
"typed_print_translation"
180
"typedecl"
181
"types"
182
"types_code"
183
"ultimately"
184
"undo"
185
"undos_proof"
186
"update_thy"
187
"update_thy_only"
188
"use"
189
"use_thy"
190
"use_thy_only"
191
"using"
192
"value"
193
"welcome"
194
"with"
195
"{"
196
"}"))
197
198
(defconst isar-keywords-minor
199
'("advanced"
200
"and"
201
"assumes"
202
"atom"
203
"attach"
204
"begin"
205
"binder"
206
"case_eqns"
207
"con_defs"
208
"concl"
209
"constants"
210
"constrains"
211
"contains"
212
"defines"
213
"depending_on"
214
"domains"
215
"elimination"
216
"file"
217
"files"
218
"fixes"
219
"imports"
220
"in"
221
"includes"
222
"induction"
223
"infix"
224
"infixl"
225
"infixr"
226
"intros"
227
"is"
228
"monos"
229
"notes"
230
"open"
231
"output"
232
"overloaded"
233
"recursor_eqns"
234
"shows"
235
"structure"
236
"type_elims"
237
"type_intros"
238
"uses"
239
"where"))
240
241
(defconst isar-keywords-control
242
'("ProofGeneral\\.context_thy_only"
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
"undos_proof"))
260
261
(defconst isar-keywords-diag
262
'("ML"
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
"welcome"))
315
316
(defconst isar-keywords-theory-begin
317
'("theory"))
318
319
(defconst isar-keywords-theory-switch
320
'("context"))
321
322
(defconst isar-keywords-theory-end
323
'("end"))
324
325
(defconst isar-keywords-theory-heading
326
'("chapter"
327
328
329
"subsubsection"))
330
331
(defconst isar-keywords-theory-decl
332
'("ML_setup"
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
"types_code"))
392
393
(defconst isar-keywords-theory-script
394
'("declare"
395
"inductive_cases"))
396
397
(defconst isar-keywords-theory-goal
398
'("corollary"
399
400
401
402
"theorem"))
403
404
(defconst isar-keywords-qed
405
406
407
408
409
"sorry"))
410
411
(defconst isar-keywords-qed-block
412
'("qed"))
413
414
(defconst isar-keywords-qed-global
415
'("oops"))
416
417
(defconst isar-keywords-proof-heading
418
'("sect"
419
420
"subsubsect"))
421
422
(defconst isar-keywords-proof-goal
423
'("have"
424
425
426
427
"thus"))
428
429
(defconst isar-keywords-proof-block
430
'("next"
431
"proof"))
432
433
(defconst isar-keywords-proof-open
434
'("{"))
435
436
(defconst isar-keywords-proof-close
437
'("}"))
438
439
(defconst isar-keywords-proof-chain
440
'("finally"
441
442
443
444
"with"))
445
446
(defconst isar-keywords-proof-decl
447
'("also"
448
449
450
451
452
453
"using"))
454
455
(defconst isar-keywords-proof-asm
456
'("assume"
457
458
459
460
"presume"))
461
462
(defconst isar-keywords-proof-asm-goal
463
'("guess"
464
"obtain"))
465
466
(defconst isar-keywords-proof-script
467
'("apply"
468
469
470
471
"prefer"))
472
473
(provide 'isar-keywords)