etc/isar-keywords.el
author haftmann
Wed, 14 Jun 2006 12:16:49 +0200
changeset 19891 2857fac35e6d
parent 19854 9c1732a66b0b
child 20338 ecdfc96cf4d0
permissions -rw-r--r--
keyword update
     1 ;;
     2 ;; Keyword classification tables for Isabelle/Isar.
     3 ;; This file was generated by Isabelle/HOLCF/IOA -- 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\\.call_atp"
    15     "ProofGeneral\\.context_thy_only"
    16     "ProofGeneral\\.inform_file_processed"
    17     "ProofGeneral\\.inform_file_retracted"
    18     "ProofGeneral\\.kill_proof"
    19     "ProofGeneral\\.process_pgip"
    20     "ProofGeneral\\.redo"
    21     "ProofGeneral\\.restart"
    22     "ProofGeneral\\.try_context_thy_only"
    23     "ProofGeneral\\.undo"
    24     "abbreviation"
    25     "also"
    26     "apply"
    27     "apply_end"
    28     "arities"
    29     "assume"
    30     "automaton"
    31     "ax_specification"
    32     "axclass"
    33     "axiomatization"
    34     "axioms"
    35     "back"
    36     "by"
    37     "cannot_undo"
    38     "case"
    39     "cd"
    40     "chapter"
    41     "class"
    42     "classes"
    43     "classrel"
    44     "clear_undos"
    45     "code_alias"
    46     "code_classapp"
    47     "code_constapp"
    48     "code_generate"
    49     "code_library"
    50     "code_module"
    51     "code_purge"
    52     "code_serialize"
    53     "code_simtype"
    54     "code_typapp"
    55     "coinductive"
    56     "commit"
    57     "const_syntax"
    58     "constdefs"
    59     "consts"
    60     "consts_code"
    61     "context"
    62     "corollary"
    63     "cpodef"
    64     "datatype"
    65     "declare"
    66     "def"
    67     "defaultsort"
    68     "defer"
    69     "defer_recdef"
    70     "definition"
    71     "defs"
    72     "disable_pr"
    73     "display_drafts"
    74     "domain"
    75     "done"
    76     "enable_pr"
    77     "end"
    78     "exit"
    79     "extract"
    80     "extract_type"
    81     "finalconsts"
    82     "finally"
    83     "find_theorems"
    84     "fix"
    85     "fixpat"
    86     "fixrec"
    87     "from"
    88     "full_prf"
    89     "function"
    90     "global"
    91     "guess"
    92     "have"
    93     "header"
    94     "hence"
    95     "hide"
    96     "inductive"
    97     "inductive_cases"
    98     "init_toplevel"
    99     "instance"
   100     "interpret"
   101     "interpretation"
   102     "invoke"
   103     "judgment"
   104     "kill"
   105     "kill_thy"
   106     "lemma"
   107     "lemmas"
   108     "let"
   109     "local"
   110     "locale"
   111     "method_setup"
   112     "moreover"
   113     "next"
   114     "no_syntax"
   115     "no_translations"
   116     "nonterminals"
   117     "normal_form"
   118     "note"
   119     "obtain"
   120     "oops"
   121     "oracle"
   122     "parse_ast_translation"
   123     "parse_translation"
   124     "pcpodef"
   125     "pr"
   126     "prefer"
   127     "presume"
   128     "pretty_setmargin"
   129     "prf"
   130     "primrec"
   131     "print_antiquotations"
   132     "print_ast_translation"
   133     "print_attributes"
   134     "print_binds"
   135     "print_cases"
   136     "print_claset"
   137     "print_commands"
   138     "print_context"
   139     "print_drafts"
   140     "print_facts"
   141     "print_induct_rules"
   142     "print_interps"
   143     "print_locale"
   144     "print_locales"
   145     "print_methods"
   146     "print_rules"
   147     "print_simpset"
   148     "print_statement"
   149     "print_syntax"
   150     "print_theorems"
   151     "print_theory"
   152     "print_trans_rules"
   153     "print_translation"
   154     "proof"
   155     "prop"
   156     "pwd"
   157     "qed"
   158     "quickcheck"
   159     "quickcheck_params"
   160     "quit"
   161     "realizability"
   162     "realizers"
   163     "recdef"
   164     "recdef_tc"
   165     "record"
   166     "redo"
   167     "refute"
   168     "refute_params"
   169     "remove_thy"
   170     "rep_datatype"
   171     "sect"
   172     "section"
   173     "setup"
   174     "show"
   175     "sorry"
   176     "specification"
   177     "subsect"
   178     "subsection"
   179     "subsubsect"
   180     "subsubsection"
   181     "syntax"
   182     "term"
   183     "termination"
   184     "text"
   185     "text_raw"
   186     "then"
   187     "theorem"
   188     "theorems"
   189     "theory"
   190     "thm"
   191     "thm_deps"
   192     "thus"
   193     "token_translation"
   194     "touch_all_thys"
   195     "touch_child_thys"
   196     "touch_thy"
   197     "translations"
   198     "txt"
   199     "txt_raw"
   200     "typ"
   201     "typed_print_translation"
   202     "typedecl"
   203     "typedef"
   204     "types"
   205     "types_code"
   206     "ultimately"
   207     "undo"
   208     "undos_proof"
   209     "unfolding"
   210     "update_thy"
   211     "update_thy_only"
   212     "use"
   213     "use_thy"
   214     "use_thy_only"
   215     "using"
   216     "value"
   217     "welcome"
   218     "with"
   219     "{"
   220     "}"))
   221 
   222 (defconst isar-keywords-minor
   223   '("actions"
   224     "advanced"
   225     "and"
   226     "assumes"
   227     "attach"
   228     "begin"
   229     "binder"
   230     "compose"
   231     "concl"
   232     "congs"
   233     "constrains"
   234     "contains"
   235     "defines"
   236     "distinct"
   237     "file"
   238     "fixes"
   239     "for"
   240     "hide_action"
   241     "hints"
   242     "if"
   243     "imports"
   244     "in"
   245     "includes"
   246     "induction"
   247     "infix"
   248     "infixl"
   249     "infixr"
   250     "initially"
   251     "inject"
   252     "inputs"
   253     "internals"
   254     "intros"
   255     "is"
   256     "lazy"
   257     "monos"
   258     "morphisms"
   259     "notes"
   260     "obtains"
   261     "open"
   262     "output"
   263     "outputs"
   264     "overloaded"
   265     "permissive"
   266     "post"
   267     "pre"
   268     "rename"
   269     "restrict"
   270     "shows"
   271     "signature"
   272     "states"
   273     "structure"
   274     "target_atom"
   275     "to"
   276     "transitions"
   277     "transrel"
   278     "unchecked"
   279     "uses"
   280     "where"))
   281 
   282 (defconst isar-keywords-control
   283   '("ProofGeneral\\.context_thy_only"
   284     "ProofGeneral\\.inform_file_processed"
   285     "ProofGeneral\\.inform_file_retracted"
   286     "ProofGeneral\\.kill_proof"
   287     "ProofGeneral\\.process_pgip"
   288     "ProofGeneral\\.redo"
   289     "ProofGeneral\\.restart"
   290     "ProofGeneral\\.try_context_thy_only"
   291     "ProofGeneral\\.undo"
   292     "cannot_undo"
   293     "clear_undos"
   294     "exit"
   295     "init_toplevel"
   296     "kill"
   297     "quit"
   298     "redo"
   299     "undo"
   300     "undos_proof"))
   301 
   302 (defconst isar-keywords-diag
   303   '("ML"
   304     "ML_command"
   305     "ProofGeneral\\.call_atp"
   306     "cd"
   307     "commit"
   308     "disable_pr"
   309     "display_drafts"
   310     "enable_pr"
   311     "find_theorems"
   312     "full_prf"
   313     "header"
   314     "kill_thy"
   315     "pr"
   316     "pretty_setmargin"
   317     "prf"
   318     "print_antiquotations"
   319     "print_attributes"
   320     "print_binds"
   321     "print_cases"
   322     "print_claset"
   323     "print_commands"
   324     "print_context"
   325     "print_drafts"
   326     "print_facts"
   327     "print_induct_rules"
   328     "print_interps"
   329     "print_locale"
   330     "print_locales"
   331     "print_methods"
   332     "print_rules"
   333     "print_simpset"
   334     "print_statement"
   335     "print_syntax"
   336     "print_theorems"
   337     "print_theory"
   338     "print_trans_rules"
   339     "prop"
   340     "pwd"
   341     "quickcheck"
   342     "refute"
   343     "remove_thy"
   344     "term"
   345     "thm"
   346     "thm_deps"
   347     "touch_all_thys"
   348     "touch_child_thys"
   349     "touch_thy"
   350     "typ"
   351     "update_thy"
   352     "update_thy_only"
   353     "use"
   354     "use_thy"
   355     "use_thy_only"
   356     "value"
   357     "welcome"))
   358 
   359 (defconst isar-keywords-theory-begin
   360   '("theory"))
   361 
   362 (defconst isar-keywords-theory-switch
   363   '("context"))
   364 
   365 (defconst isar-keywords-theory-end
   366   '("end"))
   367 
   368 (defconst isar-keywords-theory-heading
   369   '("chapter"
   370     "section"
   371     "subsection"
   372     "subsubsection"))
   373 
   374 (defconst isar-keywords-theory-decl
   375   '("ML_setup"
   376     "abbreviation"
   377     "arities"
   378     "automaton"
   379     "axclass"
   380     "axiomatization"
   381     "axioms"
   382     "class"
   383     "classes"
   384     "classrel"
   385     "code_alias"
   386     "code_classapp"
   387     "code_constapp"
   388     "code_generate"
   389     "code_library"
   390     "code_module"
   391     "code_purge"
   392     "code_serialize"
   393     "code_typapp"
   394     "coinductive"
   395     "const_syntax"
   396     "constdefs"
   397     "consts"
   398     "consts_code"
   399     "datatype"
   400     "defaultsort"
   401     "defer_recdef"
   402     "definition"
   403     "defs"
   404     "domain"
   405     "extract"
   406     "extract_type"
   407     "finalconsts"
   408     "fixpat"
   409     "fixrec"
   410     "global"
   411     "hide"
   412     "inductive"
   413     "judgment"
   414     "lemmas"
   415     "local"
   416     "locale"
   417     "method_setup"
   418     "no_syntax"
   419     "no_translations"
   420     "nonterminals"
   421     "normal_form"
   422     "oracle"
   423     "parse_ast_translation"
   424     "parse_translation"
   425     "primrec"
   426     "print_ast_translation"
   427     "print_translation"
   428     "quickcheck_params"
   429     "realizability"
   430     "realizers"
   431     "recdef"
   432     "record"
   433     "refute_params"
   434     "rep_datatype"
   435     "setup"
   436     "syntax"
   437     "text"
   438     "text_raw"
   439     "theorems"
   440     "token_translation"
   441     "translations"
   442     "typed_print_translation"
   443     "typedecl"
   444     "types"
   445     "types_code"))
   446 
   447 (defconst isar-keywords-theory-script
   448   '("declare"
   449     "inductive_cases"))
   450 
   451 (defconst isar-keywords-theory-goal
   452   '("ax_specification"
   453     "code_simtype"
   454     "corollary"
   455     "cpodef"
   456     "function"
   457     "instance"
   458     "interpretation"
   459     "lemma"
   460     "pcpodef"
   461     "recdef_tc"
   462     "specification"
   463     "termination"
   464     "theorem"
   465     "typedef"))
   466 
   467 (defconst isar-keywords-qed
   468   '("\\."
   469     "\\.\\."
   470     "by"
   471     "done"
   472     "sorry"))
   473 
   474 (defconst isar-keywords-qed-block
   475   '("qed"))
   476 
   477 (defconst isar-keywords-qed-global
   478   '("oops"))
   479 
   480 (defconst isar-keywords-proof-heading
   481   '("sect"
   482     "subsect"
   483     "subsubsect"))
   484 
   485 (defconst isar-keywords-proof-goal
   486   '("have"
   487     "hence"
   488     "interpret"
   489     "invoke"
   490     "show"
   491     "thus"))
   492 
   493 (defconst isar-keywords-proof-block
   494   '("next"
   495     "proof"))
   496 
   497 (defconst isar-keywords-proof-open
   498   '("{"))
   499 
   500 (defconst isar-keywords-proof-close
   501   '("}"))
   502 
   503 (defconst isar-keywords-proof-chain
   504   '("finally"
   505     "from"
   506     "then"
   507     "ultimately"
   508     "with"))
   509 
   510 (defconst isar-keywords-proof-decl
   511   '("also"
   512     "let"
   513     "moreover"
   514     "note"
   515     "txt"
   516     "txt_raw"
   517     "unfolding"
   518     "using"))
   519 
   520 (defconst isar-keywords-proof-asm
   521   '("assume"
   522     "case"
   523     "def"
   524     "fix"
   525     "presume"))
   526 
   527 (defconst isar-keywords-proof-asm-goal
   528   '("guess"
   529     "obtain"))
   530 
   531 (defconst isar-keywords-proof-script
   532   '("apply"
   533     "apply_end"
   534     "back"
   535     "defer"
   536     "prefer"))
   537 
   538 (provide 'isar-keywords)