History log of /seL4-l4v-master/isabelle/src/HOL/Tools/Lifting/lifting_info.ML
Revision Date Author Comments
# ca7bf8cb 06-Aug-2019 wenzelm <none@none>

clarified signature;
more careful treatment of implicit context;


# 5e953f59 04-Jun-2019 wenzelm <none@none>

tuned messages;


# 0c041064 04-Jun-2019 wenzelm <none@none>

misc tuning and clarification, notably wrt. flow of context;


# a4bab154 04-Jan-2019 wenzelm <none@none>

isabelle update -u control_cartouches;


# 9f22caf9 29-Sep-2018 wenzelm <none@none>

proper naming conventions for contexts;


# 08693534 29-Sep-2018 wenzelm <none@none>

permissive declaration attribute "relator_mono", e.g. relevant for Binomial-Heaps.BinomialHeap with -o export_theory;


# 67acc534 29-Sep-2018 wenzelm <none@none>

tuned spelling;


# 26b2efa2 29-Sep-2018 wenzelm <none@none>

tuned whitespace and sections;


# 0673b109 29-Sep-2018 wenzelm <none@none>

tuned -- eliminated clone;


# a7ccdf43 10-Jan-2018 nipkow <none@none>

ran isabelle update_op on all sources


# 6c62572f 02-May-2015 kuncar <none@none>

reorder some steps in the construction to support mutual datatypes


# 4aa541f4 06-Apr-2015 wenzelm <none@none>

@{command_spec} is superseded by @{command_keyword};


# 34035ccd 04-Mar-2015 wenzelm <none@none>

tuned signature -- prefer qualified names;


# 13ddea91 26-Nov-2014 wenzelm <none@none>

renamed "pairself" to "apply2", in accordance to @{apply 2};


# 7ee8e540 03-Nov-2014 wenzelm <none@none>

eliminated unused int_only flag (see also c12484a27367);
just proper commands;


# 8049c47b 29-Oct-2014 wenzelm <none@none>

modernized setup;


# 9fb2f336 16-Aug-2014 wenzelm <none@none>

updated to named_theorems;


# 0d029175 24-Jul-2014 kuncar <none@none>

store explicitly quotient types with no_code => more precise registration of code equations


# 128e121b 10-Apr-2014 kuncar <none@none>

more appropriate name (Lifting.invariant -> eq_onp)


# 845456ae 10-Apr-2014 kuncar <none@none>

left_total and left_unique rules are now transfer rules (cleaner solution, reflexvity_rule attribute not needed anymore)


# 9c548546 22-Mar-2014 wenzelm <none@none>

more antiquotations;


# 1247c4d5 25-Feb-2014 kuncar <none@none>

rewrite composition of quotients to a more readable form in a respectfulness goal that is presented to a user


# 93867854 18-Feb-2014 kuncar <none@none>

implement the reflexivity prover as a monotonicity prover that proves R >= op=; derive "reflexivity" rules for relators from mono rules and eq rules


# 89364b2e 20-Sep-2013 kuncar <none@none>

make SML/NJ happy


# a2e09360 17-Sep-2013 kuncar <none@none>

correct merging of restore data


# 308ade1d 16-Sep-2013 kuncar <none@none>

restoring Transfer/Lifting context


# 83b965fa 16-Sep-2013 kuncar <none@none>

make ML function for deleting quotients public


# 52b54f7e 29-Aug-2013 kuncar <none@none>

make SML/NJ happy


# 9e756f50 28-Aug-2013 kuncar <none@none>

use only one data slot; rename print_quotmaps to print_quot_maps; tuned


# 01e7a4f2 14-May-2013 kuncar <none@none>

stronger reflexivity prover


# 4770ab79 14-Mar-2013 wenzelm <none@none>

proper use of "member", without embarking on delicate questions about SML equality types;


# e9734a48 14-Mar-2013 wenzelm <none@none>

made SML/NJ happy;


# f2065d73 08-Mar-2013 kuncar <none@none>

lift_definition and setup_lifting generate parametric transfer rules if parametricity theorems are provided


# d5325b13 26-Nov-2012 kuncar <none@none>

generate a parameterized correspondence relation


# dd23141d 24-May-2012 kuncar <none@none>

prove reflexivity also for the quotient composition relation; reflp_preserve renamed to reflexivity_rule


# eaf277a6 21-May-2012 kuncar <none@none>

quot_del attribute, it allows us to deregister quotient types


# 7e12d58a 16-May-2012 kuncar <none@none>

infrastructure that makes possible to prove that a relation is reflexive


# abc8e9d5 26-Apr-2012 kuncar <none@none>

added a basic sanity check for quot_map


# 09bb30ca 25-Apr-2012 kuncar <none@none>

use a quot_map theorem attribute instead of the complicated map attribute


# 966d8b07 20-Apr-2012 kuncar <none@none>

hide the invariant constant for relators: invariant_commute infrastracture


# a2076df5 03-Apr-2012 kuncar <none@none>

new package Lifting - initial commit