src/HOL/Tools/BNF/bnf_lfp_size.ML
Thu, 02 Jun 2016 16:49:44 +0200 wenzelm eliminated pointless alias (no warning for duplicates);
Fri, 27 May 2016 20:23:55 +0200 wenzelm tuned proofs, to allow unfold_abs_def;
Tue, 22 Mar 2016 08:00:33 +0100 blanchet nicer error
Mon, 07 Mar 2016 23:20:11 +0100 blanchet made 'size' plugin compatible with locales again (and added regression test)
Mon, 11 Jan 2016 13:15:14 +0100 blanchet exported ML function
Thu, 07 Jan 2016 15:53:39 +0100 wenzelm more uniform treatment of package internals;
Wed, 06 Jan 2016 13:04:31 +0100 blanchet nicer 'Spec_Rules' for size function
Fri, 04 Dec 2015 21:21:35 +0100 blanchet nicer error when the given size function has the wrong type
Tue, 01 Dec 2015 13:07:40 +0100 blanchet tuned whitespace
Tue, 06 Oct 2015 12:01:07 +0200 traytel collect the names from goals in favor of fragile exports
Thu, 03 Sep 2015 16:41:43 +0200 traytel use open/close_target rather than Local_Theory.restore to get polymorphic definitions;
Sun, 26 Jul 2015 17:24:54 +0200 wenzelm updated to infer_instantiate;
Thu, 16 Jul 2015 12:23:22 +0200 traytel {r,e,d,f}tac with proper context in BNF
Thu, 09 Apr 2015 18:00:59 +0200 blanchet fixed typo in function name
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Sat, 07 Mar 2015 00:45:15 +0100 wenzelm tuned;
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 03 Mar 2015 19:08:04 +0100 traytel eliminated some clones of Proof_Context.cterm_of
Tue, 03 Mar 2015 16:37:45 +0100 blanchet strengthened 'size' tactic for examples like datatype (dead 'a, 'b) y = Y "'a * 'b"
Tue, 03 Mar 2015 16:37:45 +0100 blanchet avoid duplicate simp warning for datatypes with explicit products
Tue, 10 Feb 2015 14:48:26 +0100 wenzelm proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
Wed, 17 Dec 2014 16:51:29 +0100 blanchet tuning
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Fri, 07 Nov 2014 11:28:37 +0100 traytel more complete fp_sugars for sum and prod;
Fri, 07 Nov 2014 11:52:54 +0100 desharna generate 'size_neq' for datatypes
Tue, 21 Oct 2014 17:23:14 +0200 desharna rename 'size_o_map' to 'size_gen_o_map'
Tue, 21 Oct 2014 17:23:13 +0200 desharna generate 'size_gen' for datatypes
Tue, 21 Oct 2014 17:23:12 +0200 desharna generate 'map_o_corec' for (co)datatypes
Tue, 21 Oct 2014 17:23:11 +0200 desharna move theorem 'rec_o_map'
Mon, 13 Oct 2014 18:45:48 +0200 wenzelm Local_Interpretation is superseded by Plugin with formal Plugin_Name management, avoiding undeclared strings;
Wed, 08 Oct 2014 17:09:07 +0200 wenzelm added parameterized ML antiquotations @{map N}, @{fold N}, @{fold_map N}, @{split_list N};
Mon, 06 Oct 2014 13:37:38 +0200 desharna rename 'xtor_co_rec_o_map_thms' to 'xtor_co_rec_o_maps'
Fri, 26 Sep 2014 14:43:26 +0200 desharna refactor fp_sugar move theorems
Fri, 26 Sep 2014 14:41:15 +0200 desharna refactor fp_sugar move theorems
Thu, 18 Sep 2014 16:47:40 +0200 blanchet moved old 'size' generator together with 'old_datatype'
Wed, 17 Sep 2014 08:24:10 +0200 blanchet syntactic check to determine when to prove 'nested_size_o_map'
Tue, 16 Sep 2014 19:23:37 +0200 blanchet tuned fact visibility
Mon, 15 Sep 2014 11:37:55 +0200 blanchet tuned definition of 'size' function to get nicer properties
Mon, 15 Sep 2014 11:17:44 +0200 blanchet tuning
Mon, 15 Sep 2014 10:49:07 +0200 blanchet generate 'code' attribute only if 'code' plugin is enabled
Thu, 11 Sep 2014 19:45:42 +0200 blanchet tuning terminology
Mon, 08 Sep 2014 14:03:01 +0200 blanchet tuning
Fri, 05 Sep 2014 00:41:01 +0200 blanchet pretend code generation is a ctr_sugar plugin
Fri, 05 Sep 2014 00:41:01 +0200 blanchet named interpretations
Thu, 04 Sep 2014 09:02:43 +0200 blanchet renamed internal constant
Thu, 04 Sep 2014 09:02:43 +0200 blanchet moved code around
Thu, 04 Sep 2014 09:02:43 +0200 blanchet tuned size function generation
Mon, 01 Sep 2014 16:34:40 +0200 blanchet renamed BNF theories
Tue, 19 Aug 2014 09:34:57 +0200 blanchet robustified tactics
Mon, 11 Aug 2014 10:43:03 +0200 traytel use Goal.prove_sorry instead of Goal.prove where possible (= no schematics in goal and tactic is expected to succeed)
Thu, 24 Jul 2014 00:24:00 +0200 blanchet use the noted theorem whenever possible, also in 'BNF_Def'
Fri, 27 Jun 2014 10:11:44 +0200 blanchet compile
Fri, 27 Jun 2014 10:11:44 +0200 blanchet tuned variable names
Fri, 27 Jun 2014 10:11:44 +0200 blanchet repaired BNF 'size' generation tactic for datatypes mixng old- and new-style datatypes on the right-hand side
Tue, 24 Jun 2014 13:48:14 +0200 desharna tune the implementation of 'rel_coinduct'
Mon, 02 Jun 2014 11:59:51 +0200 blanchet removed some spurious warnings in new (co)datatype package
Thu, 15 May 2014 20:48:14 +0200 blanchet more aggressive nested size handling in the absence of 'size_o_map' theorems (+ unrelated pattern matching fix)
Sat, 26 Apr 2014 06:43:06 +0200 blanchet use right set of variables for recursive check
Fri, 25 Apr 2014 12:09:15 +0200 blanchet more unfolding and more folding in size equations, to look more natural in the nested case
less more (0) -60 tip