History log of /seL4-l4v-10.1.1/isabelle/src/Provers/quasi.ML
Revision Date Author Comments
# 33b23251 08-Jan-2018 wenzelm <none@none>

prefer qualified names;


# 3ff7fdf2 04-Mar-2015 wenzelm <none@none>

tuned;


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

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


# 233ef912 30-Oct-2014 wenzelm <none@none>

eliminated aliases;


# 390ebc4a 08-Jun-2011 wenzelm <none@none>

more robust exception pattern General.Subscript;


# d1a2ff7b 16-Apr-2011 wenzelm <none@none>

eliminated old List.nth;
tuned;


# 6d2612c8 16-Apr-2011 wenzelm <none@none>

modernized structure Proof_Context;


# 27ff3609 06-Sep-2010 wenzelm <none@none>

more antiquotations;


# dd7c556c 08-Jul-2010 haftmann <none@none>

tuned titles


# 50da8ae7 22-Oct-2009 haftmann <none@none>

map_range (and map_index) combinator


# 75401f7b 15-Oct-2009 wenzelm <none@none>

replaced String.concat by implode;
replaced String.concatWith by space_implode;
replaced (Seq.flat o Seq.map) by Seq.maps;
replaced List.mapPartial by map_filter;
replaced List.concat by flat;
replaced (flat o map) by maps, which produces less garbage;


# 1e5beb93 29-Sep-2009 wenzelm <none@none>

explicit indication of Unsynchronized.ref;


# 210c5b79 30-Jul-2009 wenzelm <none@none>

trancl_tac etc.: back to static context -- problem was caused by bad solver in AFP/JiveDataStoreModel;


# 894915ec 29-Jul-2009 wenzelm <none@none>

qualified Subgoal.FOCUS;


# 3da875c1 29-Jul-2009 wenzelm <none@none>

trans_tac: use theory from goal state, not the static context, which seems to be outdated under certain circumstances (why?);


# f65d489e 26-Jul-2009 wenzelm <none@none>

replaced old METAHYPS by FOCUS;
eliminated homegrown SUBGOAL combinator -- beware of exception Subscript in body;
modernized functor names;
minimal tuning of sources;
reactivated dead quasi.ML (ever used?);


# 7b9e1a05 31-Dec-2008 wenzelm <none@none>

qualified Term.rename_wrt_term;


# 7818c69c 03-Apr-2007 wenzelm <none@none>

removed obsolete sign_of/sign_of_thm;


# b8503671 11-Mar-2006 wenzelm <none@none>

got rid of type Sign.sg;


# eee46a1e 02-Mar-2005 skalberg <none@none>

Move towards standard functions.


# 3dffd254 13-Feb-2005 skalberg <none@none>

Deleted Library.option type.


# f313a2cc 03-Aug-2004 ballarin <none@none>

New transitivity reasoners for transitivity only and quasi orders.