| author | wenzelm | 
| Thu, 14 Aug 2008 16:52:51 +0200 | |
| changeset 27866 | c721ea6e0eb4 | 
| parent 27865 | 27a8ad9612a3 | 
| child 28076 | b2374a203b1c | 
| permissions | -rw-r--r-- | 
| 3987 | 1  | 
(* Title: Pure/pure_thy.ML  | 
2  | 
ID: $Id$  | 
|
3  | 
Author: Markus Wenzel, TU Muenchen  | 
|
4  | 
||
| 26430 | 5  | 
Theorem storage. Pure theory syntax and logical content.  | 
| 3987 | 6  | 
*)  | 
7  | 
||
8  | 
signature PURE_THY =  | 
|
9  | 
sig  | 
|
| 27198 | 10  | 
val facts_of: theory -> Facts.T  | 
| 26666 | 11  | 
val intern_fact: theory -> xstring -> string  | 
| 26693 | 12  | 
val defined_fact: theory -> string -> bool  | 
| 27198 | 13  | 
val hide_fact: bool -> string -> theory -> theory  | 
| 26683 | 14  | 
val get_fact: Context.generic -> theory -> Facts.ref -> thm list  | 
| 
26344
 
04dacc6809b6
simplified get_thm(s): back to plain name argument;
 
wenzelm 
parents: 
26336 
diff
changeset
 | 
15  | 
val get_thms: theory -> xstring -> thm list  | 
| 
 
04dacc6809b6
simplified get_thm(s): back to plain name argument;
 
wenzelm 
parents: 
26336 
diff
changeset
 | 
16  | 
val get_thm: theory -> xstring -> thm  | 
| 16336 | 17  | 
val all_thms_of: theory -> (string * thm) list  | 
| 21580 | 18  | 
  val map_facts: ('a -> 'b) -> ('c * ('a list * 'd) list) list -> ('c * ('b list * 'd) list) list
 | 
| 21567 | 19  | 
  val burrow_fact: ('a list -> 'b list) -> ('a list * 'c) list -> ('b list * 'c) list
 | 
| 21580 | 20  | 
  val burrow_facts: ('a list -> 'b list) ->
 | 
21  | 
    ('c * ('a list * 'd) list) list -> ('c * ('b list * 'd) list) list
 | 
|
22  | 
val name_multi: string -> 'a list -> (string * 'a) list  | 
|
| 
21646
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
23  | 
val name_thm: bool -> bool -> string -> thm -> thm  | 
| 
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
24  | 
val name_thms: bool -> bool -> string -> thm list -> thm list  | 
| 
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
25  | 
val name_thmss: bool -> string -> (thm list * 'a) list -> (thm list * 'a) list  | 
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
26  | 
val store_thms: bstring * thm list -> theory -> thm list * theory  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
27  | 
val store_thm: bstring * thm -> theory -> thm * theory  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
28  | 
val store_thm_open: bstring * thm -> theory -> thm * theory  | 
| 
27691
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
29  | 
val add_thms: ((bstring * thm) * attribute list) list -> theory -> thm list * theory  | 
| 27683 | 30  | 
val add_thm: (bstring * thm) * attribute list -> theory -> thm * theory  | 
| 24965 | 31  | 
val add_thmss: ((bstring * thm list) * attribute list) list -> theory -> thm list list * theory  | 
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
32  | 
val add_thms_dynamic: bstring * (Context.generic -> thm list) -> theory -> theory  | 
| 18801 | 33  | 
val note_thmss: string -> ((bstring * attribute list) *  | 
34  | 
(thm list * attribute list) list) list -> theory -> (bstring * thm list) list * theory  | 
|
| 25981 | 35  | 
val note_thmss_grouped: string -> string -> ((bstring * attribute list) *  | 
36  | 
(thm list * attribute list) list) list -> theory -> (bstring * thm list) list * theory  | 
|
| 
27691
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
37  | 
val add_axioms: ((bstring * term) * attribute list) list -> theory -> thm list * theory  | 
| 
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
38  | 
val add_axioms_cmd: ((bstring * string) * attribute list) list -> theory -> thm list * theory  | 
| 
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
39  | 
val add_defs: bool -> ((bstring * term) * attribute list) list ->  | 
| 18377 | 40  | 
theory -> thm list * theory  | 
| 
27691
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
41  | 
val add_defs_unchecked: bool -> ((bstring * term) * attribute list) list ->  | 
| 18377 | 42  | 
theory -> thm list * theory  | 
| 
27691
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
43  | 
val add_defs_unchecked_cmd: bool -> ((bstring * string) * attribute list) list ->  | 
| 19629 | 44  | 
theory -> thm list * theory  | 
| 
27691
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
45  | 
val add_defs_cmd: bool -> ((bstring * string) * attribute list) list ->  | 
| 19629 | 46  | 
theory -> thm list * theory  | 
| 
26959
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
47  | 
val old_appl_syntax: theory -> bool  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
48  | 
val old_appl_syntax_setup: theory -> theory  | 
| 3987 | 49  | 
end;  | 
50  | 
||
51  | 
structure PureThy: PURE_THY =  | 
|
52  | 
struct  | 
|
53  | 
||
54  | 
||
| 27198 | 55  | 
(*** stored facts ***)  | 
| 3987 | 56  | 
|
| 27198 | 57  | 
(** theory data **)  | 
| 
26282
 
