src/Pure/Isar/isar_thy.ML
author wenzelm
Thu, 21 Oct 1999 18:59:25 +0200
changeset 7909 824ea50b8dbb
parent 7862 3e75fbd4a46b
child 7932 92df50fb89ca
permissions -rw-r--r--
end/kill_theory: check_known_thy;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     1
(*  Title:      Pure/Isar/isar_thy.ML
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     2
    ID:         $Id$
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     3
    Author:     Markus Wenzel, TU Muenchen
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     4
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
     5
Pure/Isar derived theory operations.
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     6
*)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     7
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     8
signature ISAR_THY =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
     9
sig
7734
9c098c777926 replace add_title by add_header;
wenzelm
parents: 7678
diff changeset
    10
  val add_header: Comment.text -> Toplevel.transition -> Toplevel.transition
6552
28553eba1913 Comment.text;
wenzelm
parents: 6531
diff changeset
    11
  val add_chapter: Comment.text -> theory -> theory
28553eba1913 Comment.text;
wenzelm
parents: 6531
diff changeset
    12
  val add_section: Comment.text -> theory -> theory
28553eba1913 Comment.text;
wenzelm
parents: 6531
diff changeset
    13
  val add_subsection: Comment.text -> theory -> theory
28553eba1913 Comment.text;
wenzelm
parents: 6531
diff changeset
    14
  val add_subsubsection: Comment.text -> theory -> theory
7172
wenzelm
parents: 7103
diff changeset
    15
  val add_text: Comment.text -> theory -> theory
7862
3e75fbd4a46b renamed verbatim/verb to text_raw/txt_raw;
wenzelm
parents: 7851
diff changeset
    16
  val add_text_raw: Comment.text -> theory -> theory
7172
wenzelm
parents: 7103
diff changeset
    17
  val add_sect: Comment.text -> ProofHistory.T -> ProofHistory.T
wenzelm
parents: 7103
diff changeset
    18
  val add_subsect: Comment.text -> ProofHistory.T -> ProofHistory.T
wenzelm
parents: 7103
diff changeset
    19
  val add_subsubsect: Comment.text -> ProofHistory.T -> ProofHistory.T
wenzelm
parents: 7103
diff changeset
    20
  val add_txt: Comment.text -> ProofHistory.T -> ProofHistory.T
