author | wenzelm |
Wed, 13 Sep 2000 22:31:19 +0200 | |
changeset 9952 | 24914e42b857 |
parent 9903 | d087c8dae285 |
child 10449 | 088aa7bd3154 |
permissions | -rw-r--r-- |
5830 | 1 |
(* Title: Pure/Isar/isar_thy.ML |
2 |
ID: $Id$ |
|
3 |
Author: Markus Wenzel, TU Muenchen |
|
8804 | 4 |
License: GPL (GNU GENERAL PUBLIC LICENSE) |
5830 | 5 |
|
6371 | 6 |
Pure/Isar derived theory operations. |
5830 | 7 |
*) |
8 |
||
9 |
signature ISAR_THY = |
|
10 |
sig |
|
7734 | 11 |
val add_header: Comment.text -> Toplevel.transition -> Toplevel.transition |
6552 | 12 |
val add_chapter: Comment.text -> theory -> theory |
13 |
val add_section: Comment.text -> theory -> theory |
|
14 |
val add_subsection: Comment.text -> theory -> theory |
|
15 |
val add_subsubsection: Comment.text -> theory -> theory |
|
7172 | 16 |
val add_text: Comment.text -> theory -> theory |
7862 | 17 |
val add_text_raw: Comment.text -> theory -> theory |
7172 | 18 |
val add_sect: Comment.text -> ProofHistory.T -> ProofHistory.T |
19 |
val add_subsect: Comment.text -> ProofHistory.T -> ProofHistory.T |
|
20 |
val add_subsubsect: Comment.text -> ProofHistory.T -> ProofHistory.T |
|
21 |
val add_txt: Comment.text -> ProofHistory.T -> ProofHistory.T |
|
7862 | 22 |
val add_txt_raw: Comment.text -> ProofHistory.T -> ProofHistory.T |
8724 | 23 |
val global_path: Comment.text -> theory -> theory |
24 |
val local_path: Comment.text -> theory -> theory |
|
25 |
val hide_space: (string * xstring list) * Comment.text -> theory -> theory |
|
26 |
val hide_space_i: (string * string list) * Comment.text -> theory -> theory |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
27 |
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
|
28 |
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
|
29 |
val add_classrel: (xclass * xclass) * Comment.text -> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
30 |
val add_classrel_i: (class * class) * Comment.text -> theory -> theory |
8897 | 31 |
val add_defsort: string * Comment.text -> theory -> theory |
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
32 |
val add_defsort_i: sort * Comment.text -> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
33 |
val add_nonterminals: (bstring * Comment.text) list -> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
34 |
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
|
35 |
-> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
36 |
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
|
37 |
-> theory -> theory |
8897 | 38 |
val add_arities: ((xstring * string list * string) * Comment.text) list -> theory -> theory |
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
39 |
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
|
40 |
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
|
41 |
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
|
42 |
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
|
43 |
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
|
44 |
-> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
45 |
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
|
46 |
-> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
47 |
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
|
48 |
val add_trrules_i: (Syntax.ast Syntax.trrule * Comment.text) list -> theory -> theory |
8227 | 49 |
val add_judgment: (bstring * string * mixfix) * Comment.text -> theory -> theory |
50 |
val add_judgment_i: (bstring * typ * mixfix) * Comment.text -> theory -> theory |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
51 |
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
|
52 |
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
|
53 |
-> theory -> theory |
9318 | 54 |
val add_defs: bool * (((bstring * string) * Args.src list) * Comment.text) list |
55 |
-> theory -> theory |
|
56 |
val add_defs_i: bool * (((bstring * term) * theory attribute list) * Comment.text) list |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
57 |
-> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
58 |
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
|
59 |
-> theory -> theory |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
60 |
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
|
61 |
-> theory -> theory |
6371 | 62 |
val apply_theorems: (xstring * Args.src list) list -> theory -> theory * thm list |
63 |
val apply_theorems_i: (thm * theory attribute list) list -> theory -> theory * thm list |
|
9590 | 64 |
val declare_theorems: (xstring * Args.src list) list * Comment.text -> theory -> theory |
65 |
val declare_theorems_i: (thm * theory attribute list) list * Comment.text -> theory -> theory |
|
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
66 |
val have_theorems: (((bstring * Args.src list) * (xstring * Args.src list) list) * Comment.text) list |
6371 | 67 |
-> theory -> theory |
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
68 |
val have_theorems_i: (((bstring * theory attribute list) * (thm * theory attribute list) list) |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
69 |
* Comment.text) list -> theory -> theory |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
70 |
val have_lemmas: (((bstring * Args.src list) * (xstring * Args.src list) list) * Comment.text) list |
5915 | 71 |
-> theory -> theory |
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
72 |
val have_lemmas_i: (((bstring * theory attribute list) * (thm * theory attribute list) list) |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
73 |
* Comment.text) list -> theory -> theory |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
74 |
val have_facts: (((string * Args.src list) * (string * Args.src list) list) * Comment.text) list |
5915 | 75 |
-> ProofHistory.T -> ProofHistory.T |
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
76 |
val have_facts_i: (((string * Proof.context attribute list) * |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
77 |
(thm * Proof.context attribute list) list) * Comment.text) list -> ProofHistory.T -> ProofHistory.T |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
78 |
val from_facts: ((string * Args.src list) list * Comment.text) list -> ProofHistory.T -> ProofHistory.T |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
79 |
val from_facts_i: ((thm * Proof.context attribute list) list * Comment.text) list |
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
80 |
-> ProofHistory.T -> ProofHistory.T |
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
81 |
val with_facts: ((string * Args.src list) list * Comment.text) list -> ProofHistory.T -> ProofHistory.T |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
82 |
val with_facts_i: ((thm * Proof.context attribute list) list * Comment.text) list |
6879 | 83 |
-> ProofHistory.T -> ProofHistory.T |
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
84 |
val chain: Comment.text -> ProofHistory.T -> ProofHistory.T |
7417 | 85 |
val fix: ((string list * string option) * Comment.text) list -> ProofHistory.T -> ProofHistory.T |
7666 | 86 |
val fix_i: ((string list * typ option) * Comment.text) list -> ProofHistory.T -> ProofHistory.T |
8615 | 87 |
val let_bind: ((string list * string) * Comment.text) list -> ProofHistory.T -> ProofHistory.T |
88 |
val let_bind_i: ((term list * term) * Comment.text) list -> ProofHistory.T -> ProofHistory.T |
|
8450 | 89 |
val invoke_case: (string * Args.src list) * Comment.text -> ProofHistory.T -> ProofHistory.T |
90 |
val invoke_case_i: (string * Proof.context attribute list) * Comment.text |
|
91 |
-> ProofHistory.T -> ProofHistory.T |
|
6937 | 92 |
val theorem: (bstring * Args.src list * (string * (string list * string list))) |
93 |
* Comment.text -> bool -> theory -> ProofHistory.T |
|
94 |
val theorem_i: (bstring * theory attribute list * (term * (term list * term list))) |
|
95 |
* Comment.text -> bool -> theory -> ProofHistory.T |
|
96 |
val lemma: (bstring * Args.src list * (string * (string list * string list))) |
|
97 |
* Comment.text -> bool -> theory -> ProofHistory.T |
|
98 |
val lemma_i: (bstring * theory attribute list * (term * (term list * term list))) |
|
99 |
* Comment.text -> bool -> theory -> ProofHistory.T |
|
7271 | 100 |
val assume: ((string * Args.src list * (string * (string list * string list)) list) |
101 |
* Comment.text) list -> ProofHistory.T -> ProofHistory.T |
|
102 |
val assume_i: ((string * Proof.context attribute list * (term * (term list * term list)) list) |
|
103 |
* Comment.text) list -> ProofHistory.T -> ProofHistory.T |
|
104 |
val presume: ((string * Args.src list * (string * (string list * string list)) list) |
|
105 |
* Comment.text) list -> ProofHistory.T -> ProofHistory.T |
|
106 |
val presume_i: ((string * Proof.context attribute list * (term * (term list * term list)) list) |
|
107 |
* Comment.text) list -> ProofHistory.T -> ProofHistory.T |
|
9466 | 108 |
val local_def: (string * Args.src list * (string * (string * string list))) |
6952 | 109 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
9466 | 110 |
val local_def_i: (string * Args.src list * (string * (term * term list))) |
6952 | 111 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
6937 | 112 |
val show: (string * Args.src list * (string * (string list * string list))) |
113 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
114 |
val show_i: (string * Proof.context attribute list * (term * (term list * term list))) |
|
115 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
116 |
val have: (string * Args.src list * (string * (string list * string list))) |
|
117 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
118 |
val have_i: (string * Proof.context attribute list * (term * (term list * term list))) |
|
119 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
120 |
val thus: (string * Args.src list * (string * (string list * string list))) |
|
121 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
122 |
val thus_i: (string * Proof.context attribute list * (term * (term list * term list))) |
|
123 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
124 |
val hence: (string * Args.src list * (string * (string list * string list))) |
|
125 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
126 |
val hence_i: (string * Proof.context attribute list * (term * (term list * term list))) |
|
127 |
* Comment.text -> ProofHistory.T -> ProofHistory.T |
|
9032 | 128 |
val begin_block: Comment.text -> ProofHistory.T -> ProofHistory.T |
129 |
val next_block: Comment.text -> ProofHistory.T -> ProofHistory.T |
|
130 |
val end_block: Comment.text -> ProofHistory.T -> ProofHistory.T |
|
8681 | 131 |
val defer: int option * Comment.text -> ProofHistory.T -> ProofHistory.T |
132 |
val prefer: int * Comment.text -> ProofHistory.T -> ProofHistory.T |
|
133 |
val apply: Method.text * Comment.text -> ProofHistory.T -> ProofHistory.T |
|
134 |
val apply_end: Method.text * Comment.text -> ProofHistory.T -> ProofHistory.T |
|
7002 | 135 |
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
|
136 |
-> ProofHistory.T -> ProofHistory.T |
7002 | 137 |
val qed: (Method.text * Comment.interest) option * Comment.text |
6937 | 138 |
-> Toplevel.transition -> Toplevel.transition |
7002 | 139 |
val terminal_proof: ((Method.text * Comment.interest) * (Method.text * Comment.interest) option) |
140 |
* Comment.text -> Toplevel.transition -> Toplevel.transition |
|
8966 | 141 |
val default_proof: Comment.text -> Toplevel.transition -> Toplevel.transition |
7002 | 142 |
val immediate_proof: Comment.text -> Toplevel.transition -> Toplevel.transition |
8966 | 143 |
val done_proof: Comment.text -> Toplevel.transition -> Toplevel.transition |
7002 | 144 |
val skip_proof: Comment.text -> Toplevel.transition -> Toplevel.transition |
8210 | 145 |
val forget_proof: Comment.text -> Toplevel.transition -> Toplevel.transition |
7012 | 146 |
val get_thmss: (string * Args.src list) list -> Proof.state -> thm list |
6879 | 147 |
val also: ((string * Args.src list) list * Comment.interest) option * Comment.text |
148 |
-> Toplevel.transition -> Toplevel.transition |
|
149 |
val also_i: (thm list * Comment.interest) option * Comment.text |
|
150 |
-> Toplevel.transition -> Toplevel.transition |
|
151 |
val finally: ((string * Args.src list) list * Comment.interest) option * Comment.text |
|
152 |
-> Toplevel.transition -> Toplevel.transition |
|
153 |
val finally_i: (thm list * Comment.interest) option * Comment.text |
|
154 |
-> Toplevel.transition -> Toplevel.transition |
|
8562 | 155 |
val moreover: Comment.text -> Toplevel.transition -> Toplevel.transition |
8588 | 156 |
val ultimately: Comment.text -> Toplevel.transition -> Toplevel.transition |
9273 | 157 |
val parse_ast_translation: string * Comment.text -> theory -> theory |
158 |
val parse_translation: string * Comment.text -> theory -> theory |
|
159 |
val print_translation: string * Comment.text -> theory -> theory |
|
160 |
val typed_print_translation: string * Comment.text -> theory -> theory |
|
161 |
val print_ast_translation: string * Comment.text -> theory -> theory |
|
162 |
val token_translation: string * Comment.text -> theory -> theory |
|
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
163 |
val method_setup: (bstring * string * string) * Comment.text -> theory -> theory |
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
164 |
val add_oracle: (bstring * string) * Comment.text -> theory -> theory |
6331 | 165 |
val begin_theory: string -> string list -> (string * bool) list -> theory |
166 |
val end_theory: theory -> theory |
|
7932 | 167 |
val kill_theory: string -> unit |
6246 | 168 |
val theory: string * string list * (string * bool) list |
169 |
-> Toplevel.transition -> Toplevel.transition |
|
7960 | 170 |
val init_context: ('a -> unit) -> 'a -> Toplevel.transition -> Toplevel.transition |
6246 | 171 |
val context: string -> Toplevel.transition -> Toplevel.transition |
5830 | 172 |
end; |
173 |
||
174 |
structure IsarThy: ISAR_THY = |
|
175 |
struct |
|
176 |
||
177 |
||
178 |
(** derived theory and proof operations **) |
|
179 |
||
8090 | 180 |
(* markup commands *) |
5959 | 181 |
|
7734 | 182 |
fun add_header comment = |
183 |
Toplevel.keep (fn state => if Toplevel.is_toplevel state then () else raise Toplevel.UNDEF); |
|
184 |
||
8090 | 185 |
fun add_text _ x = x; |
8079 | 186 |
fun add_text_raw _ x = x; |
7633 | 187 |
|
8090 | 188 |
fun add_heading add present txt thy = |
7633 | 189 |
(Context.setmp (Some thy) present (Comment.string_of txt); add txt thy); |
190 |
||
8090 | 191 |
val add_chapter = add_heading add_text Present.section; |
192 |
val add_section = add_heading add_text Present.section; |
|
193 |
val add_subsection = add_heading add_text Present.subsection; |
|
194 |
val add_subsubsection = add_heading add_text Present.subsubsection; |
|
5959 | 195 |
|
8090 | 196 |
fun add_txt (_: Comment.text) = ProofHistory.apply I; |
197 |
val add_txt_raw = add_txt; |
|
7332 | 198 |
val add_sect = add_txt; |
199 |
val add_subsect = add_txt; |
|
200 |
val add_subsubsect = add_txt; |
|
7172 | 201 |
|
5959 | 202 |
|
8724 | 203 |
(* name spaces *) |
204 |
||
205 |
fun global_path comment_ignore = PureThy.global_path; |
|
206 |
fun local_path comment_ignore = PureThy.local_path; |
|
207 |
||
8885 | 208 |
local |
209 |
||
210 |
val kinds = |
|
211 |
[(Sign.classK, fn sg => fn c => c mem Sign.classes sg), |
|
212 |
(Sign.typeK, fn sg => fn c => |
|
213 |
let val {tycons, abbrs, ...} = Type.rep_tsig (Sign.tsig_of sg) |
|
214 |
in is_some (Symtab.lookup (tycons, c)) orelse is_some (Symtab.lookup (abbrs, c)) end), |
|
215 |
(Sign.constK, is_some oo Sign.const_type)]; |
|
8724 | 216 |
|
8885 | 217 |
fun gen_hide intern ((kind, xnames), comment_ignore) thy = |
218 |
(case assoc (kinds, kind) of |
|
219 |
Some check => |
|
220 |
let |
|
221 |
val sg = Theory.sign_of thy; |
|
222 |
val names = map (intern sg kind) xnames; |
|
223 |
val bads = filter_out (check sg) names; |
|
224 |
in |
|
225 |
if null bads then Theory.hide_space_i (kind, names) thy |
|
226 |
else error ("Attempt to hide undeclared item(s): " ^ commas_quote bads) |
|
227 |
end |
|
228 |
| None => error ("Bad name space specification: " ^ quote kind)); |
|
229 |
||
230 |
in |
|
231 |
||
232 |
fun hide_space x = gen_hide Sign.intern x; |
|
233 |
fun hide_space_i x = gen_hide (K (K I)) x; |
|
234 |
||
235 |
end; |
|
8724 | 236 |
|
237 |
||
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
238 |
(* signature and syntax *) |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
239 |
|
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
240 |
val add_classes = Theory.add_classes o Comment.ignore; |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
241 |
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
|
242 |
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
|
243 |
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
|
244 |
val add_defsort = Theory.add_defsort o Comment.ignore; |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
245 |
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
|
246 |
val add_nonterminals = Theory.add_nonterminals o map Comment.ignore; |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
247 |
val add_tyabbrs = Theory.add_tyabbrs o map Comment.ignore; |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
248 |
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
|
249 |
val add_arities = Theory.add_arities o map Comment.ignore; |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
250 |
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
|
251 |
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
|
252 |
val add_consts = Theory.add_consts o map Comment.ignore; |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
253 |
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
|
254 |
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
|
255 |
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
|
256 |
val add_trrules = Theory.add_trrules o map Comment.ignore; |
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
257 |
val add_trrules_i = Theory.add_trrules_i o map Comment.ignore; |
8227 | 258 |
val add_judgment = AutoBind.add_judgment o Comment.ignore; |
259 |
val add_judgment_i = AutoBind.add_judgment_i o Comment.ignore; |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
260 |
|
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
261 |
|
5830 | 262 |
(* axioms and defs *) |
263 |
||
5915 | 264 |
fun add_axms f args thy = |
265 |
f (map (fn (x, srcs) => (x, map (Attrib.global_attribute thy) srcs)) args) thy; |
|
266 |
||
8428 | 267 |
val add_axioms = add_axms (#1 oo PureThy.add_axioms) o map Comment.ignore; |
268 |
val add_axioms_i = (#1 oo PureThy.add_axioms_i) o map Comment.ignore; |
|
9318 | 269 |
fun add_defs (x, args) = add_axms (#1 oo PureThy.add_defs x) (map Comment.ignore args); |
270 |
fun add_defs_i (x, args) = (#1 oo PureThy.add_defs_i x) (map Comment.ignore args); |
|
6371 | 271 |
|
272 |
||
273 |
(* constdefs *) |
|
274 |
||
275 |
fun gen_add_constdefs consts defs args thy = |
|
276 |
thy |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
277 |
|> consts (map (Comment.ignore o fst) args) |
9318 | 278 |
|> defs (false, map (fn (((c, _, mx), _), (s, _)) => |
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
279 |
(((Thm.def_name (Syntax.const_name c mx), s), []), Comment.none)) args); |
6371 | 280 |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
281 |
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
|
282 |
fun add_constdefs_i args = gen_add_constdefs Theory.add_consts_i add_defs_i args; |
5915 | 283 |
|
284 |
||
285 |
(* theorems *) |
|
286 |
||
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
287 |
fun prep_thmss get attrib = map (fn ((name, more_srcs), th_srcs) => |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
288 |
((name, map attrib more_srcs), map (fn (s, srcs) => (get s, map attrib srcs)) th_srcs)); |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
289 |
|
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
290 |
fun flat_unnamed (x, ys) = (x, flat (map snd ys)); |
5915 | 291 |
|
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
292 |
fun global_have_thmss kind f args thy = |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
293 |
let |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
294 |
val args' = prep_thmss (PureThy.get_thms thy) (Attrib.global_attribute thy) args |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
295 |
val (thy', named_thmss) = f args' thy; |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
296 |
fun present (name, thms) = Present.results kind name thms; |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
297 |
in |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
298 |
if kind = "" then () |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
299 |
else Context.setmp (Some thy') (fn () => seq present named_thmss) (); |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
300 |
(thy', named_thmss) |
7572 | 301 |
end; |
5915 | 302 |
|
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
303 |
fun local_have_thmss f args state = |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
304 |
let |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
305 |
val args' = prep_thmss (ProofContext.get_thms (Proof.context_of state)) |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
306 |
(Attrib.local_attribute (Proof.theory_of state)) args; |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
307 |
in f args' state end; |
6371 | 308 |
|
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
309 |
fun gen_have_thmss_i f args = f (map (fn ((name, more_atts), th_atts) => |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
310 |
((name, more_atts), map (apfst single) th_atts)) args); |
5915 | 311 |
|
9590 | 312 |
fun apply_theorems th_srcs = |
313 |
flat_unnamed o global_have_thmss "" (PureThy.have_thmss []) [(("", []), th_srcs)]; |
|
314 |
fun apply_theorems_i th_srcs = |
|
315 |
flat_unnamed o gen_have_thmss_i (PureThy.have_thmss []) [(("", []), th_srcs)]; |
|
316 |
||
317 |
val declare_theorems = #1 oo (apply_theorems o Comment.ignore); |
|
318 |
val declare_theorems_i = #1 oo (apply_theorems_i o Comment.ignore); |
|
319 |
||
320 |
val have_theorems = |
|
321 |
#1 oo (global_have_thmss "theorems" (PureThy.have_thmss []) o map Comment.ignore); |
|
322 |
val have_theorems_i = |
|
323 |
#1 oo (gen_have_thmss_i (PureThy.have_thmss []) o map Comment.ignore); |
|
324 |
||
325 |
val have_lemmas = |
|
326 |
#1 oo (global_have_thmss "lemmas" (PureThy.have_thmss [Drule.tag_lemma]) o map Comment.ignore); |
|
327 |
val have_lemmas_i = |
|
328 |
#1 oo (gen_have_thmss_i (PureThy.have_thmss [Drule.tag_lemma]) o map Comment.ignore); |
|
329 |
||
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
330 |
val have_facts = ProofHistory.apply o local_have_thmss Proof.have_thmss o map Comment.ignore; |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
331 |
val have_facts_i = ProofHistory.apply o gen_have_thmss_i Proof.have_thmss o map Comment.ignore; |
6371 | 332 |
|
5915 | 333 |
|
6371 | 334 |
(* forward chaining *) |
335 |
||
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
336 |
fun gen_from_facts f args = ProofHistory.apply (Proof.chain o f (map (pair ("", [])) args)); |
6371 | 337 |
|
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
338 |
val from_facts = gen_from_facts (local_have_thmss Proof.have_thmss) o map Comment.ignore; |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
339 |
val from_facts_i = gen_from_facts (gen_have_thmss_i Proof.have_thmss) o map Comment.ignore; |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
340 |
val with_facts = gen_from_facts (local_have_thmss Proof.with_thmss) o map Comment.ignore; |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
341 |
val with_facts_i = gen_from_facts (gen_have_thmss_i Proof.with_thmss) o map Comment.ignore; |
6879 | 342 |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
343 |
fun chain comment_ignore = ProofHistory.apply Proof.chain; |
5830 | 344 |
|
345 |
||
346 |
(* context *) |
|
347 |
||
7417 | 348 |
val fix = ProofHistory.apply o Proof.fix o map Comment.ignore; |
349 |
val fix_i = ProofHistory.apply o Proof.fix_i o map Comment.ignore; |
|
8615 | 350 |
val let_bind = ProofHistory.apply o Proof.let_bind o map Comment.ignore; |
351 |
val let_bind_i = ProofHistory.apply o Proof.let_bind_i o map Comment.ignore; |
|
8450 | 352 |
|
353 |
fun invoke_case ((name, src), comment_ignore) = ProofHistory.apply (fn state => |
|
354 |
Proof.invoke_case (name, map (Attrib.local_attribute (Proof.theory_of state)) src) state); |
|
355 |
val invoke_case_i = ProofHistory.apply o Proof.invoke_case o Comment.ignore; |
|
5830 | 356 |
|
357 |
||
358 |
(* statements *) |
|
359 |
||
7271 | 360 |
local |
361 |
||
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
362 |
fun global_statement f (name, src, s) int thy = |
6688 | 363 |
ProofHistory.init (Toplevel.undo_limit int) |
364 |
(f name (map (Attrib.global_attribute thy) src) s thy); |
|
5830 | 365 |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
366 |
fun global_statement_i f (name, atts, t) int thy = |
6688 | 367 |
ProofHistory.init (Toplevel.undo_limit int) (f name atts t thy); |
6501 | 368 |
|
6904
4125d6b6d8f9
removed proof history nesting commands (not useful);
wenzelm
parents:
6890
diff
changeset
|
369 |
fun local_statement f g (name, src, s) = ProofHistory.apply (fn state => |
6501 | 370 |
f name (map (Attrib.local_attribute (Proof.theory_of state)) src) s (g state)); |
6371 | 371 |
|
6904
4125d6b6d8f9
removed proof history nesting commands (not useful);
wenzelm
parents:
6890
diff
changeset
|
372 |
fun local_statement_i f g (name, atts, t) = ProofHistory.apply (f name atts t o g); |
5830 | 373 |
|
8090 | 374 |
fun multi_local_attribute state (name, src, s) = |
375 |
(name, map (Attrib.local_attribute (Proof.theory_of state)) src, s); |
|
376 |
||
7271 | 377 |
fun multi_statement f args = ProofHistory.apply (fn state => |
7678 | 378 |
f (map (multi_local_attribute state) args) state); |
7271 | 379 |
|
380 |
fun multi_statement_i f args = ProofHistory.apply (f args); |
|
381 |
||
382 |
in |
|
383 |
||
6952 | 384 |
val theorem = global_statement Proof.theorem o Comment.ignore; |
385 |
val theorem_i = global_statement_i Proof.theorem_i o Comment.ignore; |
|
386 |
val lemma = global_statement Proof.lemma o Comment.ignore; |
|
387 |
val lemma_i = global_statement_i Proof.lemma_i o Comment.ignore; |
|
7271 | 388 |
val assume = multi_statement Proof.assume o map Comment.ignore; |
389 |
val assume_i = multi_statement_i Proof.assume_i o map Comment.ignore; |
|
390 |
val presume = multi_statement Proof.presume o map Comment.ignore; |
|
391 |
val presume_i = multi_statement_i Proof.presume_i o map Comment.ignore; |
|
6952 | 392 |
val local_def = local_statement LocalDefs.def I o Comment.ignore; |
393 |
val local_def_i = local_statement LocalDefs.def_i I o Comment.ignore; |
|
7176 | 394 |
val show = local_statement (Proof.show Seq.single) I o Comment.ignore; |
395 |
val show_i = local_statement_i (Proof.show_i Seq.single) I o Comment.ignore; |
|
396 |
val have = local_statement (Proof.have Seq.single) I o Comment.ignore; |
|
397 |
val have_i = local_statement_i (Proof.have_i Seq.single) I o Comment.ignore; |
|
398 |
val thus = local_statement (Proof.show Seq.single) Proof.chain o Comment.ignore; |
|
399 |
val thus_i = local_statement_i (Proof.show_i Seq.single) Proof.chain o Comment.ignore; |
|
400 |
val hence = local_statement (Proof.have Seq.single) Proof.chain o Comment.ignore; |
|
401 |
val hence_i = local_statement_i (Proof.have_i Seq.single) Proof.chain o Comment.ignore; |
|
5830 | 402 |
|
7271 | 403 |
end; |
404 |
||
5830 | 405 |
|
406 |
(* blocks *) |
|
407 |
||
9032 | 408 |
fun begin_block comment_ignore = ProofHistory.apply Proof.begin_block; |
409 |
fun next_block comment_ignore = ProofHistory.apply Proof.next_block; |
|
410 |
fun end_block comment_ignore = ProofHistory.applys Proof.end_block; |
|
5830 | 411 |
|
412 |
||
8165 | 413 |
(* shuffle state *) |
414 |
||
8236 | 415 |
fun shuffle meth i = Method.refine (Method.Basic (K (meth i))) o Proof.assert_no_chain; |
8204 | 416 |
|
8681 | 417 |
fun defer (i, comment_ignore) = ProofHistory.applys (shuffle Method.defer i); |
418 |
fun prefer (i, comment_ignore) = ProofHistory.applys (shuffle Method.prefer i); |
|
8165 | 419 |
|
420 |
||
5830 | 421 |
(* backward steps *) |
422 |
||
8881 | 423 |
fun apply (m, comment_ignore) = ProofHistory.applys |
424 |
(Seq.map (Proof.goal_facts (K [])) o Method.refine m o Proof.assert_backward); |
|
425 |
||
426 |
fun apply_end (m, comment_ignore) = ProofHistory.applys |
|
427 |
(Method.refine_end m o Proof.assert_forward); |
|
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
428 |
|
7002 | 429 |
val proof = ProofHistory.applys o Method.proof o |
430 |
apsome Comment.ignore_interest o Comment.ignore_interest' o Comment.ignore; |
|
6404 | 431 |
|
432 |
||
6732 | 433 |
(* print result *) |
434 |
||
7572 | 435 |
local |
436 |
||
6732 | 437 |
fun pretty_result {kind, name, thm} = |
7590 | 438 |
Pretty.block [Pretty.str (kind ^ (if name = "" then "" else " " ^ name) ^ ":"), |
7572 | 439 |
Pretty.fbrk, Proof.pretty_thm thm]; |
6986 | 440 |
|
441 |
fun pretty_rule thm = |
|
7353 | 442 |
Pretty.block [Pretty.str "trying to solve goal by rule:", Pretty.fbrk, Proof.pretty_thm thm]; |
6732 | 443 |
|
7572 | 444 |
in |
445 |
||
6732 | 446 |
val print_result = Pretty.writeln o pretty_result; |
447 |
||
6986 | 448 |
fun cond_print_result_rule int = |
9903 | 449 |
if int then (print_result, priority o Pretty.string_of o pretty_rule) |
6986 | 450 |
else (K (), K ()); |
451 |
||
452 |
fun proof'' f = Toplevel.proof' (f o cond_print_result_rule); |
|
6732 | 453 |
|
7572 | 454 |
end; |
455 |
||
6732 | 456 |
|
6404 | 457 |
(* local endings *) |
458 |
||
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
459 |
val local_qed = |
8966 | 460 |
proof'' o (ProofHistory.applys oo Method.local_qed true) o apsome Comment.ignore_interest; |
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
461 |
|
6937 | 462 |
fun ignore_interests (x, y) = (Comment.ignore_interest x, apsome Comment.ignore_interest y); |
463 |
||
6688 | 464 |
val local_terminal_proof = |
6937 | 465 |
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
|
466 |
|
8966 | 467 |
val local_default_proof = proof'' (ProofHistory.applys o Method.local_default_proof); |
6904
4125d6b6d8f9
removed proof history nesting commands (not useful);
wenzelm
parents:
6890
diff
changeset
|
468 |
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
|
469 |
val local_skip_proof = proof'' (ProofHistory.applys o SkipProof.local_skip_proof); |
8966 | 470 |
val local_done_proof = proof'' (ProofHistory.applys o Method.local_done_proof); |
6404 | 471 |
|
472 |
||
473 |
(* global endings *) |
|
474 |
||
475 |
fun global_result finish = Toplevel.proof_to_theory (fn prf => |
|
476 |
let |
|
477 |
val state = ProofHistory.current prf; |
|
478 |
val _ = if Proof.at_bottom state then () else raise Toplevel.UNDEF; |
|
7572 | 479 |
val (thy, res as {kind, name, thm}) = finish state; |
480 |
in print_result res; Context.setmp (Some thy) (Present.result kind name) thm; thy end); |
|
6404 | 481 |
|
8966 | 482 |
val global_qed = global_result o Method.global_qed true o apsome Comment.ignore_interest; |
6937 | 483 |
val global_terminal_proof = global_result o Method.global_terminal_proof o ignore_interests; |
8966 | 484 |
val global_default_proof = global_result Method.global_default_proof; |
6404 | 485 |
val global_immediate_proof = global_result Method.global_immediate_proof; |
6888
d0c68ebdabc5
skip_proof feature 'sorry' (for quick_and_dirty mode only);
wenzelm
parents:
6885
diff
changeset
|
486 |
val global_skip_proof = global_result SkipProof.global_skip_proof; |
8966 | 487 |
val global_done_proof = global_result Method.global_done_proof; |
6404 | 488 |
|
489 |
||
490 |
(* common endings *) |
|
491 |
||
7002 | 492 |
fun qed (meth, comment) = local_qed meth o global_qed meth; |
493 |
fun terminal_proof (meths, comment) = local_terminal_proof meths o global_terminal_proof meths; |
|
8966 | 494 |
fun default_proof comment = local_default_proof o global_default_proof; |
7002 | 495 |
fun immediate_proof comment = local_immediate_proof o global_immediate_proof; |
8966 | 496 |
fun done_proof comment = local_done_proof o global_done_proof; |
7002 | 497 |
fun skip_proof comment = local_skip_proof o global_skip_proof; |
5830 | 498 |
|
8210 | 499 |
fun forget_proof comment = Toplevel.proof_to_theory (Proof.theory_of o ProofHistory.current); |
500 |
||
5830 | 501 |
|
6774 | 502 |
(* calculational proof commands *) |
503 |
||
6879 | 504 |
local |
505 |
||
7417 | 506 |
fun cond_print_calc int thms = |
507 |
if int then Pretty.writeln (Pretty.big_list "calculation:" (map Proof.pretty_thm thms)) |
|
6774 | 508 |
else (); |
509 |
||
510 |
fun proof''' f = Toplevel.proof' (f o cond_print_calc); |
|
511 |
||
6879 | 512 |
fun gen_calc get f (args, _) prt state = |
513 |
f (apsome (fn (srcs, _) => get srcs state) args) prt state; |
|
514 |
||
515 |
in |
|
516 |
||
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
517 |
fun get_thmss srcs = Proof.the_facts o local_have_thmss Proof.have_thmss [(("", []), srcs)]; |
7012 | 518 |
fun get_thmss_i thms _ = thms; |
519 |
||
6879 | 520 |
fun also x = proof''' (ProofHistory.applys o gen_calc get_thmss Calculation.also x); |
521 |
fun also_i x = proof''' (ProofHistory.applys o gen_calc get_thmss_i Calculation.also x); |
|
522 |
fun finally x = proof''' (ProofHistory.applys o gen_calc get_thmss Calculation.finally x); |
|
523 |
fun finally_i x = proof''' (ProofHistory.applys o gen_calc get_thmss_i Calculation.finally x); |
|
8562 | 524 |
fun moreover comment = proof''' (ProofHistory.apply o Calculation.moreover); |
8588 | 525 |
fun ultimately comment = proof''' (ProofHistory.apply o Calculation.ultimately); |
6879 | 526 |
|
527 |
end; |
|
6774 | 528 |
|
529 |
||
5830 | 530 |
(* translation functions *) |
531 |
||
532 |
val parse_ast_translation = |
|
9590 | 533 |
Context.use_let "val parse_ast_translation: (string * (Syntax.ast list -> Syntax.ast)) list" |
9273 | 534 |
"Theory.add_trfuns (parse_ast_translation, [], [], [])" o Comment.ignore; |
5830 | 535 |
|
536 |
val parse_translation = |
|
9590 | 537 |
Context.use_let "val parse_translation: (string * (term list -> term)) list" |
9273 | 538 |
"Theory.add_trfuns ([], parse_translation, [], [])" o Comment.ignore; |
5830 | 539 |
|
540 |
val print_translation = |
|
9590 | 541 |
Context.use_let "val print_translation: (string * (term list -> term)) list" |
9273 | 542 |
"Theory.add_trfuns ([], [], print_translation, [])" o Comment.ignore; |
5830 | 543 |
|
544 |
val print_ast_translation = |
|
9590 | 545 |
Context.use_let "val print_ast_translation: (string * (Syntax.ast list -> Syntax.ast)) list" |
9273 | 546 |
"Theory.add_trfuns ([], [], [], print_ast_translation)" o Comment.ignore; |
5830 | 547 |
|
548 |
val typed_print_translation = |
|
9590 | 549 |
Context.use_let "val typed_print_translation: (string * (bool -> typ -> term list -> term)) list" |
9273 | 550 |
"Theory.add_trfunsT typed_print_translation" o Comment.ignore; |
5830 | 551 |
|
552 |
val token_translation = |
|
9590 | 553 |
Context.use_let "val token_translation: (string * string * (string -> string * int)) list" |
9273 | 554 |
"Theory.add_tokentrfuns token_translation" o Comment.ignore; |
5830 | 555 |
|
556 |
||
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
557 |
(* add method *) |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
558 |
|
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
559 |
fun method_setup ((name, txt, cmt), comment_ignore) = |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
560 |
Context.use_let |
9810 | 561 |
"val thm = PureThy.get_thm_closure (Context.the_context ());\n\ |
562 |
\val thms = PureThy.get_thms_closure (Context.the_context ());\n\ |
|
563 |
\val method: bstring * (Args.src -> Proof.context -> Proof.method) * string" |
|
9193
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
564 |
"PureIsar.Method.add_method method" |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
565 |
("(" ^ quote name ^ ", " ^ txt ^ ", " ^ quote cmt ^ ")"); |
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
566 |
|
4f4936582889
have_theorems etc.: handle multiple lists of arguments;
wenzelm
parents:
9032
diff
changeset
|
567 |
|
5830 | 568 |
(* add_oracle *) |
569 |
||
6728
b51b25db7bc6
added formal comment arguments almost everywhere (still ignored);
wenzelm
parents:
6688
diff
changeset
|
570 |
fun add_oracle ((name, txt), comment_ignore) = |
8349
611342539639
moved use_mltext, use_mltext_theory, use_let, use_setup to context.ML;
wenzelm
parents:
8236
diff
changeset
|
571 |
Context.use_let |
9590 | 572 |
"val oracle: bstring * (Sign.sg * Object.T -> term)" |
5830 | 573 |
"Theory.add_oracle oracle" |
574 |
("(" ^ quote name ^ ", " ^ txt ^ ")"); |
|
575 |
||
576 |
||
6688 | 577 |
(* theory init and exit *) |
5830 | 578 |
|
8804 | 579 |
fun gen_begin_theory upd name parents files = |
580 |
ThyInfo.begin_theory Present.begin_theory upd name parents (map (apfst Path.unpack) files); |
|
5830 | 581 |
|
8804 | 582 |
val begin_theory = gen_begin_theory false; |
7909 | 583 |
|
584 |
fun end_theory thy = |
|
7932 | 585 |
if ThyInfo.check_known_thy (PureThy.get_name thy) then ThyInfo.end_theory thy |
7909 | 586 |
else thy; |
587 |
||
7932 | 588 |
val kill_theory = ThyInfo.if_known_thy ThyInfo.remove_thy; |
6688 | 589 |
|
7103 | 590 |
|
8804 | 591 |
fun bg_theory (name, parents, files) int = gen_begin_theory int name parents files; |
6331 | 592 |
fun en_theory thy = (end_theory thy; ()); |
593 |
||
7932 | 594 |
fun theory spec = Toplevel.init_theory (bg_theory spec) en_theory (kill_theory o PureThy.get_name); |
6246 | 595 |
|
596 |
||
597 |
(* context switch *) |
|
598 |
||
7960 | 599 |
fun fetch_context f x = |
600 |
(case Context.pass None f x of |
|
601 |
((), None) => raise Toplevel.UNDEF |
|
602 |
| ((), Some thy) => thy); |
|
603 |
||
604 |
fun init_context f x = Toplevel.init_theory (fn _ => fetch_context f x) (K ()) (K ()); |
|
7953 | 605 |
|
606 |
val context = init_context (ThyInfo.quiet_update_thy true); |
|
6246 | 607 |
|
5830 | 608 |
|
609 |
end; |