305d5ca4fa9d
replaced obsolete FactIndex.T by Facts.T (cumulative version, assumes that facts are only added to unfinished theories);
 
wenzelm 
parents: 
26050 
diff
changeset
 | 
58  | 
|
| 27198 | 59  | 
structure FactsData = TheoryDataFun  | 
| 24713 | 60  | 
(  | 
| 27198 | 61  | 
type T = Facts.T;  | 
62  | 
val empty = Facts.empty;  | 
|
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
63  | 
val copy = I;  | 
| 27198 | 64  | 
val extend = I;  | 
65  | 
fun merge _ = Facts.merge;  | 
|
| 24713 | 66  | 
);  | 
| 3987 | 67  | 
|
| 27198 | 68  | 
val facts_of = FactsData.get;  | 
| 26666 | 69  | 
|
70  | 
val intern_fact = Facts.intern o facts_of;  | 
|
| 26693 | 71  | 
val defined_fact = Facts.defined o facts_of;  | 
| 
16023
 
66561f6814bd
added string_of_thmref, selections, fact_index_of, valid_thms;
 
wenzelm 
parents: 
15975 
diff
changeset
 | 
72  | 
|
| 27198 | 73  | 
fun hide_fact fully name = FactsData.map (Facts.hide fully name);  | 
74  | 
||
| 6367 | 75  | 
|
| 3987 | 76  | 
|
| 
4022
 
0770a19c48d3
added ignored_consts, thms_containing, add_store_axioms(_i),
 
wenzelm 
parents: 
4013 
diff
changeset
 | 
77  | 
(** retrieve theorems **)  | 
| 3987 | 78  | 
|
| 27198 | 79  | 
fun get_fact context thy xthmref =  | 
| 26683 | 80  | 
let  | 
81  | 
val xname = Facts.name_of_ref xthmref;  | 
|
82  | 
val pos = Facts.pos_of_ref xthmref;  | 
|
| 27198 | 83  | 
|
84  | 
val name = intern_fact thy xname;  | 
|
85  | 
val res = Facts.lookup context (facts_of thy) name;  | 
|
86  | 
val _ = Theory.check_thy thy;  | 
|
| 26683 | 87  | 
in  | 
| 27198 | 88  | 
(case res of  | 
89  | 
      NONE => error ("Unknown fact " ^ quote name ^ Position.str_of pos)
 | 
|
| 27739 | 90  | 
| SOME (static, ths) =>  | 
91  | 
(Position.report ((if static then Markup.fact else Markup.dynamic_fact) name) pos;  | 
|
92  | 
Facts.select xthmref (map (Thm.transfer thy) ths)))  | 
|
| 26683 | 93  | 
end;  | 
| 
26344
 
04dacc6809b6
simplified get_thm(s): back to plain name argument;
 
wenzelm 
parents: 
26336 
diff
changeset
 | 
94  | 
|
| 26683 | 95  | 
fun get_thms thy = get_fact (Context.Theory thy) thy o Facts.named;  | 
| 
26344
 
04dacc6809b6
simplified get_thm(s): back to plain name argument;
 
wenzelm 
parents: 
26336 
diff
changeset
 | 
