src/HOL/BNF/Tools/bnf_fp_rec_sugar.ML
Mon, 04 Nov 2013 14:46:38 +0100 blanchet more robust n2m w.r.t. 'let's
Mon, 04 Nov 2013 10:52:41 +0100 blanchet handle constructor syntax in n2m primcorec
Tue, 29 Oct 2013 12:13:00 +0100 panny include corecursive functions' arguments in callssss
Sat, 26 Oct 2013 13:01:41 +0200 blanchet tuning
Sat, 26 Oct 2013 13:00:55 +0200 blanchet tuning
Sat, 26 Oct 2013 12:57:17 +0200 blanchet tuned names (to make them independent from temporary naming convention used in characteristic theorems)
Sat, 26 Oct 2013 12:54:57 +0200 blanchet align 'primrec_new' on 'primcorec' (+ got rid of one more 'dummyT')
Sat, 26 Oct 2013 12:54:21 +0200 blanchet tuned error message
Thu, 24 Oct 2013 19:43:21 +0200 blanchet handle applied ctor arguments gracefully when computing 'callssss' (for recursion through functions)
Thu, 24 Oct 2013 18:50:59 +0200 blanchet tuning
Thu, 24 Oct 2013 18:37:54 +0200 blanchet more correct (!) types for recursive calls
Mon, 21 Oct 2013 09:31:19 +0200 blanchet tuning
Mon, 21 Oct 2013 08:27:51 +0200 blanchet more informative abort
Mon, 21 Oct 2013 07:50:32 +0200 blanchet tuning
Mon, 21 Oct 2013 07:24:18 +0200 blanchet systematically close derivations in BNF package
Sun, 20 Oct 2013 23:36:18 +0200 blanchet removed temporary error handling
Sun, 20 Oct 2013 23:29:49 +0200 blanchet strengthened tactic
Sun, 20 Oct 2013 22:51:21 +0200 blanchet tuning
Sun, 20 Oct 2013 22:39:40 +0200 blanchet reintroduced parts of 07a8145aaeba that a22ded8a7f7d wrongly took out
Sun, 20 Oct 2013 19:23:28 +0200 blanchet gracefully handle case where a nested recursive variable appears directly on the rhs of a primcorec equation
Sun, 20 Oct 2013 19:20:08 +0200 blanchet tuning
Sun, 20 Oct 2013 19:20:08 +0200 blanchet tuning
Sun, 20 Oct 2013 19:20:08 +0200 blanchet tuning
Sun, 20 Oct 2013 19:20:08 +0200 blanchet tuning
Sun, 20 Oct 2013 18:22:59 +0200 blanchet simplify code
Sat, 19 Oct 2013 00:00:50 +0200 blanchet improve support for recursion through functions
Fri, 18 Oct 2013 19:18:32 +0200 panny merge
Fri, 18 Oct 2013 19:03:39 +0200 panny generate callssss
Fri, 18 Oct 2013 18:58:46 +0200 blanchet set stage for more flexible 'primrec' syntax for recursion through functions
Fri, 18 Oct 2013 16:02:07 +0200 blanchet tuning
Fri, 18 Oct 2013 15:25:39 +0200 blanchet conceal more ugly constructions
Fri, 18 Oct 2013 15:19:21 +0200 blanchet conceal prim(co)rec definitions
Fri, 18 Oct 2013 15:12:04 +0200 blanchet avoid 'co_' prefix with underscore meaning 'co', since it is our only possible identifier representation of '(co)'
Fri, 18 Oct 2013 10:35:56 +0200 blanchet make sure that registered code equations are actually equations
Thu, 17 Oct 2013 10:29:28 +0200 blanchet graceful handling of abort
Thu, 17 Oct 2013 10:06:48 +0200 panny generalized interface
Wed, 16 Oct 2013 20:44:33 +0200 panny use Code.abort instead of undefined in auto-generated equations
Mon, 14 Oct 2013 10:55:49 +0200 blanchet keep temporary error handling in there until code equations are properly generated
Mon, 14 Oct 2013 09:31:42 +0200 blanchet tuned names
Mon, 14 Oct 2013 09:17:04 +0200 blanchet strengthened tactic w.r.t. "let"
Fri, 11 Oct 2013 23:15:30 +0200 panny compile -- fix typo introduced in 07a8145aaeba
Fri, 11 Oct 2013 20:47:37 +0200 panny pass the right theorems to tactic
Fri, 11 Oct 2013 16:31:23 +0200 panny prove user-supplied equations for ctr and code reductions, preserving "let"s, "case"s etc.;
Mon, 07 Oct 2013 23:38:57 +0200 blanchet allow 'let's around constructors in constructor view
Sun, 06 Oct 2013 20:24:06 +0200 blanchet generate optimized DNF formula
Sun, 06 Oct 2013 20:24:05 +0200 blanchet rationalized negation code
Fri, 04 Oct 2013 18:27:07 +0200 panny process code-style inputs
Wed, 02 Oct 2013 22:54:42 +0200 blanchet strengthened tactic (primcorec_sel_tac) + tuning
Wed, 02 Oct 2013 16:29:40 +0200 blanchet don't register equations of the form 'f x = ...' as simp rules, even if they are safe (noncorecursive), because they unfold too aggresively concepts users are likely to want to stay folded
Wed, 02 Oct 2013 15:13:41 +0200 traytel made SML/NJ happy
Tue, 01 Oct 2013 17:04:27 +0200 traytel improved backwards compatiblity of primrec_new (Isabelle/ML interface, attributes, etc.)
Mon, 30 Sep 2013 22:36:43 +0200 blanchet made SML/NJ happy
Mon, 30 Sep 2013 18:08:35 +0200 blanchet made SML/NJ happy
Mon, 30 Sep 2013 17:53:44 +0200 blanchet made SML/NJ happier
Thu, 26 Sep 2013 16:25:12 +0200 blanchet tuning
Thu, 26 Sep 2013 16:10:57 +0200 blanchet tuning
Thu, 26 Sep 2013 13:51:08 +0200 blanchet use new "sel_split(_asm)" to avoid giving rise to quantifiers, which would in turn require relying on injectivity
Thu, 26 Sep 2013 10:57:39 +0200 blanchet strengthen tactic
Thu, 26 Sep 2013 10:26:00 +0200 blanchet use needed case theorems
Thu, 26 Sep 2013 02:09:52 +0200 blanchet more powerful/robust tactics
less more (0) -100 -60 tip