src/HOL/Codatatype/Tools/bnf_fp_sugar.ML
Sat, 08 Sep 2012 21:04:27 +0200 imported patch debugging
Sat, 08 Sep 2012 21:04:26 +0200 renamed xxxBNF to pre_xxx
Sat, 08 Sep 2012 21:04:26 +0200 fixed handling of map of "fun"
Sat, 08 Sep 2012 21:04:26 +0200 comment out code that's not ready
Sat, 08 Sep 2012 21:04:26 +0200 tuning
Sat, 08 Sep 2012 21:04:26 +0200 construct the right iterator theorem in the recursive case
Sat, 08 Sep 2012 21:04:26 +0200 some work on coiter tactic
Sat, 08 Sep 2012 21:04:26 +0200 more sugar on codatatypes
Sat, 08 Sep 2012 21:04:26 +0200 define corecursors
Sat, 08 Sep 2012 21:04:26 +0200 define coiterators
Sat, 08 Sep 2012 21:04:26 +0200 TODO
Sat, 08 Sep 2012 21:04:26 +0200 tuning
Sat, 08 Sep 2012 21:04:26 +0200 completed iter/rec proofs
Sat, 08 Sep 2012 21:04:26 +0200 implemented "mk_iter_or_rec_tac"
Sat, 08 Sep 2012 21:04:26 +0200 generate iter/rec goals
Sat, 08 Sep 2012 21:04:26 +0200 repaired constant types
Sat, 08 Sep 2012 21:04:26 +0200 some work towards iterator and recursor properties
Sat, 08 Sep 2012 21:04:26 +0200 tuning
Sat, 08 Sep 2012 21:04:26 +0200 correctly curry recursor arguments
Sat, 08 Sep 2012 21:04:26 +0200 added high-level recursor, not yet curried
Thu, 06 Sep 2012 12:21:33 +0200 gracefully handle shadowing case (fourth step of sugar localization)
Thu, 06 Sep 2012 12:14:40 +0200 careful about constructor types w.r.t. fake context (third step of localization)
Thu, 06 Sep 2012 12:04:40 +0200 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 tuning
Thu, 06 Sep 2012 11:55:23 +0200 use "add_type" rather than "add_types_global"
Thu, 06 Sep 2012 11:51:19 +0200 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 introduced and used "mk_Freesss", and simplified "mk_Freess(')"
Thu, 06 Sep 2012 02:56:21 +0200 construct high-level iterator RHS
Wed, 05 Sep 2012 19:58:09 +0200 honor mixfix specifications
Wed, 05 Sep 2012 16:17:53 +0200 print timing information
Wed, 05 Sep 2012 16:00:53 +0200 check type variables on rhs
Wed, 05 Sep 2012 15:40:29 +0200 fixed (n + 1)st bug in "mk_exhaust_tac" -- arose with uncurried constructors
Wed, 05 Sep 2012 15:40:13 +0200 ported "Misc_Data" to new syntax
Wed, 05 Sep 2012 11:08:18 +0200 added a check
Tue, 04 Sep 2012 23:42:33 +0200 fixed some type issues in sugar "exhaust_tac"
Tue, 04 Sep 2012 23:09:08 +0200 optionally provide extra dead variables to the FP constructions
Tue, 04 Sep 2012 18:49:40 +0200 implemented "mk_case_tac" -- and got rid of "cheat_tac"
Tue, 04 Sep 2012 18:14:58 +0200 define "case" constant
Tue, 04 Sep 2012 16:27:27 +0200 implemented "mk_half_distinct_tac"
Tue, 04 Sep 2012 16:17:22 +0200 implemented "mk_inject_tac"
Tue, 04 Sep 2012 15:51:32 +0200 implemented "mk_exhaust_tac"
Tue, 04 Sep 2012 14:21:11 +0200 more work on FP sugar
Tue, 04 Sep 2012 13:06:41 +0200 more work on sugar + simplify Trueprop + eq idiom everywhere
Tue, 04 Sep 2012 13:05:01 +0200 more work on FP sugar
Tue, 04 Sep 2012 13:02:32 +0200 more work on FP sugar
Tue, 04 Sep 2012 13:02:26 +0200 started work on sugared "(co)data" commands