Sun, 15 Nov 2009 20:39:22 +0100 |
wenzelm |
primitive defs: clarified def (axiom name) vs. description;
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 21:35:46 +0100 |
wenzelm |
eliminated obsolete tags for types/consts -- now handled via name space, in strongly typed fashion;
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 19:19:29 +0100 |
wenzelm |
begin_theory: set theory_name here;
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 13:04:06 +0100 |
wenzelm |
make SML/NJ happy;
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 20:54:08 +0200 |
wenzelm |
maintain explicit name space kind;
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 19:47:37 +0200 |
wenzelm |
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 19:20:03 +0200 |
wenzelm |
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 15:57:51 +0200 |
wenzelm |
indicate CRITICAL nature of various setmp combinators;
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 22:27:20 +0200 |
wenzelm |
removed redundant Sign.certify_prop, use Sign.cert_prop instead;
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 11:10:02 +0100 |
wenzelm |
renamed NameSpace.bind to NameSpace.define;
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 12:07:30 +0100 |
wenzelm |
Theory.add_axioms/add_defs: replaced old bstring by binding;
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 15:09:08 +0100 |
wenzelm |
Binding.str_of;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 23:21:44 +0100 |
wenzelm |
removed Ids;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:47:32 +0100 |
haftmann |
binding is alias for Binding.T
|
file |
diff |
annotate
|
Sat, 13 Dec 2008 15:00:40 +0100 |
wenzelm |
requires: check ancestors directly;
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 18:42:37 +0100 |
haftmann |
removed Table.extend, NameSpace.extend_table
|
file |
diff |
annotate
|
Thu, 04 Dec 2008 14:43:33 +0100 |
haftmann |
cleaned up binding module and related code
|
file |
diff |
annotate
|
Thu, 18 Sep 2008 19:39:44 +0200 |
wenzelm |
simplified oracle interface;
|
file |
diff |
annotate
|
Wed, 03 Sep 2008 17:47:35 +0200 |
wenzelm |
simplified specify_const: canonical args, global deps;
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 11:48:54 +0200 |
wenzelm |
type Properties.T;
|
file |
diff |
annotate
|
Sun, 18 May 2008 15:04:09 +0200 |
wenzelm |
moved global pretty/string_of functions from Sign to Syntax;
|
file |
diff |
annotate
|
Tue, 15 Apr 2008 18:49:23 +0200 |
wenzelm |
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 17:00:45 +0200 |
wenzelm |
rep_cterm/rep_thm: no longer dereference theory_ref;
|
file |
diff |
annotate
|
Tue, 16 Oct 2007 19:45:56 +0200 |
wenzelm |
apply_wrappers: perhaps_apply/loop;
|
file |
diff |
annotate
|
Sat, 13 Oct 2007 17:16:40 +0200 |
wenzelm |
Theory.specify_const: added deps argument;
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 19:10:23 +0200 |
wenzelm |
dest/cert_def: replaced Pretty.pp by explicit Proof.context;
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 16:05:39 +0200 |
wenzelm |
added specify_const;
|
file |
diff |
annotate
|
Sat, 29 Sep 2007 21:39:48 +0200 |
wenzelm |
Sign.the_const_constraint;
|
file |
diff |
annotate
|
Tue, 25 Sep 2007 13:28:41 +0200 |
wenzelm |
Syntax.parse/check/read;
|
file |
diff |
annotate
|
Thu, 20 Sep 2007 20:56:34 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Tue, 18 Sep 2007 07:46:00 +0200 |
haftmann |
introduced generic concepts for theory interpretators
|
file |
diff |
annotate
|
Thu, 09 Aug 2007 15:52:54 +0200 |
haftmann |
new access interface in defs.ML
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 16:28:15 +0200 |
wenzelm |
replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
|
file |
diff |
annotate
|
Sun, 08 Jul 2007 19:51:58 +0200 |
wenzelm |
replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 20:01:37 +0200 |
wenzelm |
removed comments -- no exception TERM;
|
file |
diff |
annotate
|
Thu, 24 May 2007 08:37:37 +0200 |
haftmann |
tuned Pure/General/name_space.ML
|
file |
diff |
annotate
|
Mon, 07 May 2007 00:49:59 +0200 |
wenzelm |
simplified DataFun interfaces;
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 14:31:56 +0200 |
wenzelm |
removed obsolete inferT_axm;
|
file |
diff |
annotate
|
Sat, 14 Apr 2007 23:56:36 +0200 |
wenzelm |
simplified read_axm;
|
file |
diff |
annotate
|
Sat, 14 Apr 2007 17:36:16 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 23:29:40 +0200 |
wenzelm |
removed unused dep_graph;
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 00:11:03 +0200 |
wenzelm |
removed obsolete sign_of/sign_of_thm;
|
file |
diff |
annotate
|
Tue, 20 Mar 2007 15:52:42 +0100 |
haftmann |
added theory dependency graph
|
file |
diff |
annotate
|
Mon, 11 Dec 2006 21:39:26 +0100 |
wenzelm |
advanced translation functions: Proof.context;
|
file |
diff |
annotate
|
Thu, 30 Nov 2006 14:17:34 +0100 |
wenzelm |
added merge_list;
|
file |
diff |
annotate
|
Fri, 15 Sep 2006 22:56:17 +0200 |
wenzelm |
removed type aliases for theory/theory_ref;
|
file |
diff |
annotate
|
Thu, 17 Aug 2006 09:24:50 +0200 |
haftmann |
dropped definitions_of
|
file |
diff |
annotate
|
Wed, 19 Jul 2006 12:11:57 +0200 |
wenzelm |
Sign.infer_types: Name.context;
|
file |
diff |
annotate
|
Wed, 07 Jun 2006 02:01:28 +0200 |
wenzelm |
renamed Type.(un)varifyT to Logic.(un)varifyT;
|
file |
diff |
annotate
|
Thu, 25 May 2006 16:51:39 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Wed, 24 May 2006 01:05:02 +0200 |
wenzelm |
added add_deps, which actually records dependencies of consts (unlike add_finals);
|
file |
diff |
annotate
|
Mon, 22 May 2006 22:29:19 +0200 |
wenzelm |
Defs.specifications_of: lhs/rhs now use typargs;
|
file |
diff |
annotate
|
Sat, 20 May 2006 23:37:03 +0200 |
wenzelm |
tuned Defs interfaces;
|
file |
diff |
annotate
|
Sat, 13 May 2006 02:51:42 +0200 |
wenzelm |
Theory.add_defs(_i): added unchecked flag;
|
file |
diff |
annotate
|
Thu, 11 May 2006 19:15:14 +0200 |
wenzelm |
tuned Defs.merge;
|
file |
diff |
annotate
|
Mon, 08 May 2006 17:40:08 +0200 |
wenzelm |
Defs.define: const_typargs;
|
file |
diff |
annotate
|
Fri, 05 May 2006 19:32:34 +0200 |
wenzelm |
added definitions_of;
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 15:06:35 +0200 |
wenzelm |
tuned basic list operators (flat, maps, map_filter);
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 12:01:06 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 25 Feb 2006 15:11:35 +0100 |
haftmann |
added more detailed data to consts
|
file |
diff |
annotate
|