src/HOL/Tools/Ctr_Sugar/ctr_sugar.ML
Sun, 03 May 2015 18:14:11 +0200 blanchet made split-rule tactic go beyond constructors with 20 arguments
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Sat, 07 Mar 2015 21:32:31 +0100 wenzelm clarified Drule.gen_all: observe context more carefully;
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
Mon, 05 Jan 2015 21:24:14 +0100 blanchet generate [code] only with 'code' plugin enabled
Mon, 05 Jan 2015 10:09:42 +0100 blanchet added plugins syntax to prim(co)rec
Mon, 05 Jan 2015 06:56:15 +0100 blanchet tuning
Fri, 19 Dec 2014 11:18:58 +0100 desharna generate 'disc_eq_case' for Ctr_Sugars
Mon, 05 Jan 2015 06:56:15 +0100 blanchet tuning
Fri, 19 Dec 2014 11:17:23 +0100 desharna generate 'case_distrib' for Ctr_Sugars
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Thu, 13 Nov 2014 17:28:11 +0100 blanchet tuning
Mon, 10 Nov 2014 21:49:48 +0100 wenzelm proper context for assume_tac (atac remains as fall-back without context);
Wed, 15 Oct 2014 17:18:08 +0200 blanchet made SML/NJ happier
Tue, 14 Oct 2014 16:17:34 +0200 desharna add 'kind' to 'cr_sugar'
Mon, 13 Oct 2014 21:41:29 +0200 wenzelm tuned signature;
Mon, 13 Oct 2014 19:34:10 +0200 wenzelm clarified load order;
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, 15 Sep 2014 10:49:07 +0200 blanchet generate 'code' attribute only if 'code' plugin is enabled
Thu, 11 Sep 2014 20:01:29 +0200 blanchet tuned comment
Tue, 09 Sep 2014 22:33:43 +0200 blanchet avoid exception
Tue, 09 Sep 2014 20:51:36 +0200 blanchet nicer case names in the N2M case, similar to those generated by the old package (e.g. 'Cons_tree' instead of just 'Cons')
Tue, 09 Sep 2014 20:51:36 +0200 blanchet generalized 'datatype' LaTeX antiquotation and added 'codatatype'
Mon, 08 Sep 2014 19:21:07 +0200 blanchet honour sorts in N2M
Mon, 08 Sep 2014 15:11:37 +0200 blanchet use right sort constraints
Mon, 08 Sep 2014 14:03:46 +0200 blanchet made SML/NJ happire
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 added 'plugins' option to control which hooks are enabled
Fri, 05 Sep 2014 00:41:01 +0200 blanchet introduced mechanism to filter interpretations
Fri, 05 Sep 2014 00:41:01 +0200 blanchet fixed infinite loops in 'register' functions + more uniform API
Fri, 05 Sep 2014 00:41:01 +0200 blanchet named interpretations
Fri, 05 Sep 2014 00:41:00 +0200 blanchet centralized and cleaned up naming handling
Thu, 04 Sep 2014 11:20:59 +0200 blanchet tweaked setup for datatype realizer
Wed, 03 Sep 2014 22:49:05 +0200 blanchet introduced local interpretation mechanism for BNFs, to solve issues with datatypes in locales
Wed, 03 Sep 2014 22:47:48 +0200 blanchet tuned ctr_sugar database handling
Wed, 03 Sep 2014 00:06:23 +0200 blanchet take out 'x = C' of the simplifier for unit types
Mon, 01 Sep 2014 16:17:47 +0200 blanchet added theory-based getters for convenience
Mon, 01 Sep 2014 16:17:47 +0200 blanchet made transfer functions slightly more general
Mon, 18 Aug 2014 17:20:14 +0200 blanchet tuning
Mon, 18 Aug 2014 17:20:13 +0200 blanchet added collection theorem for consistency and convenience
Mon, 18 Aug 2014 17:19:58 +0200 blanchet reordered some (co)datatype property names for more consistency
Sun, 10 Aug 2014 14:34:43 +0200 wenzelm merged -- with manual conflict resolution for src/HOL/SMT_Examples/SMT_Examples.certs2, src/HOL/SMT_Examples/SMT_Word_Examples.certs2, src/Doc/Prog_Prove/document/intro-isabelle.tex;
Wed, 30 Jul 2014 09:40:28 +0200 blanchet correctly resolve selector names in default value equations
Wed, 30 Jul 2014 10:50:28 +0200 desharna generate 'set_induct' theorem for codatatypes
Thu, 24 Jul 2014 00:24:00 +0200 blanchet repaired named derivations
Thu, 24 Jul 2014 00:24:00 +0200 blanchet use the noted theorem whenever possible, also in 'BNF_Def'
Thu, 24 Jul 2014 00:24:00 +0200 blanchet use the noted theorem whenever possible, because it has a named derivation (leading to cleaner proof terms)
Mon, 16 Jun 2014 19:18:10 +0200 blanchet fixed postprocessing of 'coinduct' formula to obtain right property format (without needless hypotheses)
Tue, 10 Jun 2014 12:16:22 +0200 blanchet use 'where' clause for selector default value syntax
Tue, 27 May 2014 17:32:42 +0200 blanchet don't generate discriminators and selectors for 'datatype_new' unless the user asked for it
Mon, 26 May 2014 16:32:55 +0200 blanchet got rid of '=:' squiggly
Mon, 26 May 2014 16:32:51 +0200 blanchet use '%x. x = C' as default discriminator for nullary constructor C, instead of relying on odd '=:' syntax
Wed, 21 May 2014 14:09:42 +0200 blanchet move exhaust first, for technical reasons
Mon, 05 May 2014 09:30:20 +0200 blanchet simplify selectors in code views
Mon, 28 Apr 2014 00:54:31 +0200 blanchet restored naming trick
Wed, 23 Apr 2014 11:29:39 +0200 blanchet made SML/NJ happier
less more (0) -60 tip