src/HOL/Tools/Lifting/lifting_setup.ML
Thu, 21 Aug 2014 22:48:39 +0200 wenzelm tuned signature -- define some elementary operations earlier;
Tue, 19 Aug 2014 23:17:51 +0200 wenzelm tuned signature -- moved type src to Token, without aliases;
Tue, 12 Aug 2014 20:18:27 +0200 wenzelm tuned signature according to Scala version -- prefer explicit argument;
Thu, 24 Jul 2014 20:21:34 +0200 kuncar store explicitly quotient types with no_code => more precise registration of code equations
Thu, 10 Apr 2014 17:48:15 +0200 kuncar more appropriate name (Lifting.invariant -> eq_onp)
Thu, 10 Apr 2014 17:48:14 +0200 kuncar left_total and left_unique rules are now transfer rules (cleaner solution, reflexvity_rule attribute not needed anymore)
Sat, 22 Mar 2014 21:40:19 +0100 wenzelm more antiquotations;
Mon, 10 Mar 2014 21:40:39 +0100 wenzelm proper Args.syntax for slightly odd bundle trickery;
Mon, 10 Mar 2014 16:30:07 +0100 wenzelm clarified Args.src: more abstract type, position refers to name only;
Mon, 10 Mar 2014 15:04:01 +0100 wenzelm tuned signature -- prefer Name_Space.get with its builtin error;
Tue, 18 Feb 2014 23:03:47 +0100 kuncar implement the reflexivity prover as a monotonicity prover that proves R >= op=; derive "reflexivity" rules for relators from mono rules and eq rules
Sat, 15 Feb 2014 00:11:17 +0100 kuncar abstract type must be a type constructor; check it
Mon, 14 Oct 2013 15:01:41 +0200 kuncar update documentation of important public ML functions in Lifting
Fri, 11 Oct 2013 18:36:51 +0200 kuncar don't allow parametricity theorem for typedefs in setup_lifting. The theorem is not used.
Fri, 20 Sep 2013 17:08:08 +0200 kuncar make SML/NJ happy
Mon, 16 Sep 2013 15:30:17 +0200 kuncar restoring Transfer/Lifting context
Wed, 28 Aug 2013 14:37:35 +0200 kuncar use only one data slot; rename print_quotmaps to print_quot_maps; tuned
Wed, 07 Aug 2013 15:40:29 +0200 kuncar expand equalities in the transfer relation in transfer_prover if the relation doesn't follow the functional structure
Wed, 15 May 2013 12:10:39 +0200 kuncar stronger reflexivity prover
Mon, 13 May 2013 13:59:04 +0200 kuncar better support for domains in Lifting/Transfer = replace Domainp T by the actual invariant in a transferred goal
Fri, 08 Mar 2013 13:14:23 +0100 kuncar lift_definition and setup_lifting generate parametric transfer rules if parametricity theorems are provided
Thu, 29 Nov 2012 17:54:20 +0100 kuncar parametrized correspondence relation: more robust procedure - don't ignore sorts; tuned
Mon, 26 Nov 2012 17:13:44 +0100 wenzelm merged
Mon, 26 Nov 2012 14:20:51 +0100 kuncar generate a parameterized correspondence relation
Mon, 26 Nov 2012 14:43:28 +0100 wenzelm tuned command descriptions;
Fri, 23 Nov 2012 15:53:24 +0100 kuncar simplified code
Fri, 23 Nov 2012 15:53:19 +0100 kuncar generate correct correspondence relation name
Thu, 24 May 2012 14:20:23 +0200 kuncar prove reflexivity also for the quotient composition relation; reflp_preserve renamed to reflexivity_rule
Mon, 21 May 2012 16:36:48 +0200 kuncar quot_del attribute, it allows us to deregister quotient types
Fri, 18 May 2012 17:36:20 +0200 kuncar note Quotient theorem for typedefs in setup_lifting
Wed, 16 May 2012 19:17:20 +0200 kuncar generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
Wed, 16 May 2012 19:15:45 +0200 kuncar infrastructure that makes possible to prove that a relation is reflexive
Fri, 04 May 2012 17:12:37 +0200 huffman lifting package produces abs_eq_iff rules for total quotients
Wed, 02 May 2012 18:26:10 +0200 kuncar documentation of the Lifting package on the ML level & tuned
Thu, 26 Apr 2012 14:11:13 +0200 kuncar tuned; don't generate abs code if quotient_type is used
Mon, 23 Apr 2012 17:18:18 +0200 kuncar move MRSL to a separate file
Fri, 20 Apr 2012 10:37:00 +0200 huffman setup_lifting preprocesses forall_transfer rule by unfolding mem_Collect_eq
Thu, 19 Apr 2012 18:24:40 +0200 kuncar rename no_code to no_abs_code - more appropriate name
Thu, 19 Apr 2012 12:28:10 +0200 kuncar create thm names correctly
Thu, 19 Apr 2012 08:45:13 +0200 huffman generate abs_induct rules for quotient types
Wed, 18 Apr 2012 23:57:44 +0200 kuncar setup_lifting: no_code switch and supoport for quotient theorems
Wed, 18 Apr 2012 17:04:03 +0200 kuncar Lifting: generate more thms & note them & tuned
Wed, 18 Apr 2012 12:15:20 +0200 huffman lifting_setup generates transfer rule for rep of typedefs
Wed, 18 Apr 2012 10:52:49 +0200 huffman use context block to organize typedef lifting theorems
Tue, 17 Apr 2012 19:16:13 +0200 kuncar tuned the setup of lifting; generate transfer rules for typedef and Quotient thms
Thu, 05 Apr 2012 23:22:54 +0200 kuncar detect incorrect situations; better error messages; sanity check for quot_thm in setup_lifting_infr
Wed, 04 Apr 2012 17:51:12 +0200 kuncar support non-open typedefs; define cr_rel in terms of a rep function for typedefs
Wed, 04 Apr 2012 11:50:08 +0200 huffman fix typos
Wed, 04 Apr 2012 10:38:04 +0200 huffman fix typo in ML structure name
Tue, 03 Apr 2012 16:26:48 +0200 kuncar new package Lifting - initial commit
less more (0) tip