src/HOL/Tools/Predicate_Compile/predicate_compile_core.ML
Mon, 05 Jun 2017 15:59:45 +0200 haftmann modernized (code) setup for enumeration predicates
Mon, 06 Jun 2016 21:28:46 +0200 haftmann explicit tagging of code equations de-baroquifies interface
Fri, 15 Apr 2016 13:02:23 +0200 wenzelm tuned -- no position;
Wed, 30 Mar 2016 15:15:12 +0200 wenzelm clarified simple mixfix;
Tue, 29 Mar 2016 21:17:29 +0200 wenzelm more position information for type mixfix;
Sat, 05 Mar 2016 17:01:45 +0100 wenzelm tuned signature -- clarified modules;
Wed, 17 Feb 2016 23:06:24 +0100 wenzelm SML/NJ is no longer supported;
Tue, 13 Oct 2015 09:21:15 +0200 haftmann prod_case as canonical name for product type eliminator
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Sun, 06 Sep 2015 22:14:51 +0200 haftmann prefer "uncurry" as canonical name for case distinction on products in combinatorial view
Fri, 04 Sep 2015 16:01:58 +0200 wenzelm tuned -- do not open ML structures;
Sat, 18 Jul 2015 20:47:08 +0200 wenzelm prefer tactics with explicit context;
Thu, 25 Jun 2015 12:10:07 +0200 wenzelm tuned signature;
Wed, 24 Jun 2015 21:26:03 +0200 wenzelm clarified 'case' command;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Fri, 19 Dec 2014 20:10:59 +0100 wenzelm just one data slot per program unit;
Fri, 19 Dec 2014 12:56:06 +0100 wenzelm proper exception for internal program failure, not user-error;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Wed, 29 Oct 2014 15:15:17 +0100 wenzelm modernized setup;
Fri, 21 Mar 2014 10:45:03 +0100 wenzelm tuned signature;
Wed, 26 Feb 2014 11:57:52 +0100 haftmann prefer proof context over background theory
Wed, 12 Feb 2014 14:32:45 +0100 wenzelm merged, resolving some conflicts;
Wed, 12 Feb 2014 13:33:05 +0100 wenzelm tuned whitespace;
Wed, 12 Feb 2014 08:35:57 +0100 blanchet renamed '{prod,sum,bool,unit}_case' to 'case_...'
Wed, 12 Feb 2014 08:35:56 +0100 blanchet ported predicate compiler to 'ctr_sugar'
Tue, 03 Sep 2013 19:58:00 +0200 wenzelm cases: formal binding of 'assumes', with position provided via invoke_case;
Tue, 03 Sep 2013 13:09:15 +0200 wenzelm cases: more position information and PIDE markup;
Tue, 30 Jul 2013 15:09:25 +0200 wenzelm type theory is purely value-oriented;
Thu, 18 Apr 2013 17:07:01 +0200 wenzelm simplifier uses proper Proof.context instead of historic type simpset;
Tue, 22 Jan 2013 14:33:45 +0100 traytel separate data used for case translation from the datatype package
Tue, 22 Jan 2013 13:32:41 +0100 berghofe case translations performed in a separate check phase (with adjustments by traytel)
Fri, 15 Feb 2013 08:31:31 +0100 haftmann two target language numeral types: integer and natural, as replacement for code_numeral;
Thu, 14 Feb 2013 15:27:10 +0100 haftmann reform of predicate compiler / quickcheck theories:
Tue, 13 Nov 2012 09:08:32 +0100 haftmann prefer explicit Random.seed
Mon, 12 Nov 2012 23:24:40 +0100 haftmann dropped dead code
Wed, 04 Apr 2012 10:17:08 +0200 bulwahn improved equality check for modes in predicate compiler
Sun, 01 Apr 2012 19:04:52 +0200 wenzelm simplified;
Tue, 13 Mar 2012 20:04:24 +0100 wenzelm more explicit indication of def names;
Thu, 23 Feb 2012 15:49:40 +0100 wenzelm clarified Graph.restrict (formerly Graph.subgraph) based on public graph operations;
Sat, 14 Jan 2012 21:16:15 +0100 wenzelm discontinued old-style Term.list_abs in favour of plain Term.abs;
Sat, 17 Dec 2011 12:10:37 +0100 wenzelm tuned signature;
Thu, 15 Dec 2011 18:08:40 +0100 wenzelm clarified module dependencies: Datatype_Data, Datatype_Case, Rep_Datatype;
Sun, 04 Dec 2011 20:05:08 +0100 bulwahn adding genuine flag to predicate_compile_quickcheck and prolog_quickcheck (cf. 5e46c225370e);
Sat, 19 Nov 2011 21:18:38 +0100 wenzelm added ML antiquotation @{attributes};
Tue, 15 Nov 2011 15:38:49 +0100 bulwahn tuned
Fri, 11 Nov 2011 12:10:49 +0100 bulwahn using more conventional names for monad plus operations
Fri, 11 Nov 2011 10:40:36 +0100 bulwahn increasing values_timeout to avoid failures of isatest with HOL-IMP
Fri, 11 Nov 2011 08:32:45 +0100 bulwahn adding CPS compilation to predicate compiler;
Thu, 20 Oct 2011 09:11:13 +0200 bulwahn modernizing predicate_compile_quickcheck
Wed, 17 Aug 2011 18:05:31 +0200 wenzelm modernized signature of Term.absfree/absdummy;
Sat, 23 Jul 2011 17:22:28 +0200 wenzelm explicit structure ML_System;
Tue, 19 Jul 2011 00:07:21 +0200 krauss values_timeout defaults to 600.0 on SML/NJ -- saves us from cluttering all theories equivalent declarations
Fri, 01 Jul 2011 15:16:03 +0200 wenzelm proper @{binding} antiquotations (relevant for formal references);
Thu, 09 Jun 2011 16:34:49 +0200 wenzelm discontinued Name.variant to emphasize that this is old-style / indirect;
Wed, 08 Jun 2011 00:01:20 +0200 krauss removed generation of instantiated pattern set, which is never actually used
Wed, 01 Jun 2011 08:07:28 +0200 bulwahn creating a free variable with proper name and local mixfix syntax (cf. db9b9e46131c)
Mon, 02 May 2011 16:33:21 +0200 wenzelm added Attrib.setup_config_XXX conveniences, with implicit setup of the background theory;
Wed, 27 Apr 2011 19:39:50 +0200 wenzelm some adhoc renaming, to accomodate more strict checks of fixes (cf. 4638622bcaa1);
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Mon, 28 Mar 2011 10:25:28 +0200 bulwahn changing values_timeout from a static option to a dynamic option as required for testing with SML/NJ
less more (0) -100 -60 tip