author | Cezary Kaliszyk <kaliszyk@in.tum.de> |
Fri, 04 Dec 2009 15:18:33 +0100 | |
changeset 529 | 6348c2a57ec2 |
parent 233 | fcff14e578d3 |
child 663 | 0dd10a900cae |
permissions | -rw-r--r-- |
6 | 1 |
;; |
2 |
;; Keyword classification tables for Isabelle/Isar. |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
3 |
;; Generated from HOL + Pure + Pure-ProofGeneral + HOL-Nominal-test + HOL-Nominal. |
6 | 4 |
;; *** DO NOT EDIT *** DO NOT EDIT *** DO NOT EDIT *** |
5 |
;; |
|
6 |
||
7 |
(defconst isar-keywords-major |
|
8 |
'("\\." |
|
9 |
"\\.\\." |
|
10 |
"Isabelle\\.command" |
|
11 |
"Isar\\.begin_document" |
|
12 |
"Isar\\.define_command" |
|
13 |
"Isar\\.edit_document" |
|
14 |
"Isar\\.end_document" |
|
15 |
"ML" |
|
16 |
"ML_command" |
|
17 |
"ML_prf" |
|
18 |
"ML_val" |
|
19 |
"ProofGeneral\\.inform_file_processed" |
|
20 |
"ProofGeneral\\.inform_file_retracted" |
|
21 |
"ProofGeneral\\.kill_proof" |
|
22 |
"ProofGeneral\\.process_pgip" |
|
23 |
"ProofGeneral\\.restart" |
|
24 |
"ProofGeneral\\.undo" |
|
25 |
"abbreviation" |
|
26 |
"also" |
|
27 |
"apply" |
|
28 |
"apply_end" |
|
29 |
"arities" |
|
30 |
"assume" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
31 |
"atom_decl" |
6 | 32 |
"atp_info" |
33 |
"atp_kill" |
|
34 |
"atp_messages" |
|
35 |
"atp_minimize" |
|
36 |
"attribute_setup" |
|
37 |
"ax_specification" |
|
38 |
"axclass" |
|
39 |
"axiomatization" |
|
40 |
"axioms" |
|
41 |
"back" |
|
42 |
"by" |
|
43 |
"cannot_undo" |
|
44 |
"case" |
|
45 |
"cd" |
|
46 |
"chapter" |
|
47 |
"class" |
|
48 |
"class_deps" |
|
49 |
"classes" |
|
50 |
"classrel" |
|
51 |
"code_abort" |
|
52 |
"code_class" |
|
53 |
"code_const" |
|
54 |
"code_datatype" |
|
55 |
"code_deps" |
|
56 |
"code_include" |
|
57 |
"code_instance" |
|
58 |
"code_library" |
|
59 |
"code_module" |
|
60 |
"code_modulename" |
|
61 |
"code_monad" |
|
62 |
"code_pred" |
|
63 |
"code_reserved" |
|
64 |
"code_thms" |
|
65 |
"code_type" |
|
66 |
"coinductive" |
|
67 |
"coinductive_set" |
|
68 |
"commit" |
|
69 |
"constdefs" |
|
70 |
"consts" |
|
71 |
"consts_code" |
|
72 |
"context" |
|
73 |
"corollary" |
|
74 |
"datatype" |
|
75 |
"declaration" |
|
76 |
"declare" |
|
77 |
"def" |
|
78 |
"defaultsort" |
|
79 |
"defer" |
|
80 |
"defer_recdef" |
|
81 |
"definition" |
|
82 |
"defs" |
|
83 |
"disable_pr" |
|
84 |
"display_drafts" |
|
85 |
"done" |
|
86 |
"enable_pr" |
|
87 |
"end" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
88 |
"equivariance" |
6 | 89 |
"exit" |
90 |
"export_code" |
|
91 |
"extract" |
|
92 |
"extract_type" |
|
93 |
"finalconsts" |
|
94 |
"finally" |
|
95 |
"find_consts" |
|
96 |
"find_theorems" |
|
97 |
"fix" |
|
98 |
"from" |
|
99 |
"full_prf" |
|
100 |
"fun" |
|
101 |
"function" |
|
102 |
"global" |
|
103 |
"guess" |
|
104 |
"have" |
|
105 |
"header" |
|
106 |
"help" |
|
107 |
"hence" |
|
108 |
"hide" |
|
109 |
"inductive" |
|
110 |
"inductive_cases" |
|
111 |
"inductive_set" |
|
112 |
"init_toplevel" |
|
113 |
"instance" |
|
114 |
"instantiation" |
|
115 |
"interpret" |
|
116 |
"interpretation" |
|
117 |
"judgment" |
|
118 |
"kill" |
|
119 |
"kill_thy" |
|
120 |
"lemma" |
|
121 |
"lemmas" |
|
122 |
"let" |
|
123 |
"linear_undo" |
|
124 |
"local" |
|
125 |
"local_setup" |
|
126 |
"locale" |
|
127 |
"method_setup" |
|
128 |
"moreover" |
|
129 |
"next" |
|
221 | 130 |
"nitpick" |
6 | 131 |
"no_notation" |
132 |
"no_syntax" |
|
133 |
"no_translations" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
134 |
"nominal_datatype" |
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
135 |
"nominal_inductive" |
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
136 |
"nominal_inductive2" |
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
137 |
"nominal_primrec" |
6 | 138 |
"nonterminals" |
139 |
"normal_form" |
|
140 |
"notation" |
|
141 |
"note" |
|
142 |
"obtain" |
|
143 |
"oops" |
|
144 |
"oracle" |
|
145 |
"overloading" |
|
146 |
"parse_ast_translation" |
|
147 |
"parse_translation" |
|
148 |
"pr" |
|
149 |
"prefer" |
|
150 |
"presume" |
|
151 |
"pretty_setmargin" |
|
152 |
"prf" |
|
153 |
"primrec" |
|
154 |
"print_abbrevs" |
|
155 |
"print_antiquotations" |
|
156 |
"print_ast_translation" |
|
157 |
"print_atps" |
|
158 |
"print_attributes" |
|
159 |
"print_binds" |
|
160 |
"print_cases" |
|
161 |
"print_claset" |
|
162 |
"print_classes" |
|
163 |
"print_codeproc" |
|
164 |
"print_codesetup" |
|
165 |
"print_commands" |
|
166 |
"print_configs" |
|
167 |
"print_context" |
|
168 |
"print_drafts" |
|
169 |
"print_facts" |
|
170 |
"print_induct_rules" |
|
184
f3c192574d2a
added "print_quotients" command to th ekeyword file
Christian Urban <urbanc@in.tum.de>
parents:
78
diff
changeset
|
171 |
"print_interps" |
6 | 172 |
"print_locale" |
173 |
"print_locales" |
|
174 |
"print_methods" |
|
175 |
"print_orders" |
|
184
f3c192574d2a
added "print_quotients" command to th ekeyword file
Christian Urban <urbanc@in.tum.de>
parents:
78
diff
changeset
|
176 |
"print_quotients" |
6 | 177 |
"print_rules" |
178 |
"print_simpset" |
|
179 |
"print_statement" |
|
180 |
"print_syntax" |
|
181 |
"print_theorems" |
|
182 |
"print_theory" |
|
183 |
"print_trans_rules" |
|
184 |
"print_translation" |
|
185 |
"proof" |
|
186 |
"prop" |
|
187 |
"prove" |
|
188 |
"pwd" |
|
189 |
"qed" |
|
190 |
"quickcheck" |
|
191 |
"quickcheck_params" |
|
192 |
"quit" |
|
78 | 193 |
"quotient" |
186
9ca545f783f6
updated with quotient_def
Christian Urban <urbanc@in.tum.de>
parents:
184
diff
changeset
|
194 |
"quotient_def" |
6 | 195 |
"realizability" |
196 |
"realizers" |
|
197 |
"recdef" |
|
198 |
"recdef_tc" |
|
199 |
"record" |
|
200 |
"refute" |
|
201 |
"refute_params" |
|
202 |
"remove_thy" |
|
203 |
"rep_datatype" |
|
204 |
"sect" |
|
205 |
"section" |
|
206 |
"setup" |
|
207 |
"show" |
|
208 |
"simproc_setup" |
|
209 |
"sledgehammer" |
|
210 |
"sorry" |
|
211 |
"specification" |
|
212 |
"subclass" |
|
213 |
"sublocale" |
|
214 |
"subsect" |
|
215 |
"subsection" |
|
216 |
"subsubsect" |
|
217 |
"subsubsection" |
|
218 |
"syntax" |
|
219 |
"term" |
|
220 |
"termination" |
|
221 |
"text" |
|
222 |
"text_raw" |
|
223 |
"then" |
|
224 |
"theorem" |
|
225 |
"theorems" |
|
226 |
"theory" |
|
227 |
"thm" |
|
228 |
"thm_deps" |
|
229 |
"thus" |
|
230 |
"thy_deps" |
|
231 |
"touch_thy" |
|
232 |
"translations" |
|
233 |
"txt" |
|
234 |
"txt_raw" |
|
235 |
"typ" |
|
236 |
"typed_print_translation" |
|
237 |
"typedecl" |
|
238 |
"typedef" |
|
239 |
"types" |
|
240 |
"types_code" |
|
241 |
"ultimately" |
|
242 |
"undo" |
|
243 |
"undos_proof" |
|
244 |
"unfolding" |
|
245 |
"unused_thms" |
|
246 |
"use" |
|
247 |
"use_thy" |
|
248 |
"using" |
|
249 |
"value" |
|
250 |
"values" |
|
251 |
"welcome" |
|
252 |
"with" |
|
253 |
"{" |
|
254 |
"}")) |
|
255 |
||
256 |
(defconst isar-keywords-minor |
|
257 |
'("advanced" |
|
258 |
"and" |
|
259 |
"assumes" |
|
260 |
"attach" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
261 |
"avoids" |
6 | 262 |
"begin" |
263 |
"binder" |
|
264 |
"congs" |
|
265 |
"constrains" |
|
266 |
"contains" |
|
267 |
"defines" |
|
268 |
"file" |
|
269 |
"fixes" |
|
270 |
"for" |
|
271 |
"hints" |
|
272 |
"identifier" |
|
273 |
"if" |
|
274 |
"imports" |
|
275 |
"in" |
|
276 |
"infix" |
|
277 |
"infixl" |
|
278 |
"infixr" |
|
279 |
"is" |
|
280 |
"module_name" |
|
281 |
"monos" |
|
282 |
"morphisms" |
|
283 |
"notes" |
|
284 |
"obtains" |
|
285 |
"open" |
|
286 |
"output" |
|
287 |
"overloaded" |
|
288 |
"permissive" |
|
289 |
"shows" |
|
290 |
"structure" |
|
291 |
"unchecked" |
|
292 |
"uses" |
|
293 |
"where")) |
|
294 |
||
295 |
(defconst isar-keywords-control |
|
296 |
'("Isabelle\\.command" |
|
297 |
"Isar\\.begin_document" |
|
298 |
"Isar\\.define_command" |
|
299 |
"Isar\\.edit_document" |
|
300 |
"Isar\\.end_document" |
|
301 |
"ProofGeneral\\.inform_file_processed" |
|
302 |
"ProofGeneral\\.inform_file_retracted" |
|
303 |
"ProofGeneral\\.kill_proof" |
|
304 |
"ProofGeneral\\.process_pgip" |
|
305 |
"ProofGeneral\\.restart" |
|
306 |
"ProofGeneral\\.undo" |
|
307 |
"cannot_undo" |
|
308 |
"exit" |
|
309 |
"init_toplevel" |
|
310 |
"kill" |
|
311 |
"linear_undo" |
|
312 |
"quit" |
|
313 |
"undo" |
|
314 |
"undos_proof")) |
|
315 |
||
316 |
(defconst isar-keywords-diag |
|
317 |
'("ML_command" |
|
318 |
"ML_val" |
|
319 |
"atp_info" |
|
320 |
"atp_kill" |
|
321 |
"atp_messages" |
|
322 |
"atp_minimize" |
|
323 |
"cd" |
|
324 |
"class_deps" |
|
325 |
"code_deps" |
|
326 |
"code_thms" |
|
327 |
"commit" |
|
328 |
"disable_pr" |
|
329 |
"display_drafts" |
|
330 |
"enable_pr" |
|
331 |
"export_code" |
|
332 |
"find_consts" |
|
333 |
"find_theorems" |
|
334 |
"full_prf" |
|
335 |
"header" |
|
336 |
"help" |
|
337 |
"kill_thy" |
|
233
fcff14e578d3
Fixed wrong CARD definition and removed the "Does not work anymore" comment.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
221
diff
changeset
|
338 |
"nitpick" |
6 | 339 |
"normal_form" |
340 |
"pr" |
|
341 |
"pretty_setmargin" |
|
342 |
"prf" |
|
343 |
"print_abbrevs" |
|
344 |
"print_antiquotations" |
|
345 |
"print_atps" |
|
346 |
"print_attributes" |
|
347 |
"print_binds" |
|
348 |
"print_cases" |
|
349 |
"print_claset" |
|
350 |
"print_classes" |
|
351 |
"print_codeproc" |
|
352 |
"print_codesetup" |
|
353 |
"print_commands" |
|
354 |
"print_configs" |
|
355 |
"print_context" |
|
356 |
"print_drafts" |
|
357 |
"print_facts" |
|
358 |
"print_induct_rules" |
|
184
f3c192574d2a
added "print_quotients" command to th ekeyword file
Christian Urban <urbanc@in.tum.de>
parents:
78
diff
changeset
|
359 |
"print_interps" |
6 | 360 |
"print_locale" |
361 |
"print_locales" |
|
362 |
"print_methods" |
|
363 |
"print_orders" |
|
184
f3c192574d2a
added "print_quotients" command to th ekeyword file
Christian Urban <urbanc@in.tum.de>
parents:
78
diff
changeset
|
364 |
"print_quotients" |
6 | 365 |
"print_rules" |
366 |
"print_simpset" |
|
367 |
"print_statement" |
|
368 |
"print_syntax" |
|
369 |
"print_theorems" |
|
370 |
"print_theory" |
|
371 |
"print_trans_rules" |
|
372 |
"prop" |
|
373 |
"pwd" |
|
374 |
"quickcheck" |
|
375 |
"refute" |
|
376 |
"remove_thy" |
|
377 |
"sledgehammer" |
|
378 |
"term" |
|
379 |
"thm" |
|
380 |
"thm_deps" |
|
381 |
"thy_deps" |
|
382 |
"touch_thy" |
|
383 |
"typ" |
|
384 |
"unused_thms" |
|
385 |
"use_thy" |
|
386 |
"value" |
|
387 |
"values" |
|
388 |
"welcome")) |
|
389 |
||
390 |
(defconst isar-keywords-theory-begin |
|
391 |
'("theory")) |
|
392 |
||
393 |
(defconst isar-keywords-theory-switch |
|
394 |
'()) |
|
395 |
||
396 |
(defconst isar-keywords-theory-end |
|
397 |
'("end")) |
|
398 |
||
399 |
(defconst isar-keywords-theory-heading |
|
400 |
'("chapter" |
|
401 |
"section" |
|
402 |
"subsection" |
|
403 |
"subsubsection")) |
|
404 |
||
405 |
(defconst isar-keywords-theory-decl |
|
406 |
'("ML" |
|
407 |
"abbreviation" |
|
408 |
"arities" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
409 |
"atom_decl" |
6 | 410 |
"attribute_setup" |
411 |
"axclass" |
|
412 |
"axiomatization" |
|
413 |
"axioms" |
|
414 |
"class" |
|
415 |
"classes" |
|
416 |
"classrel" |
|
417 |
"code_abort" |
|
418 |
"code_class" |
|
419 |
"code_const" |
|
420 |
"code_datatype" |
|
421 |
"code_include" |
|
422 |
"code_instance" |
|
423 |
"code_library" |
|
424 |
"code_module" |
|
425 |
"code_modulename" |
|
426 |
"code_monad" |
|
427 |
"code_reserved" |
|
428 |
"code_type" |
|
429 |
"coinductive" |
|
430 |
"coinductive_set" |
|
431 |
"constdefs" |
|
432 |
"consts" |
|
433 |
"consts_code" |
|
434 |
"context" |
|
435 |
"datatype" |
|
436 |
"declaration" |
|
437 |
"declare" |
|
438 |
"defaultsort" |
|
439 |
"defer_recdef" |
|
440 |
"definition" |
|
441 |
"defs" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
442 |
"equivariance" |
6 | 443 |
"extract" |
444 |
"extract_type" |
|
445 |
"finalconsts" |
|
446 |
"fun" |
|
447 |
"global" |
|
448 |
"hide" |
|
449 |
"inductive" |
|
450 |
"inductive_set" |
|
451 |
"instantiation" |
|
452 |
"judgment" |
|
453 |
"lemmas" |
|
454 |
"local" |
|
455 |
"local_setup" |
|
456 |
"locale" |
|
457 |
"method_setup" |
|
458 |
"no_notation" |
|
459 |
"no_syntax" |
|
460 |
"no_translations" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
461 |
"nominal_datatype" |
6 | 462 |
"nonterminals" |
463 |
"notation" |
|
464 |
"oracle" |
|
465 |
"overloading" |
|
466 |
"parse_ast_translation" |
|
467 |
"parse_translation" |
|
468 |
"primrec" |
|
469 |
"print_ast_translation" |
|
470 |
"print_translation" |
|
471 |
"quickcheck_params" |
|
186
9ca545f783f6
updated with quotient_def
Christian Urban <urbanc@in.tum.de>
parents:
184
diff
changeset
|
472 |
"quotient_def" |
6 | 473 |
"realizability" |
474 |
"realizers" |
|
475 |
"recdef" |
|
476 |
"record" |
|
477 |
"refute_params" |
|
478 |
"setup" |
|
479 |
"simproc_setup" |
|
480 |
"syntax" |
|
481 |
"text" |
|
482 |
"text_raw" |
|
483 |
"theorems" |
|
484 |
"translations" |
|
485 |
"typed_print_translation" |
|
486 |
"typedecl" |
|
487 |
"types" |
|
488 |
"types_code" |
|
489 |
"use")) |
|
490 |
||
491 |
(defconst isar-keywords-theory-script |
|
492 |
'("inductive_cases")) |
|
493 |
||
494 |
(defconst isar-keywords-theory-goal |
|
495 |
'("ax_specification" |
|
496 |
"code_pred" |
|
497 |
"corollary" |
|
498 |
"function" |
|
499 |
"instance" |
|
500 |
"interpretation" |
|
501 |
"lemma" |
|
200
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
502 |
"nominal_inductive" |
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
503 |
"nominal_inductive2" |
d6a24dad5882
made quotients compatiple with Nominal; updated keyword file
Christian Urban <urbanc@in.tum.de>
parents:
186
diff
changeset
|
504 |
"nominal_primrec" |
6 | 505 |
"prove" |
78 | 506 |
"quotient" |
6 | 507 |
"recdef_tc" |
508 |
"rep_datatype" |
|
509 |
"specification" |
|
510 |
"subclass" |
|
511 |
"sublocale" |
|
512 |
"termination" |
|
513 |
"theorem" |
|
514 |
"typedef")) |
|
515 |
||
516 |
(defconst isar-keywords-qed |
|
517 |
'("\\." |
|
518 |
"\\.\\." |
|
519 |
"by" |
|
520 |
"done" |
|
521 |
"sorry")) |
|
522 |
||
523 |
(defconst isar-keywords-qed-block |
|
524 |
'("qed")) |
|
525 |
||
526 |
(defconst isar-keywords-qed-global |
|
527 |
'("oops")) |
|
528 |
||
529 |
(defconst isar-keywords-proof-heading |
|
530 |
'("sect" |
|
531 |
"subsect" |
|
532 |
"subsubsect")) |
|
533 |
||
534 |
(defconst isar-keywords-proof-goal |
|
535 |
'("have" |
|
536 |
"hence" |
|
537 |
"interpret")) |
|
538 |
||
539 |
(defconst isar-keywords-proof-block |
|
540 |
'("next" |
|
541 |
"proof")) |
|
542 |
||
543 |
(defconst isar-keywords-proof-open |
|
544 |
'("{")) |
|
545 |
||
546 |
(defconst isar-keywords-proof-close |
|
547 |
'("}")) |
|
548 |
||
549 |
(defconst isar-keywords-proof-chain |
|
550 |
'("finally" |
|
551 |
"from" |
|
552 |
"then" |
|
553 |
"ultimately" |
|
554 |
"with")) |
|
555 |
||
556 |
(defconst isar-keywords-proof-decl |
|
557 |
'("ML_prf" |
|
558 |
"also" |
|
559 |
"let" |
|
560 |
"moreover" |
|
561 |
"note" |
|
562 |
"txt" |
|
563 |
"txt_raw" |
|
564 |
"unfolding" |
|
565 |
"using")) |
|
566 |
||
567 |
(defconst isar-keywords-proof-asm |
|
568 |
'("assume" |
|
569 |
"case" |
|
570 |
"def" |
|
571 |
"fix" |
|
572 |
"presume")) |
|
573 |
||
574 |
(defconst isar-keywords-proof-asm-goal |
|
575 |
'("guess" |
|
576 |
"obtain" |
|
577 |
"show" |
|
578 |
"thus")) |
|
579 |
||
580 |
(defconst isar-keywords-proof-script |
|
581 |
'("apply" |
|
582 |
"apply_end" |
|
583 |
"back" |
|
584 |
"defer" |
|
585 |
"prefer")) |
|
586 |
||
587 |
(provide 'isar-keywords) |