Sun, 08 Mar 2009 17:26:14 +0100 |
wenzelm |
moved basic algebra of long names from structure NameSpace to Long_Name;
|
file |
diff |
annotate
|
Thu, 05 Mar 2009 12:08:00 +0100 |
wenzelm |
renamed NameSpace.base to NameSpace.base_name;
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 11:05:29 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 10:45:52 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 18:32:01 +0100 |
wenzelm |
renamed Binding.name_pos to Binding.make, renamed Binding.base_name to Binding.name_of, renamed Binding.map_base to Binding.map_name, added mandatory flag to Binding.qualify;
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 23:36:12 +0100 |
wenzelm |
use long names for old-style fold combinators;
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:47:04 +0100 |
haftmann |
binding replaces bstring
|
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
|
Fri, 05 Dec 2008 18:43:42 +0100 |
haftmann |
Name.name_of -> Binding.base_name
|
file |
diff |
annotate
|
Tue, 02 Sep 2008 14:10:45 +0200 |
wenzelm |
explicit type Name.binding for higher-specification elements;
|
file |
diff |
annotate
|
Tue, 29 Jul 2008 08:15:40 +0200 |
haftmann |
PureThy: dropped note_thmss_qualified, dropped _i suffix
|
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
|
Sat, 17 May 2008 13:54:30 +0200 |
wenzelm |
structure Display: less pervasive operations;
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 19:14:03 +0100 |
wenzelm |
simplified PureThy.store_thm;
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 13:03:09 +0100 |
wenzelm |
eliminated quiete_mode ref (not really needed);
|
file |
diff |
annotate
|
Sat, 06 Oct 2007 16:50:04 +0200 |
wenzelm |
simplified interfaces for outer syntax;
|
file |
diff |
annotate
|
Tue, 25 Sep 2007 13:28:37 +0200 |
wenzelm |
Syntax.parse/check/read;
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 20:01:28 +0200 |
wenzelm |
simplified ObjectLogic.atomize;
|
file |
diff |
annotate
|
Thu, 10 May 2007 00:39:48 +0200 |
wenzelm |
moved some Drule operations to Thm (see more_thm.ML);
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 23:25:50 +0200 |
wenzelm |
removed obsolete TypeInfer.logicT -- use dummyT;
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 00:11:03 +0200 |
wenzelm |
removed obsolete sign_of/sign_of_thm;
|
file |
diff |
annotate
|
Fri, 19 Jan 2007 22:08:08 +0100 |
wenzelm |
moved parts of OuterParse to SpecParse;
|
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
|
Tue, 21 Nov 2006 18:07:30 +0100 |
wenzelm |
simplified Proof.theorem(_i);
|
file |
diff |
annotate
|
Tue, 14 Nov 2006 15:29:52 +0100 |
wenzelm |
simplified Proof.theorem(_i) interface;
|
file |
diff |
annotate
|
Tue, 31 Oct 2006 09:29:06 +0100 |
haftmann |
fixed type signature of Type.varify
|
file |
diff |
annotate
|
Mon, 09 Oct 2006 02:19:55 +0200 |
wenzelm |
attribute: Context.mapping;
|
file |
diff |
annotate
|
Fri, 15 Sep 2006 22:56:13 +0200 |
wenzelm |
renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
|
file |
diff |
annotate
|
Sat, 05 Aug 2006 14:55:09 +0200 |
wenzelm |
avoid low-level tsig;
|
file |
diff |
annotate
|
Tue, 13 Jun 2006 23:41:39 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sun, 07 May 2006 00:22:05 +0200 |
wenzelm |
removed 'concl is' patterns;
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 12:00:50 +0200 |
wenzelm |
Sign.typ_equiv;
|
file |
diff |
annotate
|
Fri, 03 Feb 2006 23:12:28 +0100 |
wenzelm |
canonical member/insert/merge;
|
file |
diff |
annotate
|
Fri, 27 Jan 2006 19:03:02 +0100 |
wenzelm |
moved theorem tags from Drule to PureThy;
|
file |
diff |
annotate
|
Wed, 25 Jan 2006 00:21:34 +0100 |
wenzelm |
ObjectLogic.atomize_cterm;
|
file |
diff |
annotate
|
Sat, 21 Jan 2006 23:02:20 +0100 |
wenzelm |
simplified type attribute;
|
file |
diff |
annotate
|
Fri, 16 Dec 2005 09:00:11 +0100 |
haftmann |
re-arranged tuples (theory * 'a) to ('a * theory) in Pure
|
file |
diff |
annotate
|
Fri, 09 Dec 2005 09:06:45 +0100 |
haftmann |
oriented result pairs in PureThy
|
file |
diff |
annotate
|
Tue, 06 Dec 2005 09:04:09 +0100 |
haftmann |
re-oriented some result tuples in PureThy
|
file |
diff |
annotate
|
Tue, 18 Oct 2005 17:59:28 +0200 |
wenzelm |
moved helper lemma to HilbertChoice.thy;
|
file |
diff |
annotate
|
Wed, 14 Sep 2005 10:24:39 +0200 |
haftmann |
introduced AList.lookup
|
file |
diff |
annotate
|
Tue, 13 Sep 2005 22:19:19 +0200 |
wenzelm |
tuned IsarThy.theorem_i;
|
file |
diff |
annotate
|
Tue, 16 Aug 2005 13:42:26 +0200 |
wenzelm |
OuterKeyword;
|
file |
diff |
annotate
|
Mon, 09 May 2005 16:40:11 +0200 |
paulson |
choice_const moved to hologic.ML
|
file |
diff |
annotate
|
Thu, 21 Apr 2005 18:57:18 +0200 |
berghofe |
Adapted to new interface of instantiation and unification / matching functions.
|
file |
diff |
annotate
|
Fri, 04 Mar 2005 15:07:34 +0100 |
skalberg |
Removed practically all references to Library.foldr.
|
file |
diff |
annotate
|
Thu, 03 Mar 2005 12:43:01 +0100 |
skalberg |
Move towards standard functions.
|
file |
diff |
annotate
|
Sun, 13 Feb 2005 17:15:14 +0100 |
skalberg |
Deleted Library.option type.
|
file |
diff |
annotate
|
Fri, 21 May 2004 21:15:45 +0200 |
wenzelm |
Sign.typ_instance;
|
file |
diff |
annotate
|
Sat, 17 Apr 2004 23:53:35 +0200 |
skalberg |
Minor cleanup of headers and some speedup of the HOL4 import.
|
file |
diff |
annotate
|
Thu, 09 Oct 2003 18:13:32 +0200 |
skalberg |
Added support for making constants final, that is, ensuring that no
|
file |
diff |
annotate
|
Wed, 08 Oct 2003 16:02:54 +0200 |
skalberg |
Added axiomatic specifications (ax_specification).
|
file |
diff |
annotate
|
Wed, 27 Aug 2003 10:11:30 +0200 |
skalberg |
Improved the error messages (slightly).
|
file |
diff |
annotate
|
Tue, 26 Aug 2003 19:33:35 +0200 |
skalberg |
Cleaned up the code.
|
file |
diff |
annotate
|
Tue, 26 Aug 2003 18:49:17 +0200 |
skalberg |
Allowed for splitting the specification over several lemmas.
|
file |
diff |
annotate
|
Mon, 21 Jul 2003 17:27:23 +0200 |
skalberg |
Added handling of meta implication and meta quantification.
|
file |
diff |
annotate
|
Mon, 21 Jul 2003 16:19:34 +0200 |
skalberg |
Added handling of free variables (provided they are of sort HOL.type).
|
file |
diff |
annotate
|
Mon, 21 Jul 2003 08:53:56 +0200 |
skalberg |
Changed bstring argument to xstring.
|
file |
diff |
annotate
|
Mon, 21 Jul 2003 08:52:06 +0200 |
skalberg |
*** empty log message ***
|
file |
diff |
annotate
|
Sat, 19 Jul 2003 17:35:15 +0200 |
skalberg |
Added optional theorem names for the constant definitions added during
|
file |
diff |
annotate
|