7862
3e75fbd4a46b renamed verbatim/verb to text_raw/txt_raw;
wenzelm
parents: 7851
diff changeset
    21
  val add_txt_raw: Comment.text -> ProofHistory.T -> ProofHistory.T
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    22
  val add_classes: (bclass * xclass list) list * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    23
  val add_classes_i: (bclass * class list) list * Comment.text  -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    24
  val add_classrel: (xclass * xclass) * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    25
  val add_classrel_i: (class * class) * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    26
  val add_defsort: xsort * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    27
  val add_defsort_i: sort * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    28
  val add_nonterminals: (bstring * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    29
  val add_tyabbrs: ((bstring * string list * string * mixfix) * Comment.text) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    30
    -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    31
  val add_tyabbrs_i: ((bstring * string list * typ * mixfix) * Comment.text) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    32
    -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    33
  val add_arities: ((xstring * xsort list * xsort) * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    34
  val add_arities_i: ((string * sort list * sort) * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    35
  val add_typedecl: (bstring * string list * mixfix) * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    36
  val add_consts: ((bstring * string * mixfix) * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    37
  val add_consts_i: ((bstring * typ * mixfix) * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    38
  val add_modesyntax: string * bool -> ((bstring * string * mixfix) * Comment.text) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    39
    -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    40
  val add_modesyntax_i: string * bool -> ((bstring * typ * mixfix) * Comment.text) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    41
    -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    42
  val add_trrules: ((xstring * string) Syntax.trrule * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    43
  val add_trrules_i: (Syntax.ast Syntax.trrule * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    44
  val add_axioms: (((bstring * string) * Args.src list) * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    45
  val add_axioms_i: (((bstring * term) * theory attribute list) * Comment.text) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    46
    -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    47
  val add_defs: (((bstring * string) * Args.src list) * Comment.text) list -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    48
  val add_defs_i: (((bstring * term) * theory attribute list) * Comment.text) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    49
    -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    50
  val add_constdefs: (((bstring * string * mixfix) * Comment.text) * (string * Comment.text)) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    51
    -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    52
  val add_constdefs_i: (((bstring * typ * mixfix) * Comment.text) * (term * Comment.text)) list
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    53
    -> theory -> theory
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
    54
  val apply_theorems: (xstring * Args.src list) list -> theory -> theory * thm list
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
    55
  val apply_theorems_i: (thm * theory attribute list) list -> theory -> theory * thm list
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    56
  val have_theorems: ((bstring * Args.src list) * (xstring * Args.src list) list) * Comment.text
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
    57
    -> theory -> theory
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    58
  val have_theorems_i: ((bstring * theory attribute list) * (thm * theory attribute list) list)
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    59
    * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    60
  val have_lemmas: ((bstring * Args.src list) * (xstring * Args.src list) list) * Comment.text
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
    61
    -> theory -> theory
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    62
  val have_lemmas_i: ((bstring * theory attribute list) * (thm * theory attribute list) list)
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    63
    * Comment.text -> theory -> theory
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    64
  val have_facts: ((string * Args.src list) * (string * Args.src list) list) * Comment.text
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
    65
    -> ProofHistory.T -> ProofHistory.T
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    66
  val have_facts_i: ((string * Proof.context attribute list) *
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    67
    (thm * Proof.context attribute list) list) * Comment.text -> ProofHistory.T -> ProofHistory.T
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    68
  val from_facts: (string * Args.src list) list * Comment.text -> ProofHistory.T -> ProofHistory.T
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    69
  val from_facts_i: (thm * Proof.context attribute list) list * Comment.text
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    70
    -> ProofHistory.T -> ProofHistory.T
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
    71
  val with_facts: (string * Args.src list) list * Comment.text -> ProofHistory.T -> ProofHistory.T
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
    72
  val with_facts_i: (thm * Proof.context attribute list) list * Comment.text
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
    73
    -> ProofHistory.T -> ProofHistory.T
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    74
  val chain: Comment.text -> ProofHistory.T -> ProofHistory.T
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    75
  val export_chain: Comment.text -> ProofHistory.T -> ProofHistory.T
7417
70c1d3eac214 fix: common constraints;
wenzelm
parents: 7353
diff changeset
    76
  val fix: ((string list * string option) * Comment.text) list -> ProofHistory.T -> ProofHistory.T
7666
226ea33c7cd6 fix_i, local_def_i: typ option;
wenzelm
parents: 7633
diff changeset
    77
  val fix_i: ((string list * typ option) * Comment.text) list -> ProofHistory.T -> ProofHistory.T
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    78
  val match_bind: ((string list * string) * Comment.text) list -> ProofHistory.T -> ProofHistory.T
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
    79
  val match_bind_i: ((term list * term) * Comment.text) list -> ProofHistory.T -> ProofHistory.T
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    80
  val theorem: (bstring * Args.src list * (string * (string list * string list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    81
    * Comment.text -> bool -> theory -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    82
  val theorem_i: (bstring * theory attribute list * (term * (term list * term list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    83
    * Comment.text -> bool -> theory -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    84
  val lemma: (bstring * Args.src list * (string * (string list * string list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    85
    * Comment.text -> bool -> theory -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    86
  val lemma_i: (bstring * theory attribute list * (term * (term list * term list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
    87
    * Comment.text -> bool -> theory -> ProofHistory.T
7271
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    88
  val assume: ((string * Args.src list * (string * (string list * string list)) list)
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    89
    * Comment.text) list -> ProofHistory.T -> ProofHistory.T
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    90
  val assume_i: ((string * Proof.context attribute list * (term * (term list * term list)) list)
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    91
    * Comment.text) list -> ProofHistory.T -> ProofHistory.T
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    92
  val presume: ((string * Args.src list * (string * (string list * string list)) list)
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    93
    * Comment.text) list -> ProofHistory.T -> ProofHistory.T
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    94
  val presume_i: ((string * Proof.context attribute list * (term * (term list * term list)) list)
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
    95
    * Comment.text) list -> ProofHistory.T -> ProofHistory.T
6952
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
    96
  val local_def: (string * Args.src list * ((string * string option) * (string * string list)))
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
    97
    * Comment.text -> ProofHistory.T -> ProofHistory.T
7666
226ea33c7cd6 fix_i, local_def_i: typ option;
wenzelm
parents: 7633
diff changeset
    98
  val local_def_i: (string * Args.src list * ((string * typ option) * (term * term list)))
6952
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
    99
    * Comment.text -> ProofHistory.T -> ProofHistory.T
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   100
  val show: (string * Args.src list * (string * (string list * string list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   101
    * Comment.text -> ProofHistory.T -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   102
  val show_i: (string * Proof.context attribute list * (term * (term list * term list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   103
    * Comment.text -> ProofHistory.T -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   104
  val have: (string * Args.src list * (string * (string list * string list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   105
    * Comment.text -> ProofHistory.T -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   106
  val have_i: (string * Proof.context attribute list * (term * (term list * term list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   107
    * Comment.text -> ProofHistory.T -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   108
  val thus: (string * Args.src list * (string * (string list * string list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   109
    * Comment.text -> ProofHistory.T -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   110
  val thus_i: (string * Proof.context attribute list * (term * (term list * term list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   111
    * Comment.text -> ProofHistory.T -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   112
  val hence: (string * Args.src list * (string * (string list * string list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   113
    * Comment.text -> ProofHistory.T -> ProofHistory.T
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   114
  val hence_i: (string * Proof.context attribute list * (term * (term list * term list)))
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   115
    * Comment.text -> ProofHistory.T -> ProofHistory.T
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   116
  val begin_block: ProofHistory.T -> ProofHistory.T
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   117
  val next_block: ProofHistory.T -> ProofHistory.T
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   118
  val end_block: ProofHistory.T -> ProofHistory.T
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   119
  val tac: Method.text -> ProofHistory.T -> ProofHistory.T
5882
c8096461f5c8 renamed tac / etac to refine / then_refine;
wenzelm
parents: 5830
diff changeset
   120
  val then_tac: Method.text -> ProofHistory.T -> ProofHistory.T
7002
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   121
  val proof: (Comment.interest * (Method.text * Comment.interest) option) * Comment.text
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   122
    -> ProofHistory.T -> ProofHistory.T
6404
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   123
  val kill_proof: ProofHistory.T -> theory
7002
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   124
  val qed: (Method.text * Comment.interest) option * Comment.text
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   125
    -> Toplevel.transition -> Toplevel.transition
7002
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   126
  val terminal_proof: ((Method.text * Comment.interest) * (Method.text * Comment.interest) option)
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   127
    * Comment.text -> Toplevel.transition -> Toplevel.transition
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   128
  val immediate_proof: Comment.text -> Toplevel.transition -> Toplevel.transition
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   129
  val default_proof: Comment.text -> Toplevel.transition -> Toplevel.transition
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   130
  val skip_proof: Comment.text -> Toplevel.transition -> Toplevel.transition
7012
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   131
  val get_thmss: (string * Args.src list) list -> Proof.state -> thm list
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   132
  val also: ((string * Args.src list) list * Comment.interest) option * Comment.text
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   133
    -> Toplevel.transition -> Toplevel.transition
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   134
  val also_i: (thm list * Comment.interest) option * Comment.text
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   135
    -> Toplevel.transition -> Toplevel.transition
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   136
  val finally: ((string * Args.src list) list * Comment.interest) option * Comment.text
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   137
    -> Toplevel.transition -> Toplevel.transition
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   138
  val finally_i: (thm list * Comment.interest) option * Comment.text
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   139
    -> Toplevel.transition -> Toplevel.transition
7678
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   140
  val obtain: ((string list * string option) * Comment.text) list
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   141
    * ((string * Args.src list * (string * (string list * string list)) list)
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   142
      * Comment.text) list -> ProofHistory.T -> ProofHistory.T
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   143
  val obtain_i: ((string list * typ option) * Comment.text) list
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   144
    * ((string * Proof.context attribute list * (term * (term list * term list)) list)
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   145
      * Comment.text) list -> ProofHistory.T -> ProofHistory.T
7614
88392b7bc549 use_mltext: Context.setmp only;
wenzelm
parents: 7590
diff changeset
   146
  val use_mltext: string -> bool -> theory option -> unit
88392b7bc549 use_mltext: Context.setmp only;
wenzelm
parents: 7590
diff changeset
   147
  val use_mltext_theory: string -> bool -> theory -> theory
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   148
  val use_setup: string -> theory -> theory
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   149
  val parse_ast_translation: string -> theory -> theory
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   150
  val parse_translation: string -> theory -> theory
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   151
  val print_translation: string -> theory -> theory
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   152
  val typed_print_translation: string -> theory -> theory
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   153
  val print_ast_translation: string -> theory -> theory
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   154
  val token_translation: string -> theory -> theory
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   155
  val add_oracle: (bstring * string) * Comment.text -> theory -> theory
6331
fb7b8d6c2bd1 begin/end_theory: presentation;
wenzelm
parents: 6266
diff changeset
   156
  val begin_theory: string -> string list -> (string * bool) list -> theory
fb7b8d6c2bd1 begin/end_theory: presentation;
wenzelm
parents: 6266
diff changeset
   157
  val end_theory: theory -> theory
6246
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   158
  val theory: string * string list * (string * bool) list
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   159
    -> Toplevel.transition -> Toplevel.transition
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   160
  val context: string -> Toplevel.transition -> Toplevel.transition
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   161
end;
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   162
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   163
structure IsarThy: ISAR_THY =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   164
struct
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   165
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   166
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   167
(** derived theory and proof operations **)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   168
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   169
(* formal comments *)
5959
7af99477751b add_text, add_chapter etc.: dummy;
wenzelm
parents: 5938
diff changeset
   170
7734
9c098c777926 replace add_title by add_header;
wenzelm
parents: 7678
diff changeset
   171
fun add_header comment =
9c098c777926 replace add_title by add_header;
wenzelm
parents: 7678
diff changeset
   172
  Toplevel.keep (fn state => if Toplevel.is_toplevel state then () else raise Toplevel.UNDEF);
9c098c777926 replace add_title by add_header;
wenzelm
parents: 7678
diff changeset
   173
7332
60534b9018ae fixed add_sect etc.;
wenzelm
parents: 7271
diff changeset
   174
fun add_text comment thy = thy:theory;
7862
3e75fbd4a46b renamed verbatim/verb to text_raw/txt_raw;
wenzelm
parents: 7851
diff changeset
   175
val add_text_raw = add_text;
5959
7af99477751b add_text, add_chapter etc.: dummy;
wenzelm
parents: 5938
diff changeset
   176
val add_chapter = add_text;
7633
838077e40a46 present sections;
wenzelm
parents: 7614
diff changeset
   177
838077e40a46 present sections;
wenzelm
parents: 7614
diff changeset
   178
fun gen_add_section add present txt thy =
838077e40a46 present sections;
wenzelm
parents: 7614
diff changeset
   179
  (Context.setmp (Some thy) present (Comment.string_of txt); add txt thy);
838077e40a46 present sections;
wenzelm
parents: 7614
diff changeset
   180
838077e40a46 present sections;
wenzelm
parents: 7614
diff changeset
   181
val add_section = gen_add_section add_text Present.section;
838077e40a46 present sections;
wenzelm
parents: 7614
diff changeset
   182
val add_subsection = gen_add_section add_text Present.subsection;
838077e40a46 present sections;
wenzelm
parents: 7614
diff changeset
   183
val add_subsubsection = gen_add_section add_text Present.subsubsection;
5959
7af99477751b add_text, add_chapter etc.: dummy;
wenzelm
parents: 5938
diff changeset
   184
7172
wenzelm
parents: 7103
diff changeset
   185
fun add_txt comment = ProofHistory.apply Proof.assert_forward;
7862
3e75fbd4a46b renamed verbatim/verb to text_raw/txt_raw;
wenzelm
parents: 7851
diff changeset
   186
val add_txt_raw = add_txt;
7332
60534b9018ae fixed add_sect etc.;
wenzelm
parents: 7271
diff changeset
   187
val add_sect = add_txt;
60534b9018ae fixed add_sect etc.;
wenzelm
parents: 7271
diff changeset
   188
val add_subsect = add_txt;
60534b9018ae fixed add_sect etc.;
wenzelm
parents: 7271
diff changeset
   189
val add_subsubsect = add_txt;
7172
wenzelm
parents: 7103
diff changeset
   190
5959
7af99477751b add_text, add_chapter etc.: dummy;
wenzelm
parents: 5938
diff changeset
   191
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   192
(* signature and syntax *)
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   193
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   194
val add_classes = Theory.add_classes o Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   195
val add_classes_i = Theory.add_classes_i o Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   196
val add_classrel = Theory.add_classrel o single o Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   197
val add_classrel_i = Theory.add_classrel_i o single o Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   198
val add_defsort = Theory.add_defsort o Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   199
val add_defsort_i = Theory.add_defsort_i o Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   200
val add_nonterminals = Theory.add_nonterminals o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   201
val add_tyabbrs = Theory.add_tyabbrs o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   202
val add_tyabbrs_i = Theory.add_tyabbrs_i o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   203
val add_arities = Theory.add_arities o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   204
val add_arities_i = Theory.add_arities_i o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   205
val add_typedecl = PureThy.add_typedecls o single o Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   206
val add_consts = Theory.add_consts o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   207
val add_consts_i = Theory.add_consts_i o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   208
fun add_modesyntax mode = Theory.add_modesyntax mode o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   209
fun add_modesyntax_i mode = Theory.add_modesyntax_i mode o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   210
val add_trrules = Theory.add_trrules o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   211
val add_trrules_i = Theory.add_trrules_i o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   212
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   213
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   214
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   215
(* axioms and defs *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   216
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   217
fun add_axms f args thy =
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   218
  f (map (fn (x, srcs) => (x, map (Attrib.global_attribute thy) srcs)) args) thy;
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   219
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   220
val add_axioms = add_axms PureThy.add_axioms o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   221
val add_axioms_i = PureThy.add_axioms_i o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   222
val add_defs = add_axms PureThy.add_defs o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   223
val add_defs_i = PureThy.add_defs_i o map Comment.ignore;
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   224
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   225
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   226
(* constdefs *)
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   227
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   228
fun gen_add_constdefs consts defs args thy =
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   229
  thy
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   230
  |> consts (map (Comment.ignore o fst) args)
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   231
  |> defs (map (fn (((c, _, mx), _), (s, _)) =>
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   232
    (((Thm.def_name (Syntax.const_name c mx), s), []), Comment.none)) args);
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   233
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   234
fun add_constdefs args = gen_add_constdefs Theory.add_consts add_defs args;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   235
fun add_constdefs_i args = gen_add_constdefs Theory.add_consts_i add_defs_i args;
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   236
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   237
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   238
(* theorems *)
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   239
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   240
fun gen_have_thmss get attrib f ((name, more_srcs), th_srcs) x =
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   241
  f name (map (attrib x) more_srcs)
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   242
    (map (fn (s, srcs) => (get x s, map (attrib x) srcs)) th_srcs) x;
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   243
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   244
fun global_have_thmss kind f (x as ((name, _), _)) thy =
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   245
  let val (thy', thms) = gen_have_thmss PureThy.get_thms Attrib.global_attribute f x thy in
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   246
    if kind <> "" then Context.setmp (Some thy') (Present.results kind name) thms else ();
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   247
    (thy', thms)
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   248
  end;
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   249
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   250
fun local_have_thmss x =
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   251
  gen_have_thmss (ProofContext.get_thms o Proof.context_of)
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   252
    (Attrib.local_attribute o Proof.theory_of) x;
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   253
7012
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   254
fun gen_have_thmss_i f ((name, more_atts), th_atts) =
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   255
  f name more_atts (map (apfst single) th_atts);
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   256
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   257
fun have_lemss name atts = PureThy.have_thmss name (atts @ [Drule.tag_lemma]);
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   258
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   259
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   260
fun apply_theorems th_srcs = global_have_thmss "" PureThy.have_thmss (("", []), th_srcs);
7476
85c8be727fdb PureThy.have_thmss: "" replaces None;
wenzelm
parents: 7417
diff changeset
   261
fun apply_theorems_i th_srcs = gen_have_thmss_i PureThy.have_thmss (("", []), th_srcs);
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   262
val have_theorems = #1 oo (global_have_thmss "theorems" PureThy.have_thmss o Comment.ignore);
7476
85c8be727fdb PureThy.have_thmss: "" replaces None;
wenzelm
parents: 7417
diff changeset
   263
val have_theorems_i = #1 oo (gen_have_thmss_i PureThy.have_thmss o Comment.ignore);
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   264
val have_lemmas = #1 oo (global_have_thmss "lemmas" have_lemss o Comment.ignore);
7476
85c8be727fdb PureThy.have_thmss: "" replaces None;
wenzelm
parents: 7417
diff changeset
   265
val have_lemmas_i = #1 oo (gen_have_thmss_i have_lemss o Comment.ignore);
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   266
val have_facts = ProofHistory.apply o local_have_thmss (Proof.have_thmss []) o Comment.ignore;
7012
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   267
val have_facts_i = ProofHistory.apply o gen_have_thmss_i (Proof.have_thmss []) o Comment.ignore;
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   268
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   269
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   270
(* forward chaining *)
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   271
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   272
fun gen_from_facts f = ProofHistory.apply o (Proof.chain oo curry f ("", []));
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   273
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   274
fun add_thmss name atts ths_atts state =
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   275
  Proof.have_thmss (Proof.the_facts state) name atts ths_atts state;
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   276
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   277
val from_facts = gen_from_facts (local_have_thmss (Proof.have_thmss [])) o Comment.ignore;
7012
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   278
val from_facts_i = gen_from_facts (gen_have_thmss_i (Proof.have_thmss [])) o Comment.ignore;
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   279
val with_facts = gen_from_facts (local_have_thmss add_thmss) o Comment.ignore;
7012
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   280
val with_facts_i = gen_from_facts (gen_have_thmss_i add_thmss) o Comment.ignore;
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   281
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   282
fun chain comment_ignore = ProofHistory.apply Proof.chain;
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   283
fun export_chain comment_ignore = ProofHistory.applys Proof.export_chain;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   284
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   285
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   286
(* context *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   287
7417
70c1d3eac214 fix: common constraints;
wenzelm
parents: 7353
diff changeset
   288
val fix = ProofHistory.apply o Proof.fix o map Comment.ignore;
70c1d3eac214 fix: common constraints;
wenzelm
parents: 7353
diff changeset
   289
val fix_i = ProofHistory.apply o Proof.fix_i o map Comment.ignore;
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   290
val match_bind = ProofHistory.apply o Proof.match_bind o map Comment.ignore;
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   291
val match_bind_i = ProofHistory.apply o Proof.match_bind_i o map Comment.ignore;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   292
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   293
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   294
(* statements *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   295
7678
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   296
fun multi_local_attribute state (name, src, s) =
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   297
  (name, map (Attrib.local_attribute (Proof.theory_of state)) src, s);
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   298
7271
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   299
local
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   300
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   301
fun global_statement f (name, src, s) int thy =
6688
f33c89103fb4 cleaned comments;
wenzelm
parents: 6650
diff changeset
   302
  ProofHistory.init (Toplevel.undo_limit int)
f33c89103fb4 cleaned comments;
wenzelm
parents: 6650
diff changeset
   303
    (f name (map (Attrib.global_attribute thy) src) s thy);
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   304
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   305
fun global_statement_i f (name, atts, t) int thy =
6688
f33c89103fb4 cleaned comments;
wenzelm
parents: 6650
diff changeset
   306
  ProofHistory.init (Toplevel.undo_limit int) (f name atts t thy);
6501
392333eb31cb added thus, hence;
wenzelm
parents: 6483
diff changeset
   307
6904
4125d6b6d8f9 removed proof history nesting commands (not useful);
wenzelm
parents: 6890
diff changeset
   308
fun local_statement f g (name, src, s) = ProofHistory.apply (fn state =>
6501
392333eb31cb added thus, hence;
wenzelm
parents: 6483
diff changeset
   309
  f name (map (Attrib.local_attribute (Proof.theory_of state)) src) s (g state));
6371
8469852acbc0 added '_i' versions;
wenzelm
parents: 6354
diff changeset
   310
6904
4125d6b6d8f9 removed proof history nesting commands (not useful);
wenzelm
parents: 6890
diff changeset
   311
fun local_statement_i f g (name, atts, t) = ProofHistory.apply (f name atts t o g);
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   312
7271
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   313
fun multi_statement f args = ProofHistory.apply (fn state =>
7678
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   314
  f (map (multi_local_attribute state) args) state);
7271
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   315
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   316
fun multi_statement_i f args = ProofHistory.apply (f args);
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   317
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   318
in
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   319
6952
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
   320
val theorem     = global_statement Proof.theorem o Comment.ignore;
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
   321
val theorem_i   = global_statement_i Proof.theorem_i o Comment.ignore;
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
   322
val lemma       = global_statement Proof.lemma o Comment.ignore;
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
   323
val lemma_i     = global_statement_i Proof.lemma_i o Comment.ignore;
7271
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   324
val assume      = multi_statement Proof.assume o map Comment.ignore;
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   325
val assume_i    = multi_statement_i Proof.assume_i o map Comment.ignore;
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   326
val presume     = multi_statement Proof.presume o map Comment.ignore;
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   327
val presume_i   = multi_statement_i Proof.presume_i o map Comment.ignore;
6952
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
   328
val local_def   = local_statement LocalDefs.def I o Comment.ignore;
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
   329
val local_def_i = local_statement LocalDefs.def_i I o Comment.ignore;
7176
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   330
val show        = local_statement (Proof.show Seq.single) I o Comment.ignore;
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   331
val show_i      = local_statement_i (Proof.show_i Seq.single) I o Comment.ignore;
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   332
val have        = local_statement (Proof.have Seq.single) I o Comment.ignore;
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   333
val have_i      = local_statement_i (Proof.have_i Seq.single) I o Comment.ignore;
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   334
val thus        = local_statement (Proof.show Seq.single) Proof.chain o Comment.ignore;
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   335
val thus_i      = local_statement_i (Proof.show_i Seq.single) Proof.chain o Comment.ignore;
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   336
val hence       = local_statement (Proof.have Seq.single) Proof.chain o Comment.ignore;
a329a37ed91a local goals: after_qed;
wenzelm
parents: 7172
diff changeset
   337
val hence_i     = local_statement_i (Proof.have_i Seq.single) Proof.chain o Comment.ignore;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   338
7271
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   339
end;
442456b2a8bb assume: multiple args;
wenzelm
parents: 7242
diff changeset
   340
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   341
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   342
(* blocks *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   343
6904
4125d6b6d8f9 removed proof history nesting commands (not useful);
wenzelm
parents: 6890
diff changeset
   344
val begin_block = ProofHistory.apply Proof.begin_block;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   345
val next_block = ProofHistory.apply Proof.next_block;
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   346
val end_block = ProofHistory.applys Proof.end_block;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   347
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   348
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   349
(* backward steps *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   350
7506
08a88d4ebd54 Method.refine_no_facts;
wenzelm
parents: 7476
diff changeset
   351
val tac = ProofHistory.applys o Method.refine_no_facts;
08a88d4ebd54 Method.refine_no_facts;
wenzelm
parents: 7476
diff changeset
   352
val then_tac = ProofHistory.applys o Method.refine;
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   353
7002
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   354
val proof = ProofHistory.applys o Method.proof o
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   355
  apsome Comment.ignore_interest o Comment.ignore_interest' o Comment.ignore;
6404
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   356
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   357
6732
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   358
(* print result *)
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   359
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   360
local
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   361
6732
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   362
fun pretty_result {kind, name, thm} =
7590
76c9e71d491a tuned print_result;
wenzelm
parents: 7572
diff changeset
   363
  Pretty.block [Pretty.str (kind ^ (if name = "" then "" else " " ^ name) ^ ":"),
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   364
    Pretty.fbrk, Proof.pretty_thm thm];
6986
82a4ac9c6b03 local qeds: print rule;
wenzelm
parents: 6952
diff changeset
   365
82a4ac9c6b03 local qeds: print rule;
wenzelm
parents: 6952
diff changeset
   366
fun pretty_rule thm =
7353
b5a5abea1559 improved msg;
wenzelm
parents: 7332
diff changeset
   367
  Pretty.block [Pretty.str "trying to solve goal by rule:", Pretty.fbrk, Proof.pretty_thm thm];
6732
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   368
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   369
in
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   370
6732
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   371
val print_result = Pretty.writeln o pretty_result;
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   372
6986
82a4ac9c6b03 local qeds: print rule;
wenzelm
parents: 6952
diff changeset
   373
fun cond_print_result_rule int =
82a4ac9c6b03 local qeds: print rule;
wenzelm
parents: 6952
diff changeset
   374
  if int then (print_result, Pretty.writeln o pretty_rule)
82a4ac9c6b03 local qeds: print rule;
wenzelm
parents: 6952
diff changeset
   375
  else (K (), K ());
82a4ac9c6b03 local qeds: print rule;
wenzelm
parents: 6952
diff changeset
   376
82a4ac9c6b03 local qeds: print rule;
wenzelm
parents: 6952
diff changeset
   377
fun proof'' f = Toplevel.proof' (f o cond_print_result_rule);
6732
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   378
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   379
end;
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   380
6732
cf9f66ca9ee3 local qeds: pass cond_print_result;
wenzelm
parents: 6728
diff changeset
   381
6404
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   382
(* local endings *)
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   383
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   384
val local_qed =
6904
4125d6b6d8f9 removed proof history nesting commands (not useful);
wenzelm
parents: 6890
diff changeset
   385
  proof'' o (ProofHistory.applys oo Method.local_qed) o apsome Comment.ignore_interest;
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   386
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   387
fun ignore_interests (x, y) = (Comment.ignore_interest x, apsome Comment.ignore_interest y);
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   388
6688
f33c89103fb4 cleaned comments;
wenzelm
parents: 6650
diff changeset
   389
val local_terminal_proof =
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   390
  proof'' o (ProofHistory.applys oo Method.local_terminal_proof) o ignore_interests;
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   391
6904
4125d6b6d8f9 removed proof history nesting commands (not useful);
wenzelm
parents: 6890
diff changeset
   392
val local_immediate_proof = proof'' (ProofHistory.applys o Method.local_immediate_proof);
4125d6b6d8f9 removed proof history nesting commands (not useful);
wenzelm
parents: 6890
diff changeset
   393
val local_default_proof = proof'' (ProofHistory.applys o Method.local_default_proof);
4125d6b6d8f9 removed proof history nesting commands (not useful);
wenzelm
parents: 6890
diff changeset
   394
val local_skip_proof = proof'' (ProofHistory.applys o SkipProof.local_skip_proof);
6404
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   395
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   396
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   397
(* global endings *)
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   398
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   399
val kill_proof = Proof.theory_of o ProofHistory.current;
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   400
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   401
fun global_result finish = Toplevel.proof_to_theory (fn prf =>
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   402
  let
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   403
    val state = ProofHistory.current prf;
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   404
    val _ = if Proof.at_bottom state then () else raise Toplevel.UNDEF;
7572
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   405
    val (thy, res as {kind, name, thm}) = finish state;
6e6dafacbc28 present results;
wenzelm
parents: 7506
diff changeset
   406
  in print_result res; Context.setmp (Some thy) (Present.result kind name) thm; thy end);
6404
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   407
6952
0f7e8d42902b added local_def(_i);
wenzelm
parents: 6937
diff changeset
   408
val global_qed = global_result o Method.global_qed o apsome Comment.ignore_interest;
6937
d9e3e2b30bee added export_chain;
wenzelm
parents: 6904
diff changeset
   409
val global_terminal_proof = global_result o Method.global_terminal_proof o ignore_interests;
6404
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   410
val global_immediate_proof = global_result Method.global_immediate_proof;
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   411
val global_default_proof = global_result Method.global_default_proof;
6888
d0c68ebdabc5 skip_proof feature 'sorry' (for quick_and_dirty mode only);
wenzelm
parents: 6885
diff changeset
   412
val global_skip_proof = global_result SkipProof.global_skip_proof;
6404
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   413
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   414
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   415
(* common endings *)
2daaf2943c79 common qed and end of proofs;
wenzelm
parents: 6371
diff changeset
   416
7002
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   417
fun qed (meth, comment) = local_qed meth o global_qed meth;
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   418
fun terminal_proof (meths, comment) = local_terminal_proof meths o global_terminal_proof meths;
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   419
fun immediate_proof comment = local_immediate_proof o global_immediate_proof;
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   420
fun default_proof comment = local_default_proof o global_default_proof;
01a4e15ee253 more marg_comments;
wenzelm
parents: 6986
diff changeset
   421
fun skip_proof comment = local_skip_proof o global_skip_proof;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   422
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   423
6774
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   424
(* calculational proof commands *)
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   425
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   426
local
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   427
7417
70c1d3eac214 fix: common constraints;
wenzelm
parents: 7353
diff changeset
   428
fun cond_print_calc int thms =
70c1d3eac214 fix: common constraints;
wenzelm
parents: 7353
diff changeset
   429
  if int then Pretty.writeln (Pretty.big_list "calculation:" (map Proof.pretty_thm thms))
6774
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   430
  else ();
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   431
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   432
fun proof''' f = Toplevel.proof' (f o cond_print_calc);
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   433
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   434
fun gen_calc get f (args, _) prt state =
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   435
  f (apsome (fn (srcs, _) => get srcs state) args) prt state;
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   436
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   437
in
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   438
7012
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   439
fun get_thmss srcs = Proof.the_facts o local_have_thmss (Proof.have_thmss []) (("", []), srcs); 
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   440
fun get_thmss_i thms _ = thms;
ae9dac5af9d1 improved print_thms;
wenzelm
parents: 7002
diff changeset
   441
6879
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   442
fun also x = proof''' (ProofHistory.applys o gen_calc get_thmss Calculation.also x);
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   443
fun also_i x = proof''' (ProofHistory.applys o gen_calc get_thmss_i Calculation.also x);
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   444
fun finally x = proof''' (ProofHistory.applys o gen_calc get_thmss Calculation.finally x);
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   445
fun finally_i x = proof''' (ProofHistory.applys o gen_calc get_thmss_i Calculation.finally x);
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   446
70f8c0c34b8d added with_facts(_i);
wenzelm
parents: 6850
diff changeset
   447
end;
6774
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   448
dec73900168b added also, finally;
wenzelm
parents: 6732
diff changeset
   449
7678
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   450
(* obtain *)
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   451
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   452
fun obtain (xs, asms) = ProofHistory.applys (fn state =>
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   453
  Obtain.obtain (map Comment.ignore xs)
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   454
    (map (multi_local_attribute state o Comment.ignore) asms) state);
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   455
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   456
fun obtain_i (xs, asms) = ProofHistory.applys
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   457
  (Obtain.obtain_i (map Comment.ignore xs) (map Comment.ignore asms));
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   458
027b6ec2f084 added 'obtain' command;
wenzelm
parents: 7666
diff changeset
   459
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   460
(* use ML text *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   461
7851
4a6df182b093 use_text writeln;
wenzelm
parents: 7775
diff changeset
   462
fun use_mltext txt verb opt_thy = Context.setmp opt_thy (use_text writeln verb) txt;
4a6df182b093 use_text writeln;
wenzelm
parents: 7775
diff changeset
   463
fun use_mltext_theory txt verb thy = #2 (Context.pass_theory thy (use_text writeln verb) txt);
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   464
7614
88392b7bc549 use_mltext: Context.setmp only;
wenzelm
parents: 7590
diff changeset
   465
fun use_context txt = use_mltext_theory ("Context.>> (" ^ txt ^ ");") false;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   466
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   467
fun use_let name body txt =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   468
  use_context ("let val " ^ name ^ " = " ^ txt ^ " in\n" ^ body ^ " end");
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   469
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   470
val use_setup =
5915
66f4bde4c6e7 added have_theorems, have_lemmas, have_facts;
wenzelm
parents: 5882
diff changeset
   471
  use_let "setup: (theory -> theory) list" "Library.apply setup";
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   472
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   473
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   474
(* translation functions *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   475
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   476
val parse_ast_translation =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   477
  use_let "parse_ast_translation: (string * (Syntax.ast list -> Syntax.ast)) list"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   478
    "Theory.add_trfuns (parse_ast_translation, [], [], [])";
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   479
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   480
val parse_translation =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   481
  use_let "parse_translation: (string * (term list -> term)) list"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   482
    "Theory.add_trfuns ([], parse_translation, [], [])";
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   483
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   484
val print_translation =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   485
  use_let "print_translation: (string * (term list -> term)) list"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   486
    "Theory.add_trfuns ([], [], print_translation, [])";
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   487
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   488
val print_ast_translation =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   489
  use_let "print_ast_translation: (string * (Syntax.ast list -> Syntax.ast)) list"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   490
    "Theory.add_trfuns ([], [], [], print_ast_translation)";
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   491
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   492
val typed_print_translation =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   493
  use_let "typed_print_translation: (string * (bool -> typ -> term list -> term)) list"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   494
    "Theory.add_trfunsT typed_print_translation";
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   495
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   496
val token_translation =
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   497
  use_let "token_translation: (string * string * (string -> string * int)) list"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   498
    "Theory.add_tokentrfuns token_translation";
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   499
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   500
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   501
(* add_oracle *)
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   502
6728
b51b25db7bc6 added formal comment arguments almost everywhere (still ignored);
wenzelm
parents: 6688
diff changeset
   503
fun add_oracle ((name, txt), comment_ignore) =
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   504
  use_let
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   505
    "oracle: bstring * (Sign.sg * Object.T -> term)"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   506
    "Theory.add_oracle oracle"
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   507
    ("(" ^ quote name ^ ", " ^ txt ^ ")");
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   508
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   509
6688
f33c89103fb4 cleaned comments;
wenzelm
parents: 6650
diff changeset
   510
(* theory init and exit *)
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   511
7242
f17f2e8ba0c7 begin_update_theory;
wenzelm
parents: 7176
diff changeset
   512
fun gen_begin_theory bg name parents files =
6266
a5f9fa6b6d7c Context.fetch, Context.setmp;
wenzelm
parents: 6253
diff changeset
   513
  let
6331
fb7b8d6c2bd1 begin/end_theory: presentation;
wenzelm
parents: 6266
diff changeset
   514
    val paths = map (apfst Path.unpack) files;
7242
f17f2e8ba0c7 begin_update_theory;
wenzelm
parents: 7176
diff changeset
   515
    val thy = bg name parents paths;
6650
808a3d9e2404 Present.begin_theory now needs an additional argument of type
berghofe
parents: 6552
diff changeset
   516
  in Present.begin_theory name parents paths thy end;
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   517
7242
f17f2e8ba0c7 begin_update_theory;
wenzelm
parents: 7176
diff changeset
   518
val begin_theory = gen_begin_theory ThyInfo.begin_theory;
f17f2e8ba0c7 begin_update_theory;
wenzelm
parents: 7176
diff changeset
   519
val begin_update_theory = gen_begin_theory ThyInfo.begin_update_theory;
7909
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   520
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   521
fun check_known_thy name =
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   522
  ThyInfo.known_thy name orelse (warning ("Lost theory " ^ quote name); false);
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   523
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   524
fun end_theory thy =
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   525
  if check_known_thy (PureThy.get_name thy) then ThyInfo.end_theory thy
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   526
  else thy;
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   527
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   528
fun kill_theory thy =
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   529
  let val name = PureThy.get_name thy
824ea50b8dbb end/kill_theory: check_known_thy;
wenzelm
parents: 7862
diff changeset
   530
  in if check_known_thy name then ThyInfo.remove_thy name else () end;
6688
f33c89103fb4 cleaned comments;
wenzelm
parents: 6650
diff changeset
   531
7103
1c44df10a7bc removed update_context;
wenzelm
parents: 7012
diff changeset
   532
1c44df10a7bc removed update_context;
wenzelm
parents: 7012
diff changeset
   533
fun bg_theory (name, parents, files) int =
7242
f17f2e8ba0c7 begin_update_theory;
wenzelm
parents: 7176
diff changeset
   534
  (if int then begin_update_theory else begin_theory) name parents files;
7103
1c44df10a7bc removed update_context;
wenzelm
parents: 7012
diff changeset
   535
6331
fb7b8d6c2bd1 begin/end_theory: presentation;
wenzelm
parents: 6266
diff changeset
   536
fun en_theory thy = (end_theory thy; ());
fb7b8d6c2bd1 begin/end_theory: presentation;
wenzelm
parents: 6266
diff changeset
   537
6688
f33c89103fb4 cleaned comments;
wenzelm
parents: 6650
diff changeset
   538
fun theory spec = Toplevel.init_theory (bg_theory spec) en_theory kill_theory;
6246
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   539
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   540
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   541
(* context switch *)
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   542
7103
1c44df10a7bc removed update_context;
wenzelm
parents: 7012
diff changeset
   543
fun context name =
7242
f17f2e8ba0c7 begin_update_theory;
wenzelm
parents: 7176
diff changeset
   544
  Toplevel.init_theory (fn _ => (the (#2 (Context.pass None ThyInfo.quiet_update_thy name))))
7103
1c44df10a7bc removed update_context;
wenzelm
parents: 7012
diff changeset
   545
  (K ()) (K ());
6246
0aa2e536bc20 improved theory, context, update_context;
wenzelm
parents: 6198
diff changeset
   546
5830
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   547
95b619c7289b Derived theory operations.
wenzelm
parents:
diff changeset
   548
end;