src/HOL/Codatatype/Tools/bnf_wrap.ML
Thu, 20 Sep 2012 02:42:48 +0200 blanchet tuning
Tue, 18 Sep 2012 11:42:22 +0200 blanchet group "simps" together
Tue, 18 Sep 2012 11:42:11 +0200 blanchet register induct attributes
Tue, 18 Sep 2012 09:15:53 +0200 traytel separated registration of BNFs from bnf_def (BNFs are now stored only for bnf_def and (co)data commands)
Fri, 14 Sep 2012 12:09:27 +0200 blanchet allow default values to refer to selector arguments -- this is useful, e.g. for tllist: ttl (TNil x) = TNil x (example by Andreas Lochbihler)
Wed, 12 Sep 2012 17:26:05 +0200 blanchet tuning
Wed, 12 Sep 2012 06:27:36 +0200 blanchet tuning
Wed, 12 Sep 2012 00:55:11 +0200 blanchet added optional qualifiers for constructors and destructors, similarly to the old package
Wed, 12 Sep 2012 00:20:37 +0200 blanchet added attributes to theorems
Tue, 11 Sep 2012 22:31:43 +0200 blanchet support for sort constraints in new (co)data commands
Tue, 11 Sep 2012 22:13:22 +0200 blanchet provide a programmatic interface for FP sugar
Tue, 11 Sep 2012 18:39:47 +0200 blanchet added "defaults" option
Tue, 11 Sep 2012 18:12:23 +0200 blanchet removed wrong "transpose" and ensure "sel" theorems are put in the right order (grouped per selector, in the order in which the selectors appear)
Tue, 11 Sep 2012 17:06:27 +0200 blanchet generate all sel theorems
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
Mon, 10 Sep 2012 21:44:43 +0200 blanchet generate "sel_coiters" and friends
Mon, 10 Sep 2012 18:50:27 +0200 blanchet sanity check
Mon, 10 Sep 2012 17:36:02 +0200 blanchet prevent inconsistent selector types
Mon, 10 Sep 2012 17:36:02 +0200 blanchet minor optimization
Mon, 10 Sep 2012 17:36:02 +0200 blanchet allow same selector name for several constructors
Mon, 10 Sep 2012 17:36:02 +0200 blanchet removed done TODO
Sat, 08 Sep 2012 21:33:15 +0200 blanchet tuning
Sat, 08 Sep 2012 21:04:26 +0200 blanchet define coiterators
Sat, 08 Sep 2012 21:04:26 +0200 blanchet repaired constant types
Sat, 08 Sep 2012 21:04:26 +0200 blanchet tuning
Sat, 08 Sep 2012 21:04:26 +0200 blanchet added high-level recursor, not yet curried
Wed, 05 Sep 2012 23:59:44 +0200 blanchet by default, only generate one discriminator for a two-value datatype
Wed, 05 Sep 2012 15:40:13 +0200 blanchet ported "Misc_Data" to new syntax
Wed, 05 Sep 2012 11:37:22 +0200 blanchet made "mk_case_eq_tac" work in the case where the first constructor is an "alternate" constructor (in which case its discriminator paradoxically starts with a negation)
Wed, 05 Sep 2012 11:18:48 +0200 blanchet tuning (systematic 1-based indices)
Wed, 05 Sep 2012 11:11:26 +0200 blanchet added TODO
Wed, 05 Sep 2012 11:08:18 +0200 blanchet fixed "mk_alternate_disc_def_tac" in the case where the constructors are swapped compared with the common Nil/Cons case
Wed, 05 Sep 2012 09:54:20 +0200 blanchet fixed bug in type instantiation of case theorem
Wed, 05 Sep 2012 09:31:31 +0200 blanchet use empty binding rather than "*" for default
Wed, 05 Sep 2012 00:58:54 +0200 blanchet fixed bugs in one-constructor case
Tue, 04 Sep 2012 23:43:02 +0200 blanchet smoothly handle one-constructor types
Tue, 04 Sep 2012 18:49:40 +0200 blanchet implemented "mk_case_tac" -- and got rid of "cheat_tac"
Tue, 04 Sep 2012 18:14:58 +0200 blanchet define "case" constant
Tue, 04 Sep 2012 15:51:32 +0200 blanchet implemented "mk_exhaust_tac"
Tue, 04 Sep 2012 13:06:41 +0200 blanchet more work on sugar + simplify Trueprop + eq idiom everywhere
Tue, 04 Sep 2012 13:05:07 +0200 blanchet renamed "disc_exclus" theorem to "disc_exclude"
Tue, 04 Sep 2012 13:05:01 +0200 blanchet more work on FP sugar
Tue, 04 Sep 2012 13:02:32 +0200 blanchet smarter "*" syntax -- fallback on "_" if "*" is impossible
Tue, 04 Sep 2012 13:02:32 +0200 blanchet more work on FP sugar
Tue, 04 Sep 2012 13:02:31 +0200 blanchet renamed theorem
Tue, 04 Sep 2012 13:02:30 +0200 blanchet tuned TODO comment
Tue, 04 Sep 2012 13:02:30 +0200 blanchet allow pseudo-definition of is_Cons in terms of is_Nil (and similarly for other two-constructor datatypes)
Tue, 04 Sep 2012 13:02:28 +0200 blanchet allow "*" to indicate no discriminator
Tue, 04 Sep 2012 13:02:28 +0200 blanchet tuned TODOs
Tue, 04 Sep 2012 13:02:25 +0200 blanchet export "wrap" function
Mon, 03 Sep 2012 11:54:21 +0200 blanchet rearrange dependencies
Mon, 03 Sep 2012 11:54:21 +0200 blanchet renamed three BNF/(co)datatype-related commands
less more (0) tip