96  | 
fun get_thm thy name = Facts.the_single name (get_thms thy name);  | 
| 4783 | 97  | 
|
| 27198 | 98  | 
fun all_thms_of thy =  | 
| 
27865
 
27a8ad9612a3
moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
 
wenzelm 
parents: 
27739 
diff
changeset
 | 
99  | 
Facts.fold_static (fn (_, ths) => append (map (`(Thm.get_name_hint)) ths)) (facts_of thy) [];  | 
| 16336 | 100  | 
|
| 
4022
 
0770a19c48d3
added ignored_consts, thms_containing, add_store_axioms(_i),
 
wenzelm 
parents: 
4013 
diff
changeset
 | 
101  | 
|
| 
 
0770a19c48d3
added ignored_consts, thms_containing, add_store_axioms(_i),
 
wenzelm 
parents: 
4013 
diff
changeset
 | 
102  | 
|
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
103  | 
(** store theorems **)  | 
| 3987 | 104  | 
|
| 21580 | 105  | 
(* fact specifications *)  | 
106  | 
||
107  | 
fun map_facts f = map (apsnd (map (apfst (map f))));  | 
|
108  | 
fun burrow_fact f = split_list #>> burrow f #> op ~~;  | 
|
109  | 
fun burrow_facts f = split_list ##> burrow (burrow_fact f) #> op ~~;  | 
|
110  | 
||
111  | 
||
| 4853 | 112  | 
(* naming *)  | 
113  | 
||
| 18801 | 114  | 
fun name_multi name [x] = [(name, x)]  | 
| 26457 | 115  | 
| name_multi "" xs = map (pair "") xs  | 
116  | 
| name_multi name xs = map_index (fn (i, x) => (name ^ "_" ^ string_of_int (i + 1), x)) xs;  | 
|
| 
12235
 
5fa04fc9b254
Further restructuring of theorem naming functions.
 
berghofe 
parents: 
12138 
diff
changeset
 | 
117  | 
|
| 
21646
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
118  | 
fun name_thm pre official name thm = thm  | 
| 
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
119  | 
|> (if Thm.get_name thm <> "" andalso pre orelse not official then I else Thm.put_name name)  | 
| 
27865
 
27a8ad9612a3
moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
 
wenzelm 
parents: 
27739 
diff
changeset
 | 
120  | 
|> (if Thm.has_name_hint thm andalso pre orelse name = "" then I else Thm.put_name_hint name)  | 
| 
 
27a8ad9612a3
moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
 
wenzelm 
parents: 
27739 
diff
changeset
 | 
121  | 
|> Thm.default_position (Position.thread_data ());  | 
| 
12872
 
0855c3ab2047
Theorems are only "pre-named" if the do not already have names.
 
berghofe 
parents: 
12711 
diff
changeset
 | 
122  | 
|
| 
21646
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
123  | 
fun name_thms pre official name xs =  | 
| 
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
124  | 
map (uncurry (name_thm pre official)) (name_multi name xs);  | 
| 
12235
 
5fa04fc9b254
Further restructuring of theorem naming functions.
 
berghofe 
parents: 
12138 
diff
changeset
 | 
125  | 
|
| 
21646
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
126  | 
fun name_thmss official name fact =  | 
| 
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
127  | 
burrow_fact (name_thms true official name) fact;  | 
| 4853 | 128  | 
|
129  | 
||
| 11998 | 130  | 
(* enter_thms *)  | 
| 4853 | 131  | 
|
| 
18418
 
bf448d999b7e
re-arranged tuples (theory * 'a) to ('a * theory) in Pure
 
haftmann 
parents: 
18377 
diff
changeset
 | 
132  | 
fun enter_thms _ _ app_att ("", thms) thy = app_att (thy, thms) |> swap
 | 
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
133  | 
| enter_thms pre_name post_name app_att (bname, thms) thy =  | 
| 
7470
 
9f67ca1e03dc
eliminated default_name (thms no longer stored for name "");
 
wenzelm 
parents: 
7405 
diff
changeset
 | 
134  | 
let  | 
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
135  | 
val naming = Sign.naming_of thy;  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
136  | 
val name = NameSpace.full naming bname;  | 
| 16441 | 137  | 
val (thy', thms') = apsnd (post_name name) (app_att (thy, pre_name name thms));  | 
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
138  | 
val thms'' = map (Thm.transfer thy') thms';  | 
| 27198 | 139  | 
val thy'' = thy' |> FactsData.map (Facts.add_global naming (name, thms''));  | 
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
140  | 
in (thms'', thy'') end;  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
141  | 
|
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
142  | 
|
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
143  | 
(* store_thm(s) *)  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
144  | 
|
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
145  | 
val store_thms = enter_thms (name_thms true true) (name_thms false true) I;  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
146  | 
fun store_thm (name, th) = store_thms (name, [th]) #>> the_single;  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
147  | 
|
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
148  | 
fun store_thm_open (name, th) =  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
149  | 
enter_thms (name_thms true false) (name_thms false false) I (name, [th]) #>> the_single;  | 
| 3987 | 150  | 
|
| 
16023
 
66561f6814bd
added string_of_thmref, selections, fact_index_of, valid_thms;
 
wenzelm 
parents: 
15975 
diff
changeset
 | 
151  | 
|
| 6091 | 152  | 
(* add_thms(s) *)  | 
| 4853 | 153  | 
|
| 16441 | 154  | 
fun add_thms_atts pre_name ((bname, thms), atts) =  | 
| 
21646
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
155  | 
enter_thms pre_name (name_thms false true)  | 
| 
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
156  | 
(foldl_map (Thm.theory_attributes atts)) (bname, thms);  | 
| 4853 | 157  | 
|
| 18377 | 158  | 
fun gen_add_thmss pre_name =  | 
159  | 
fold_map (add_thms_atts pre_name);  | 
|
| 5907 | 160  | 
|
| 
12235
 
5fa04fc9b254
Further restructuring of theorem naming functions.
 
berghofe 
parents: 
12138 
diff
changeset
 | 
161  | 
fun gen_add_thms pre_name args =  | 
| 18377 | 162  | 
apfst (map hd) o gen_add_thmss pre_name (map (apfst (apsnd single)) args);  | 
| 
12235
 
5fa04fc9b254
Further restructuring of theorem naming functions.
 
berghofe 
parents: 
12138 
diff
changeset
 | 
163  | 
|
| 
21646
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
164  | 
val add_thmss = gen_add_thmss (name_thms true true);  | 
| 
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
165  | 
val add_thms = gen_add_thms (name_thms true true);  | 
| 27683 | 166  | 
val add_thm = yield_singleton add_thms;  | 
| 5907 | 167  | 
|
168  | 
||
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
169  | 
(* add_thms_dynamic *)  | 
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
170  | 
|
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
171  | 
fun add_thms_dynamic (bname, f) thy =  | 
| 27198 | 172  | 
let val name = Sign.full_name thy bname  | 
173  | 
in thy |> FactsData.map (Facts.add_dynamic (Sign.naming_of thy) (name, f)) end;  | 
|
| 
26488
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
174  | 
|
| 
 
b497e3187ec7
eliminated destructive/critical theorem database;
 
wenzelm 
parents: 
26471 
diff
changeset
 | 
175  | 
|
| 27728 | 176  | 
(* note_thmss *)  | 
| 5907 | 177  | 
|
| 9192 | 178  | 
local  | 
| 12711 | 179  | 
|
| 27728 | 180  | 
fun gen_note_thmss tag = fold_map (fn ((bname, more_atts), ths_atts) => fn thy =>  | 
| 12711 | 181  | 
let  | 
| 18728 | 182  | 
fun app (x, (ths, atts)) = foldl_map (Thm.theory_attributes atts) (x, ths);  | 
| 
18418
 
bf448d999b7e
re-arranged tuples (theory * 'a) to ('a * theory) in Pure
 
haftmann 
parents: 
18377 
diff
changeset
 | 
183  | 
val (thms, thy') = thy |> enter_thms  | 
| 
21646
 
c07b5b0e8492
thm/prf: separate official name vs. additional tags;
 
wenzelm 
parents: 
21606 
diff
changeset
 | 
184  | 
(name_thmss true) (name_thms false true) (apsnd flat o foldl_map app)  | 
| 27728 | 185  | 
(bname, map (fn (ths, atts) => (ths, surround tag (atts @ more_atts))) ths_atts);  | 
| 18801 | 186  | 
in ((bname, thms), thy') end);  | 
| 12711 | 187  | 
|
| 9192 | 188  | 
in  | 
| 12711 | 189  | 
|
| 
27865
 
27a8ad9612a3
moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
 
wenzelm 
parents: 
27739 
diff
changeset
 | 
190  | 
fun note_thmss k = gen_note_thmss (Thm.kind k);  | 
| 
 
27a8ad9612a3
moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
 
wenzelm 
parents: 
27739 
diff
changeset
 | 
191  | 
fun note_thmss_grouped k g = gen_note_thmss (Thm.kind k #> Thm.group g);  | 
| 12711 | 192  | 
|
| 21438 | 193  | 
end;  | 
194  | 
||
| 5280 | 195  | 
|
| 
4022
 
0770a19c48d3
added ignored_consts, thms_containing, add_store_axioms(_i),
 
wenzelm 
parents: 
4013 
diff
changeset
 | 
196  | 
(* store axioms as theorems *)  | 
| 
 
0770a19c48d3
added ignored_consts, thms_containing, add_store_axioms(_i),
 
wenzelm 
parents: 
4013 
diff
changeset
 | 
197  | 
|
| 4853 | 198  | 
local  | 
| 17418 | 199  | 
fun get_ax thy (name, _) = Thm.get_axiom_i thy (Sign.full_name thy name);  | 
| 26655 | 200  | 
fun get_axs thy named_axs = map (Thm.forall_elim_vars 0 o get_ax thy) named_axs;  | 
| 26553 | 201  | 
fun add_axm add = fold_map (fn ((name, ax), atts) => fn thy =>  | 
| 4853 | 202  | 
let  | 
| 11998 | 203  | 
val named_ax = [(name, ax)];  | 
| 7753 | 204  | 
val thy' = add named_ax thy;  | 
205  | 
val thm = hd (get_axs thy' named_ax);  | 
|
| 26553 | 206  | 
in apfst hd (gen_add_thms (K I) [((name, thm), atts)] thy') end);  | 
| 4853 | 207  | 
in  | 
| 
27691
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
208  | 
val add_defs = add_axm o Theory.add_defs_i false;  | 
| 
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
209  | 
val add_defs_unchecked = add_axm o Theory.add_defs_i true;  | 
| 
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
210  | 
val add_axioms = add_axm Theory.add_axioms_i;  | 
| 
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
211  | 
val add_defs_cmd = add_axm o Theory.add_defs false;  | 
| 
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
212  | 
val add_defs_unchecked_cmd = add_axm o Theory.add_defs true;  | 
| 
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
213  | 
val add_axioms_cmd = add_axm Theory.add_axioms;  | 
| 4853 | 214  | 
end;  | 
| 
4022
 
0770a19c48d3
added ignored_consts, thms_containing, add_store_axioms(_i),
 
wenzelm 
parents: 
4013 
diff
changeset
 | 
215  | 
|
| 
 
0770a19c48d3
added ignored_consts, thms_containing, add_store_axioms(_i),
 
wenzelm 
parents: 
4013 
diff
changeset
 | 
216  | 
|
| 3987 | 217  | 
|
| 26430 | 218  | 
(*** Pure theory syntax and logical content ***)  | 
| 3987 | 219  | 
|
| 24243 | 220  | 
val typ = SimpleSyntax.read_typ;  | 
221  | 
val term = SimpleSyntax.read_term;  | 
|
222  | 
val prop = SimpleSyntax.read_prop;  | 
|
223  | 
||
| 
26959
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
224  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
225  | 
(* application syntax variants *)  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
226  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
227  | 
val appl_syntax =  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
228  | 
 [("_appl", typ "('b => 'a) => args => logic", Mixfix ("(1_/(1'(_')))", [1000, 0], 1000)),
 | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
229  | 
  ("_appl", typ "('b => 'a) => args => aprop", Mixfix ("(1_/(1'(_')))", [1000, 0], 1000))];
 | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
230  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
231  | 
val applC_syntax =  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
232  | 
 [("",       typ "'a => cargs",                  Delimfix "_"),
 | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
233  | 
  ("_cargs", typ "'a => cargs => cargs",         Mixfix ("_/ _", [1000, 1000], 1000)),
 | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
234  | 
  ("_applC", typ "('b => 'a) => cargs => logic", Mixfix ("(1_/ _)", [1000, 1000], 999)),
 | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
235  | 
  ("_applC", typ "('b => 'a) => cargs => aprop", Mixfix ("(1_/ _)", [1000, 1000], 999))];
 | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
236  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
237  | 
structure OldApplSyntax = TheoryDataFun  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
238  | 
(  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
239  | 
type T = bool;  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
240  | 
val empty = false;  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
241  | 
val copy = I;  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
242  | 
val extend = I;  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
243  | 
fun merge _ (b1, b2) : T =  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
244  | 
if b1 = b2 then b1  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
245  | 
else error "Cannot merge theories with different application syntax";  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
246  | 
);  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
247  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
248  | 
val old_appl_syntax = OldApplSyntax.get;  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
249  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
250  | 
val old_appl_syntax_setup =  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
251  | 
OldApplSyntax.put true #>  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
252  | 
Sign.del_modesyntax_i Syntax.mode_default applC_syntax #>  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
253  | 
Sign.add_syntax_i appl_syntax;  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
254  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
255  | 
|
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
256  | 
(* main content *)  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
257  | 
|
| 26463 | 258  | 
val _ = Context.>> (Context.map_theory  | 
| 
26959
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
259  | 
(OldApplSyntax.init #>  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
260  | 
Sign.add_types  | 
| 
4922
 
03b81b6e1baa
added thms_closure: theory -> xstring -> tthm list option;
 
wenzelm 
parents: 
4853 
diff
changeset
 | 
261  | 
   [("fun", 2, NoSyn),
 | 
| 
 
03b81b6e1baa
added thms_closure: theory -> xstring -> tthm list option;
 
wenzelm 
parents: 
4853 
diff
changeset
 | 
262  | 
    ("prop", 0, NoSyn),
 | 
| 
 
03b81b6e1baa
added thms_closure: theory -> xstring -> tthm list option;
 
wenzelm 
parents: 
4853 
diff
changeset
 | 
263  | 
    ("itself", 1, NoSyn),
 | 
| 
 
03b81b6e1baa
added thms_closure: theory -> xstring -> tthm list option;
 
wenzelm 
parents: 
4853 
diff
changeset
 | 
264  | 
    ("dummy", 0, NoSyn)]
 | 
| 26430 | 265  | 
#> Sign.add_nonterminals Syntax.basic_nonterms  | 
266  | 
#> Sign.add_syntax_i  | 
|
| 26436 | 267  | 
   [("_lambda",     typ "pttrns => 'a => logic",       Mixfix ("(3%_./ _)", [0, 3], 3)),
 | 
268  | 
    ("_abs",        typ "'a",                          NoSyn),
 | 
|
269  | 
    ("",            typ "'a => args",                  Delimfix "_"),
 | 
|
270  | 
    ("_args",       typ "'a => args => args",          Delimfix "_,/ _"),
 | 
|
271  | 
    ("",            typ "id => idt",                   Delimfix "_"),
 | 
|
272  | 
    ("_idtdummy",   typ "idt",                         Delimfix "'_"),
 | 
|
273  | 
    ("_idtyp",      typ "id => type => idt",           Mixfix ("_::_", [], 0)),
 | 
|
274  | 
    ("_idtypdummy", typ "type => idt",                 Mixfix ("'_()::_", [], 0)),
 | 
|
275  | 
    ("",            typ "idt => idt",                  Delimfix "'(_')"),
 | 
|
276  | 
    ("",            typ "idt => idts",                 Delimfix "_"),
 | 
|
277  | 
    ("_idts",       typ "idt => idts => idts",         Mixfix ("_/ _", [1, 0], 0)),
 | 
|
278  | 
    ("",            typ "idt => pttrn",                Delimfix "_"),
 | 
|
279  | 
    ("",            typ "pttrn => pttrns",             Delimfix "_"),
 | 
|
280  | 
    ("_pttrns",     typ "pttrn => pttrns => pttrns",   Mixfix ("_/ _", [1, 0], 0)),
 | 
|
281  | 
    ("",            typ "id => aprop",                 Delimfix "_"),
 | 
|
282  | 
    ("",            typ "longid => aprop",             Delimfix "_"),
 | 
|
283  | 
    ("",            typ "var => aprop",                Delimfix "_"),
 | 
|
284  | 
    ("_DDDOT",      typ "aprop",                       Delimfix "..."),
 | 
|
285  | 
    ("_aprop",      typ "aprop => prop",               Delimfix "PROP _"),
 | 
|
286  | 
    ("_asm",        typ "prop => asms",                Delimfix "_"),
 | 
|
287  | 
    ("_asms",       typ "prop => asms => asms",        Delimfix "_;/ _"),
 | 
|
288  | 
    ("_bigimpl",    typ "asms => prop => prop",        Mixfix ("((3[| _ |])/ ==> _)", [0, 1], 1)),
 | 
|
289  | 
    ("_ofclass",    typ "type => logic => prop",       Delimfix "(1OFCLASS/(1'(_,/ _')))"),
 | 
|
290  | 
    ("_mk_ofclass", typ "dummy",                       NoSyn),
 | 
|
291  | 
    ("_TYPE",       typ "type => logic",               Delimfix "(1TYPE/(1'(_')))"),
 | 
|
292  | 
    ("",            typ "id => logic",                 Delimfix "_"),
 | 
|
293  | 
    ("",            typ "longid => logic",             Delimfix "_"),
 | 
|
294  | 
    ("",            typ "var => logic",                Delimfix "_"),
 | 
|
295  | 
    ("_DDDOT",      typ "logic",                       Delimfix "..."),
 | 
|
296  | 
    ("_constify",   typ "num => num_const",            Delimfix "_"),
 | 
|
297  | 
    ("_indexnum",   typ "num_const => index",          Delimfix "\\<^sub>_"),
 | 
|
298  | 
    ("_index",      typ "logic => index",              Delimfix "(00\\<^bsub>_\\<^esub>)"),
 | 
|
299  | 
    ("_indexdefault", typ "index",                     Delimfix ""),
 | 
|
300  | 
    ("_indexvar",   typ "index",                       Delimfix "'\\<index>"),
 | 
|
301  | 
    ("_struct",     typ "index => logic",              Mixfix ("\\<struct>_", [1000], 1000)),
 | 
|
302  | 
    ("==>",         typ "prop => prop => prop",        Delimfix "op ==>"),
 | 
|
| 
26959
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
303  | 
(Term.dummy_patternN, typ "aprop", Delimfix "'_")]  | 
| 
 
f8f2df3e4d83
theory Pure  provides regular application syntax by default;
 
wenzelm 
parents: 
26693 
diff
changeset
 | 
304  | 
#> Sign.add_syntax_i applC_syntax  | 
| 26430 | 305  | 
#> Sign.add_modesyntax_i (Symbol.xsymbolsN, true)  | 
| 24243 | 306  | 
   [("fun",      typ "type => type => type",   Mixfix ("(_/ \\<Rightarrow> _)", [1, 0], 0)),
 | 
307  | 
    ("_bracket", typ "types => type => type",  Mixfix ("([_]/ \\<Rightarrow> _)", [0, 0], 0)),
 | 
|
308  | 
    ("_ofsort",  typ "tid => sort => type",    Mixfix ("_\\<Colon>_", [1000, 0], 1000)),
 | 
|
309  | 
    ("_constrain", typ "'a => type => 'a",     Mixfix ("_\\<Colon>_", [4, 0], 3)),
 | 
|
310  | 
    ("_idtyp",    typ "id => type => idt",     Mixfix ("_\\<Colon>_", [], 0)),
 | 
|
311  | 
    ("_idtypdummy", typ "type => idt",         Mixfix ("'_()\\<Colon>_", [], 0)),
 | 
|
312  | 
    ("_type_constraint_", typ "'a",            NoSyn),
 | 
|
313  | 
    ("_lambda",  typ "pttrns => 'a => logic",  Mixfix ("(3\\<lambda>_./ _)", [0, 3], 3)),
 | 
|
314  | 
    ("==",       typ "'a => 'a => prop",       InfixrName ("\\<equiv>", 2)),
 | 
|
315  | 
    ("all_binder", typ "idts => prop => prop", Mixfix ("(3\\<And>_./ _)", [0, 0], 0)),
 | 
|
316  | 
    ("==>",      typ "prop => prop => prop",   InfixrName ("\\<Longrightarrow>", 1)),
 | 
|
317  | 
    ("_DDDOT",   typ "aprop",                  Delimfix "\\<dots>"),
 | 
|
318  | 
    ("_bigimpl", typ "asms => prop => prop",   Mixfix ("((1\\<lbrakk>_\\<rbrakk>)/ \\<Longrightarrow> _)", [0, 1], 1)),
 | 
|
319  | 
    ("_DDDOT",   typ "logic",                  Delimfix "\\<dots>")]
 | 
|
| 26430 | 320  | 
  #> Sign.add_modesyntax_i ("", false)
 | 
| 24243 | 321  | 
   [("prop", typ "prop => prop", Mixfix ("_", [0], 0)),
 | 
| 26430 | 322  | 
    ("Pure.term", typ "'a => prop", Delimfix "TERM _"),
 | 
323  | 
    ("Pure.conjunction", typ "prop => prop => prop", InfixrName ("&&", 2))]
 | 
|
324  | 
  #> Sign.add_modesyntax_i ("HTML", false)
 | 
|
| 24243 | 325  | 
   [("_lambda", typ "pttrns => 'a => logic", Mixfix ("(3\\<lambda>_./ _)", [0, 3], 3))]
 | 
| 26430 | 326  | 
#> Sign.add_consts_i  | 
| 24243 | 327  | 
   [("==", typ "'a => 'a => prop", InfixrName ("==", 2)),
 | 
328  | 
    ("==>", typ "prop => prop => prop", Mixfix ("(_/ ==> _)", [2, 1], 1)),
 | 
|
329  | 
    ("all", typ "('a => prop) => prop", Binder ("!!", 0, 0)),
 | 
|
330  | 
    ("prop", typ "prop => prop", NoSyn),
 | 
|
331  | 
    ("TYPE", typ "'a itself", NoSyn),
 | 
|
332  | 
(Term.dummy_patternN, typ "'a", Delimfix "'_")]  | 
|
| 26430 | 333  | 
  #> Theory.add_deps "==" ("==", typ "'a => 'a => prop") []
 | 
334  | 
  #> Theory.add_deps "==>" ("==>", typ "prop => prop => prop") []
 | 
|
335  | 
  #> Theory.add_deps "all" ("all", typ "('a => prop) => prop") []
 | 
|
336  | 
  #> Theory.add_deps "TYPE" ("TYPE", typ "'a itself") []
 | 
|
337  | 
#> Theory.add_deps Term.dummy_patternN (Term.dummy_patternN, typ "'a") []  | 
|
338  | 
#> Sign.add_trfuns Syntax.pure_trfuns  | 
|
339  | 
#> Sign.add_trfunsT Syntax.pure_trfunsT  | 
|
340  | 
#> Sign.local_path  | 
|
341  | 
#> Sign.add_consts_i  | 
|
| 24243 | 342  | 
   [("term", typ "'a => prop", NoSyn),
 | 
343  | 
    ("conjunction", typ "prop => prop => prop", NoSyn)]
 | 
|
| 
27691
 
ce171cbd4b93
PureThy: dropped note_thmss_qualified, dropped _i suffix
 
haftmann 
parents: 
27683 
diff
changeset
 | 
344  | 
#> (add_defs false o map Thm.no_attributes)  | 
| 24243 | 345  | 
   [("prop_def", prop "(CONST prop :: prop => prop) (A::prop) == A::prop"),
 | 
| 26430 | 346  | 
    ("term_def", prop "(CONST Pure.term :: 'a => prop) (x::'a) == (!!A::prop. A ==> A)"),
 | 
347  | 
    ("conjunction_def", prop "(A && B) == (!!C::prop. (A ==> B ==> C) ==> C)")] #> snd
 | 
|
| 26666 | 348  | 
#> Sign.hide_const false "Pure.conjunction"  | 
349  | 
#> Sign.hide_const false "Pure.term"  | 
|
| 26430 | 350  | 
  #> add_thmss [(("nothing", []), [])] #> snd
 | 
| 26463 | 351  | 
#> Theory.add_axioms_i Proofterm.equality_axms));  | 
| 3987 | 352  | 
|
353  | 
end;  |