src/Pure/Isar/code.ML
Tue, 16 Nov 2010 10:33:36 +0100 haftmann added forall2 predicate lifter
Thu, 04 Nov 2010 17:27:38 +0100 haftmann Code.check_const etc.: reject too specific types
Wed, 03 Nov 2010 11:06:22 +0100 wenzelm replaced ancient sys_error by raise Fail, assuming that the latter is not handled specifically by the environment;
Tue, 26 Oct 2010 15:00:42 +0200 haftmann more general treatment of type argument in code certificates for operations on abstract types
Fri, 01 Oct 2010 10:25:36 +0200 haftmann chop_while replace drop_while and take_while
Thu, 30 Sep 2010 18:37:29 +0200 haftmann take_while, drop_while
Thu, 30 Sep 2010 08:50:45 +0200 haftmann corrected subsumption check: arguments have been reversed; addition of default equations to non-default equations is identity
Wed, 29 Sep 2010 15:28:29 +0200 haftmann redundancy check: drop trailing Var arguments (avoids eta problems with equations)
Mon, 20 Sep 2010 18:43:26 +0200 haftmann corrected long-overlooked slip: the Pure equality of a code equation is no part of the code equation itself
Mon, 20 Sep 2010 11:55:21 +0200 haftmann more accurate exception handling
Wed, 15 Sep 2010 15:11:39 +0200 haftmann ignore code cache optionally
Sun, 05 Sep 2010 21:41:24 +0200 wenzelm turned show_sorts/show_types into proper configuration options;
Wed, 01 Sep 2010 15:33:59 +0200 haftmann replaced Table.map' by Table.map
Mon, 23 Aug 2010 11:09:48 +0200 haftmann dropped now obsolete purge_data -- happens implicitly on change of theory identity
Thu, 24 Jun 2010 09:04:50 +0200 haftmann made smlnj happy
Fri, 18 Jun 2010 15:03:21 +0200 haftmann drop subsumed default equations (requires a little bit unfortunate laziness)
Thu, 17 Jun 2010 15:59:46 +0200 haftmann explicit type variable arguments for constructors
Tue, 15 Jun 2010 11:38:39 +0200 haftmann maintain cong rules for case combinators
Mon, 14 Jun 2010 12:01:30 +0200 haftmann explicitly name and note equations for class eq
Mon, 03 May 2010 20:13:36 +0200 wenzelm renamed Thm.freezeT to Thm.legacy_freezeT -- it is based on Type.legacy_freeze;
Mon, 03 May 2010 14:25:56 +0200 wenzelm renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Mon, 19 Apr 2010 15:31:56 +0200 haftmann more appropriate representation of valid positions for abstractors; more accurate checking of abstype certificates
Mon, 19 Apr 2010 11:30:08 +0200 haftmann explicit check sorts in abstract certificates; abstractor is part of dependencies
Tue, 13 Apr 2010 11:30:12 +0200 haftmann more accurate pattern match
Sun, 11 Apr 2010 16:51:07 +0200 haftmann user interface for abstract datatypes is an attribute, not a command
Sat, 20 Mar 2010 17:33:11 +0100 wenzelm renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
Sun, 07 Mar 2010 11:57:16 +0100 wenzelm modernized structure Local_Defs;
Fri, 26 Feb 2010 10:48:21 +0100 haftmann use abstract code cerficates for bare code theorems
Wed, 24 Feb 2010 14:42:28 +0100 haftmann bound argument for abstype proposition
Wed, 24 Feb 2010 14:19:54 +0100 haftmann more precise exception handler
Mon, 22 Feb 2010 15:53:19 +0100 haftmann more accurate when registering new types
Mon, 22 Feb 2010 11:10:20 +0100 haftmann proper distinction of code datatypes and abstypes
Fri, 19 Feb 2010 11:06:21 +0100 haftmann a simple concept for datatype invariants
Thu, 14 Jan 2010 17:47:39 +0100 haftmann printing of cases
Wed, 13 Jan 2010 12:20:37 +0100 haftmann explicit abstract type of code certificates
Wed, 13 Jan 2010 10:18:45 +0100 haftmann corrected error messages; tuned
Tue, 12 Jan 2010 16:27:42 +0100 haftmann code certificates as integral part of code generation
Mon, 11 Jan 2010 16:45:02 +0100 haftmann added code certificates
Tue, 05 Jan 2010 14:19:12 +0100 haftmann avoid exporting Type.build_tsig
Mon, 04 Jan 2010 16:00:24 +0100 haftmann code cache only persists on equal theories
Mon, 04 Jan 2010 14:09:56 +0100 haftmann code cache without copy; tuned
Thu, 24 Dec 2009 11:05:58 +0100 haftmann made sml/nj happy
Wed, 23 Dec 2009 08:31:15 +0100 haftmann reduced code generator cache to the baremost minimum
Fri, 04 Dec 2009 15:30:36 +0100 wenzelm merged, resolving minor conflict, and recovering sane state;
Fri, 04 Dec 2009 15:20:24 +0100 wenzelm merged, resolving minor conflicts;
Fri, 04 Dec 2009 12:22:09 +0100 haftmann merged
Mon, 30 Nov 2009 12:28:12 +0100 haftmann dropped some unused bindings
Wed, 25 Nov 2009 09:13:46 +0100 haftmann normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Wed, 02 Dec 2009 17:53:35 +0100 haftmann crude support for type aliasses and corresponding constant signatures
Thu, 19 Nov 2009 08:25:57 +0100 bulwahn replacing Predicate_Compile_Preproc_Const_Defs by more general Spec_Rules
Mon, 16 Nov 2009 10:16:40 +0100 haftmann proper purge
Mon, 09 Nov 2009 14:47:16 +0100 haftmann tuned error messages; tuned code
Sun, 08 Nov 2009 18:43:42 +0100 wenzelm adapted Theory_Data;
Sun, 08 Nov 2009 16:30:41 +0100 wenzelm adapted Generic_Data, Proof_Data;
Thu, 29 Oct 2009 16:15:33 +0100 wenzelm modernized functor/structures Interpretation;
Thu, 22 Oct 2009 16:50:24 +0200 haftmann close thm derivations explicitly
Mon, 19 Oct 2009 16:34:12 +0200 haftmann dropped lazy code equations
Sat, 17 Oct 2009 15:57:51 +0200 wenzelm indicate CRITICAL nature of various setmp combinators;
Wed, 14 Oct 2009 13:56:56 +0200 haftmann sharpened name
less more (0) -100 -60 tip