History log of /seL4-l4v-master/isabelle/src/Sequents/simpdata.ML
Revision Date Author Comments
# a4bab154 04-Jan-2019 wenzelm <none@none>

isabelle update -u control_cartouches;


# 2759308d 25-Sep-2015 wenzelm <none@none>

moved remaining display.ML to more_thm.ML;


# 4125d2fe 28-Jul-2015 wenzelm <none@none>

more explicit context;


# c97e9ad6 07-Mar-2015 wenzelm <none@none>

clarified Drule.gen_all: observe context more carefully;


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

tuned signature -- prefer qualified names;


# b8d56fe6 10-Feb-2015 wenzelm <none@none>

proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
occasionally clarified use of context;


# 4eae0352 10-Nov-2014 wenzelm <none@none>

proper context for assume_tac (atac remains as fall-back without context);


# 4de86cb2 09-Nov-2014 wenzelm <none@none>

proper context for match_tac etc.;


# 2c8d6176 21-Mar-2014 wenzelm <none@none>

more qualified names;


# 39978f9c 01-Feb-2014 wenzelm <none@none>

misc tuning and modernization;


# 0928b2db 18-Apr-2013 wenzelm <none@none>

simplifier uses proper Proof.context instead of historic type simpset;


# 1fee9362 11-Jan-2012 wenzelm <none@none>

more qualified names;
more antiquotations;


# f21371f9 28-Nov-2011 wenzelm <none@none>

avoid stepping outside of context -- plain zero_var_indexes should be sufficient;


# 1d553e50 24-Nov-2011 wenzelm <none@none>

modernized some old-style infix operations, which were left over from the time of ML proof scripts;


# 7bae4824 23-Nov-2011 wenzelm <none@none>

modernized some old-style infix operations, which were left over from the time of ML proof scripts;


# a9de3adb 29-Jun-2011 wenzelm <none@none>

tuned signature;


# 9c72c6e0 29-Jun-2011 wenzelm <none@none>

simplified/unified Simplifier.mk_solver;


# 14ffc3e9 13-May-2011 wenzelm <none@none>

clarified map_simpset versus Simplifier.map_simpset_global;


# 7cffb5dd 17-Aug-2010 haftmann <none@none>

more antiquotations


# fa5430f0 30-Apr-2010 wenzelm <none@none>

proper context for rule_by_tactic;


# b96c5111 29-Apr-2010 wenzelm <none@none>

proper context for mksimps etc. -- via simpset of the running Simplifier;


# 458a4961 13-Mar-2010 wenzelm <none@none>

removed old CVS Ids;
tuned headers;


# aa047a26 19-Feb-2010 wenzelm <none@none>

renamed Simplifier.theory_context to Simplifier.global_context to emphasize that this is not the real thing;


# 2396d686 07-Feb-2010 wenzelm <none@none>

renamed old-style Drule.standard to Drule.export_without_context, to emphasize that this is in no way a standard operation;


# a2aef54e 16-Oct-2009 wenzelm <none@none>

explicitly qualify Drule.standard;


# 92e775bc 23-Jul-2009 wenzelm <none@none>

more @{theory} antiquotations;


# 886198b6 20-Jul-2009 wenzelm <none@none>

proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;


# 7cf7e1f7 11-Jun-2008 wenzelm <none@none>

converted ML proofs from simpdata.ML;
tuned;


# 5c40dae8 17-May-2008 wenzelm <none@none>

structure Display: less pervasive operations;


# 406b6d8a 09-May-2007 wenzelm <none@none>

tuned ML setup;


# 852bb740 20-Nov-2006 wenzelm <none@none>

removed legacy ML setup;


# 4b291da4 20-Nov-2006 wenzelm <none@none>

converted legacy ML scripts;


# 25da66f0 18-Oct-2005 wenzelm <none@none>

Simplifier.theory_context;


# 3deee062 17-Oct-2005 wenzelm <none@none>

change_claset/simpset;


# 8a247b6e 18-Sep-2005 wenzelm <none@none>

converted to Isar theory format;


# 7e01175e 12-Jan-2002 wenzelm <none@none>

renamed forall_elim_vars_safe to gen_all;


# b8b69ab5 11-Jan-2002 wenzelm <none@none>

replace gen_all by forall_elim_vars_safe;


# 4d41c00b 28-Aug-2000 wenzelm <none@none>

cong setup now part of Simplifier;


# dc3221bf 06-Jul-2000 paulson <none@none>

removal of batch style, and tidying


# 3115c3d5 21-Sep-1999 nipkow <none@none>

Mod because of new solver interface.


# 7a482fcd 28-Jul-1999 paulson <none@none>

congruence rule for |-, etc.


# 1c90e2b6 27-Jul-1999 paulson <none@none>

installation of simplifier and classical reasoner, better rules etc