src/HOL/Codatatype/Tools/bnf_fp_sugar.ML
Tue, 11 Sep 2012 18:58:29 +0200 blanchet allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
Tue, 11 Sep 2012 18:39:47 +0200 blanchet added "defaults" option
Tue, 11 Sep 2012 16:08:55 +0200 blanchet allow default values for selectors in low-level "wrap_data" command
Tue, 11 Sep 2012 14:51:52 +0200 blanchet added no_dests option
Tue, 11 Sep 2012 13:10:34 +0200 blanchet tuning
Tue, 11 Sep 2012 13:06:14 +0200 blanchet finished splitting sum types for corecursors
Tue, 11 Sep 2012 13:06:14 +0200 blanchet split sum types in corecursor definition
Tue, 11 Sep 2012 13:06:13 +0200 blanchet first step towards splitting corecursor function arguments into (p, g, h) triples
Tue, 11 Sep 2012 13:06:13 +0200 blanchet reverted "id" change: The problem is rather that the "%c. f c" argument sometimes gets eta-reduced
Tue, 11 Sep 2012 09:40:05 +0200 blanchet generate "id" rather than (%v. v)
Tue, 11 Sep 2012 09:40:05 +0200 blanchet correctly generate sel_coiter and sel_corec theorems
Mon, 10 Sep 2012 21:44:43 +0200 blanchet generate "sel_coiters" and friends
Mon, 10 Sep 2012 18:29:55 +0200 blanchet implemented and use "mk_sum_casesN_balanced"
Mon, 10 Sep 2012 17:52:01 +0200 blanchet fixed general case of "mk_sumEN_balanced"
Mon, 10 Sep 2012 17:36:02 +0200 blanchet fixed base case of "mk_sumEN_balanced"
Mon, 10 Sep 2012 17:36:02 +0200 blanchet avoid type inference + tuning
Mon, 10 Sep 2012 17:35:53 +0200 blanchet use balanced sums for constructors (to gracefully handle 100 constructors or more)
Mon, 10 Sep 2012 17:32:39 +0200 blanchet busted -- let's use more neutral names
Sun, 09 Sep 2012 21:13:15 +0200 traytel full name of a type as key in bnf table
Sun, 09 Sep 2012 19:57:20 +0200 blanchet fixed bug with one-value codatatype "codata 'a dead_foo = A"
Sun, 09 Sep 2012 19:05:53 +0200 blanchet tuning
Sun, 09 Sep 2012 18:55:10 +0200 blanchet fixed and reenabled "corecs" theorems
Sun, 09 Sep 2012 17:14:39 +0200 blanchet fixed and enabled generation of "coiters" theorems, including the recursive case
Sun, 09 Sep 2012 12:51:17 +0200 blanchet reactivated generation of "coiters" theorems
Sun, 09 Sep 2012 12:07:15 +0200 blanchet use map_id, not map_id', to allow better composition
Sat, 08 Sep 2012 22:54:37 +0200 blanchet fixed and enabled iterator/recursor theorems
Sat, 08 Sep 2012 21:37:23 +0200 blanchet oops
Sat, 08 Sep 2012 21:21:27 +0200 blanchet fixed bug with one-value types with phantom type arguments
Sat, 08 Sep 2012 21:04:27 +0200 blanchet imported patch debugging
Sat, 08 Sep 2012 21:04:26 +0200 blanchet renamed xxxBNF to pre_xxx
Sat, 08 Sep 2012 21:04:26 +0200 blanchet fixed handling of map of "fun"
Sat, 08 Sep 2012 21:04:26 +0200 blanchet comment out code that's not ready
Sat, 08 Sep 2012 21:04:26 +0200 blanchet tuning
Sat, 08 Sep 2012 21:04:26 +0200 blanchet construct the right iterator theorem in the recursive case
Sat, 08 Sep 2012 21:04:26 +0200 blanchet some work on coiter tactic
Sat, 08 Sep 2012 21:04:26 +0200 blanchet more sugar on codatatypes
Sat, 08 Sep 2012 21:04:26 +0200 blanchet define corecursors
Sat, 08 Sep 2012 21:04:26 +0200 blanchet define coiterators
Sat, 08 Sep 2012 21:04:26 +0200 blanchet TODO
Sat, 08 Sep 2012 21:04:26 +0200 blanchet tuning
Sat, 08 Sep 2012 21:04:26 +0200 blanchet completed iter/rec proofs
Sat, 08 Sep 2012 21:04:26 +0200 blanchet implemented "mk_iter_or_rec_tac"
Sat, 08 Sep 2012 21:04:26 +0200 blanchet generate iter/rec goals
Sat, 08 Sep 2012 21:04:26 +0200 blanchet repaired constant types
Sat, 08 Sep 2012 21:04:26 +0200 blanchet some work towards iterator and recursor properties
Sat, 08 Sep 2012 21:04:26 +0200 blanchet tuning
Sat, 08 Sep 2012 21:04:26 +0200 blanchet correctly curry recursor arguments
Sat, 08 Sep 2012 21:04:26 +0200 blanchet added high-level recursor, not yet curried
Thu, 06 Sep 2012 12:21:33 +0200 blanchet gracefully handle shadowing case (fourth step of sugar localization)
Thu, 06 Sep 2012 12:14:40 +0200 blanchet careful about constructor types w.r.t. fake context (third step of localization)
Thu, 06 Sep 2012 12:04:40 +0200 blanchet read the real types off the constant types, rather than using the fake parser types (second step of sugar localization)
Thu, 06 Sep 2012 11:57:36 +0200 blanchet tuning
Thu, 06 Sep 2012 11:55:23 +0200 blanchet use "add_type" rather than "add_types_global"
Thu, 06 Sep 2012 11:51:19 +0200 blanchet don't throw away the context when hacking the theory (first step to localize the sugar code)
Thu, 06 Sep 2012 11:34:05 +0200 blanchet introduced and used "mk_Freesss", and simplified "mk_Freess(')"
Thu, 06 Sep 2012 02:56:21 +0200 blanchet construct high-level iterator RHS
Wed, 05 Sep 2012 19:58:09 +0200 blanchet honor mixfix specifications
Wed, 05 Sep 2012 16:17:53 +0200 blanchet print timing information
Wed, 05 Sep 2012 16:00:53 +0200 blanchet check type variables on rhs
Wed, 05 Sep 2012 15:40:29 +0200 blanchet fixed (n + 1)st bug in "mk_exhaust_tac" -- arose with uncurried constructors
less more (0) -60 tip