Wed, 25 Mar 2009 14:47:08 +0100 |
wenzelm |
avoid mixing of left/right associative infixes, to make it work with experimental Poly/ML 5.3 branch;
|
file |
diff |
annotate
|
Sun, 08 Mar 2009 17:26:14 +0100 |
wenzelm |
moved basic algebra of long names from structure NameSpace to Long_Name;
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 22:17:25 +0100 |
wenzelm |
more uniform handling of binding in packages;
|
file |
diff |
annotate
|
Thu, 05 Mar 2009 12:08:00 +0100 |
wenzelm |
renamed NameSpace.base to NameSpace.base_name;
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 23:36:12 +0100 |
wenzelm |
use long names for old-style fold combinators;
|
file |
diff |
annotate
|
Tue, 10 Feb 2009 14:58:15 +0100 |
blanchet |
Added nitpick_const_simp attribute to recdef and record packages.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:47:04 +0100 |
haftmann |
binding replaces bstring
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 18:53:16 +0100 |
wenzelm |
moved old add_type_XXX, add_term_XXX etc. to structure OldTerm;
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 00:08:13 +0100 |
wenzelm |
moved old add_term_vars, add_term_frees etc. to structure OldTerm;
|
file |
diff |
annotate
|
Wed, 10 Dec 2008 22:55:15 +0100 |
wenzelm |
more antiquotations;
|
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
|
Fri, 26 Sep 2008 09:10:02 +0200 |
haftmann |
removed obsolete name convention "func"
|
file |
diff |
annotate
|
Tue, 29 Jul 2008 08:15:40 +0200 |
haftmann |
PureThy: dropped note_thmss_qualified, dropped _i suffix
|
file |
diff |
annotate
|
Mon, 23 Jun 2008 23:45:39 +0200 |
wenzelm |
Logic.all/mk_equals/mk_implies;
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 20:48:02 +0200 |
wenzelm |
export read_typ/cert_typ -- version with regular context operations;
|
file |
diff |
annotate
|
Mon, 16 Jun 2008 22:13:39 +0200 |
wenzelm |
pervasive RuleInsts;
|
file |
diff |
annotate
|
Sat, 14 Jun 2008 23:20:10 +0200 |
wenzelm |
prove_standard: more precises argument passing;
|
file |
diff |
annotate
|
Tue, 10 Jun 2008 15:30:33 +0200 |
haftmann |
rep_datatype command now takes list of constructors as input arguments
|
file |
diff |
annotate
|
Sun, 18 May 2008 17:03:20 +0200 |
wenzelm |
eliminated theory CPure;
|
file |
diff |
annotate
|
Sun, 18 May 2008 15:04:24 +0200 |
wenzelm |
moved global pretty/string_of functions from Sign to Syntax;
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 17:00:35 +0200 |
wenzelm |
rep_cterm/rep_thm: no longer dereference theory_ref;
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 22:55:49 +0100 |
wenzelm |
purely functional setup of claset/simpset/clasimpset;
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 13:03:08 +0100 |
wenzelm |
eliminated quiete_mode ref (turned into proper argument);
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 14:41:07 +0100 |
wenzelm |
removed Display.raw_string_of_XXX (use regular Sign.string_of_XXX);
|
file |
diff |
annotate
|
Thu, 20 Mar 2008 12:09:20 +0100 |
haftmann |
more antiquotations
|
file |
diff |
annotate
|
Wed, 27 Feb 2008 16:07:55 +0100 |
schirmer |
removed some debugging output from trace
|
file |
diff |
annotate
|
Sun, 17 Feb 2008 19:04:50 +0100 |
wenzelm |
added get_parent (for AWE);
|
file |
diff |
annotate
|
Wed, 13 Feb 2008 10:19:30 +0100 |
kleing |
fixed record pretty printing
|
file |
diff |
annotate
|
Wed, 19 Dec 2007 16:32:12 +0100 |
schirmer |
replaced K_record by lambda term %x. c
|
file |
diff |
annotate
|
Wed, 24 Oct 2007 20:17:50 +0200 |
wenzelm |
separate RecordPackage.timing flag;
|
file |
diff |
annotate
|
Wed, 17 Oct 2007 23:16:28 +0200 |
wenzelm |
replaced NameSpace.accesses' by NameSpace.external_names (depening on naming);
|
file |
diff |
annotate
|
Sat, 06 Oct 2007 16:50:04 +0200 |
wenzelm |
simplified interfaces for outer syntax;
|
file |
diff |
annotate
|
Thu, 04 Oct 2007 14:42:47 +0200 |
wenzelm |
moved Pure/Isar/induct_attrib.ML and Provers/induct_method.ML to Tools/induct.ML;
|
file |
diff |
annotate
|
Tue, 25 Sep 2007 17:06:14 +0200 |
wenzelm |
proper Sign operations instead of Theory aliases;
|
file |
diff |
annotate
|
Tue, 18 Sep 2007 07:36:15 +0200 |
haftmann |
distinction between regular and default code theorems
|
file |
diff |
annotate
|
Tue, 14 Aug 2007 13:20:12 +0200 |
wenzelm |
PrimitiveDefs.mk_defpair;
|
file |
diff |
annotate
|
Fri, 10 Aug 2007 17:04:34 +0200 |
haftmann |
new structure for code generator modules
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 00:06:16 +0200 |
wenzelm |
avoid polymorphic equality;
|
file |
diff |
annotate
|
Mon, 07 May 2007 00:49:59 +0200 |
wenzelm |
simplified DataFun interfaces;
|
file |
diff |
annotate
|
Fri, 20 Apr 2007 11:21:49 +0200 |
haftmann |
add definitions explicitly to code generator table
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 14:31:51 +0200 |
wenzelm |
adapted decode_type;
|
file |
diff |
annotate
|
Sat, 14 Apr 2007 17:35:52 +0200 |
wenzelm |
cleaned/simplified Sign.read_typ, Thm.read_cterm etc.;
|
file |
diff |
annotate
|
Wed, 11 Apr 2007 08:28:15 +0200 |
haftmann |
canonical merge operations
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 23:29:33 +0200 |
wenzelm |
rep_thm/cterm/ctyp: removed obsolete sign field;
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 00:11:03 +0200 |
wenzelm |
removed obsolete sign_of/sign_of_thm;
|
file |
diff |
annotate
|
Wed, 31 Jan 2007 16:05:12 +0100 |
haftmann |
print translation for record types with empty-sorted type variables raise Match instead of producing an error
|
file |
diff |
annotate
|
Sat, 30 Dec 2006 16:08:00 +0100 |
wenzelm |
removed conditional combinator;
|
file |
diff |
annotate
|
Fri, 15 Dec 2006 00:08:06 +0100 |
wenzelm |
avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
|
file |
diff |
annotate
|
Mon, 11 Dec 2006 21:39:26 +0100 |
wenzelm |
advanced translation functions: Proof.context;
|
file |
diff |
annotate
|
Thu, 07 Dec 2006 23:16:55 +0100 |
wenzelm |
reorganized structure Tactic vs. MetaSimplifier;
|
file |
diff |
annotate
|
Thu, 07 Dec 2006 00:42:04 +0100 |
wenzelm |
reorganized structure Goal vs. Tactic;
|
file |
diff |
annotate
|
Mon, 27 Nov 2006 13:42:33 +0100 |
haftmann |
removed HOL structure
|
file |
diff |
annotate
|
Tue, 14 Nov 2006 17:55:30 +0100 |
schirmer |
Exported some names
|
file |
diff |
annotate
|
Tue, 07 Nov 2006 18:25:48 +0100 |
schirmer |
field-update in records is generalised to take a function on the field
|
file |
diff |
annotate
|
Tue, 31 Oct 2006 09:28:52 +0100 |
haftmann |
dropped nth_update
|
file |
diff |
annotate
|
Fri, 20 Oct 2006 17:07:26 +0200 |
haftmann |
slight cleanup
|
file |
diff |
annotate
|
Tue, 10 Oct 2006 13:59:13 +0200 |
haftmann |
gen_rem(s) abandoned in favour of remove / subtract
|
file |
diff |
annotate
|
Wed, 06 Sep 2006 10:01:27 +0200 |
haftmann |
now using TypecopyPackage
|
file |
diff |
annotate
|
Tue, 08 Aug 2006 08:19:11 +0200 |
haftmann |
dropped duplicated line
|
file |
diff |
annotate
|