src/HOL/Tools/BNF/bnf_lfp_compat.ML
Mon, 01 Sep 2014 17:34:03 +0200 blanchet ported Refute to use new datatypes when possible
Mon, 01 Sep 2014 16:34:38 +0200 blanchet added primrec compatibility function
Mon, 01 Sep 2014 16:17:47 +0200 blanchet more work on compatibility interfaces
Mon, 01 Sep 2014 16:17:47 +0200 blanchet implemented compatibility definition of datatype
Mon, 01 Sep 2014 16:17:47 +0200 blanchet implemented compatibility interpretation
Mon, 01 Sep 2014 16:17:47 +0200 blanchet tuning
Mon, 01 Sep 2014 16:17:47 +0200 blanchet more compatibility between old- and new-style datatypes
Mon, 01 Sep 2014 16:17:46 +0200 blanchet tuning
Mon, 01 Sep 2014 16:17:46 +0200 blanchet renamed modules defining old datatypes, as a step towards having 'datatype_new' take 'datatype's place
Mon, 18 Aug 2014 17:19:58 +0200 blanchet reordered some (co)datatype property names for more consistency
Thu, 07 Aug 2014 12:17:41 +0200 blanchet tuning
Tue, 05 Aug 2014 20:25:12 +0200 blanchet more correct clique computation for N2M
Tue, 05 Aug 2014 13:52:35 +0200 blanchet tuning whitespace
Thu, 24 Jul 2014 00:24:00 +0200 blanchet repaired named derivations
Wed, 09 Apr 2014 18:22:11 +0200 blanchet thread mutual cliques through
Tue, 08 Apr 2014 18:16:47 +0200 blanchet allow arguments to 'datatype_compat' in disorder
Tue, 08 Apr 2014 17:49:03 +0200 blanchet support deeply nested datatypes in 'datatype_compat'
Tue, 08 Apr 2014 13:47:27 +0200 blanchet preserve user type variable names to avoid mismatches/confusion
Sun, 09 Mar 2014 16:37:56 +0100 wenzelm tuned signature;
Fri, 07 Mar 2014 01:02:21 +0100 blanchet balance tuples that represent curried functions
Thu, 06 Mar 2014 12:10:19 +0100 wenzelm tuned signature -- more uniform check_type_name/read_type_name;
Mon, 03 Mar 2014 12:48:20 +0100 blanchet rationalize internals
Mon, 03 Mar 2014 12:48:20 +0100 blanchet got rid of automatically generated fold constant and theorems (to reduce overhead)
Thu, 27 Feb 2014 13:04:57 +0100 blanchet correct most general type for mutual recursion when several identical types are involved
Tue, 18 Feb 2014 23:08:59 +0100 blanchet prepare two-stage 'primrec' setup
Tue, 18 Feb 2014 17:52:28 +0100 blanchet tuning
Tue, 18 Feb 2014 01:11:25 +0100 blanchet follow up of 0819931d652d -- put right induction rule in the old data structure, repairs 'HOL-Proof'-based sessions
Mon, 17 Feb 2014 22:54:38 +0100 blanchet simplified data structure by reducing the incidence of clumsy indices
Mon, 17 Feb 2014 13:31:42 +0100 blanchet renamed 'datatype_new_compat' to 'datatype_compat'
Fri, 14 Feb 2014 18:42:43 +0100 blanchet generate proper 'DtRec' indices in 'datatype_new_compat' for the case where some types are duplicated
Fri, 14 Feb 2014 17:18:28 +0100 blanchet better handling of recursion through functions
Fri, 14 Feb 2014 15:14:35 +0100 blanchet generate unique names
Fri, 14 Feb 2014 15:03:24 +0100 blanchet allow different functions to recurse on the same type, like in the old package
Fri, 14 Feb 2014 15:03:23 +0100 blanchet improved 'datatype_new_compat': generate more fixpoint equations for types like 'datatype_new x = C (x list) (x list)' (here, one equation for each x list instead of a single for both), for higher compatibility + code generation attributes on the recursor
Wed, 12 Feb 2014 08:35:56 +0100 blanchet made 'ctr_sugar' more friendly to the 'datatype_realizer'
Mon, 20 Jan 2014 18:24:56 +0100 blanchet adjusted comments
Mon, 20 Jan 2014 18:24:56 +0100 blanchet avoid nested 'Tools' directories
less more (0) tip