src/Pure/Isar/code.ML
Wed, 02 Dec 2009 17:53:35 +0100 crude support for type aliasses and corresponding constant signatures
Thu, 19 Nov 2009 08:25:57 +0100 replacing Predicate_Compile_Preproc_Const_Defs by more general Spec_Rules
Mon, 16 Nov 2009 10:16:40 +0100 proper purge
Mon, 09 Nov 2009 14:47:16 +0100 tuned error messages; tuned code
Sun, 08 Nov 2009 18:43:42 +0100 adapted Theory_Data;
Sun, 08 Nov 2009 16:30:41 +0100 adapted Generic_Data, Proof_Data;
Thu, 29 Oct 2009 16:15:33 +0100 modernized functor/structures Interpretation;
Thu, 22 Oct 2009 16:50:24 +0200 close thm derivations explicitly
Mon, 19 Oct 2009 16:34:12 +0200 dropped lazy code equations
Sat, 17 Oct 2009 15:57:51 +0200 indicate CRITICAL nature of various setmp combinators;
Wed, 14 Oct 2009 13:56:56 +0200 sharpened name
Wed, 14 Oct 2009 12:20:01 +0200 more explicit notion of canonized code equations
Mon, 05 Oct 2009 15:04:45 +0200 tuned handling of type variable names further
Mon, 05 Oct 2009 08:36:33 +0200 variables in type schemes must be renamed simultaneously with variables in equations
Tue, 29 Sep 2009 11:49:22 +0200 explicit indication of Unsynchronized.ref;
Wed, 23 Sep 2009 16:20:12 +0200 handling of definitions
Wed, 23 Sep 2009 16:20:12 +0200 experimenting to add some useful interface for definitions
Tue, 22 Sep 2009 08:58:08 +0200 corrected order of type variables in code equations; more precise certificate for cases
Wed, 09 Sep 2009 11:31:20 +0200 moved eq handling in nbe into separate oracle
Mon, 10 Aug 2009 12:25:30 +0200 same_typscheme replaces ugly common_typ_eqns
Fri, 31 Jul 2009 09:46:09 +0200 using certify_instantiate
Fri, 31 Jul 2009 09:34:05 +0200 cleaned up variable desymbolification and argument expansion
Wed, 22 Jul 2009 11:23:09 +0200 merged, resolving trivial conflict;
Tue, 21 Jul 2009 01:03:18 +0200 proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Tue, 21 Jul 2009 15:44:31 +0200 more accurate check of judgment type
Tue, 14 Jul 2009 16:27:33 +0200 clarified code
Tue, 14 Jul 2009 10:54:04 +0200 code attributes use common underscore convention
Thu, 09 Jul 2009 22:01:41 +0200 renamed functor TableFun to Table, and GraphFun to Graph;
Wed, 08 Jul 2009 08:18:07 +0200 tuned structure Code internally
Tue, 07 Jul 2009 17:21:27 +0200 tuned interface of structure Code
Tue, 30 Jun 2009 18:23:50 +0200 an intermediate step towards a refined translation of cases
Mon, 15 Jun 2009 16:13:04 +0200 permissive code attribute; all_eqns
Tue, 09 Jun 2009 22:59:55 +0200 tuned make/map/merge combinators
Thu, 14 May 2009 15:09:48 +0200 merged module code_unit.ML into code.ML
Thu, 14 May 2009 09:16:36 +0200 strip sorts while checking pattern subsumption
Tue, 12 May 2009 19:30:33 +0200 transferred code generator preprocessor into separate module
Mon, 11 May 2009 11:53:21 +0200 corrected deletetion of code equations for constructors
Mon, 11 May 2009 10:53:19 +0200 clarified matter of "proper" flag in code equations
Mon, 11 May 2009 09:40:38 +0200 clarified terminilogy concerning nbe equations
Wed, 15 Apr 2009 15:38:30 +0200 say farewell to code related to old code_funcgr module
Thu, 26 Mar 2009 14:14:02 +0100 simplified attribute and method setup: eliminating bottom-up styles makes it easier to keep things in one place, and also SML/NJ happy;
Sun, 15 Mar 2009 15:59:44 +0100 simplified attribute setup;
Fri, 13 Mar 2009 21:25:15 +0100 eliminated type Args.T;
Sun, 08 Mar 2009 12:16:12 +0100 proper context for Simplifier.pretty_ss;
Wed, 04 Mar 2009 11:05:29 +0100 Merge.
Wed, 04 Mar 2009 10:45:52 +0100 Merge.
Mon, 23 Feb 2009 21:38:36 +0100 improved treatment of case certificates
Sun, 22 Feb 2009 18:00:05 +0100 subalgebra: drop arities if desired
Fri, 20 Feb 2009 18:29:10 +0100 permissive check for pattern discipline in case schemes
Wed, 18 Feb 2009 19:18:32 +0100 tuned accessor name
Thu, 01 Jan 2009 23:31:49 +0100 normalized some ML type/val aliases;
Thu, 04 Dec 2008 23:00:21 +0100 renamed type Lazy.T to lazy;
Wed, 29 Oct 2008 11:33:40 +0100 explicit check for pattern discipline before code translation
Tue, 28 Oct 2008 16:58:59 +0100 cleanup code default attribute
Mon, 27 Oct 2008 16:15:50 +0100 explicit history for equations; tuned
Thu, 23 Oct 2008 14:22:16 +0200 renamed structure Susp to Lazy, and Susp.delay to Lazy.lazy;
Thu, 23 Oct 2008 13:52:28 +0200 adapted Susp.peek;
Fri, 10 Oct 2008 06:45:53 +0200 `code func` now just `code`
Tue, 07 Oct 2008 16:07:59 +0200 clarified preprocessor policies
Tue, 30 Sep 2008 12:49:18 +0200 clarified codegen interfaces