History log of /seL4-l4v-master/l4v/isabelle/src/HOL/Prolog/prolog.ML
Revision Date Author Comments
# ed7a971e 05-Jan-2019 wenzelm <none@none>

isabelle update -u control_cartouches;


# 7f7de75b 18-Jul-2015 wenzelm <none@none>

prefer tactics with explicit context;


# 4e1305ff 19-Mar-2015 wenzelm <none@none>

more position information;


# 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;


# 55bc055b 08-Apr-2014 wenzelm <none@none>

more uniform ML/document antiquotations;


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

more qualified names;


# e423e659 26-Jan-2014 wenzelm <none@none>

tuned signature;


# b96e01d8 25-Jan-2014 wenzelm <none@none>

explicit eigen-context for attributes "where", "of", and corresponding read_instantiate, instantiate_tac;


# fbb16302 30-May-2013 wenzelm <none@none>

tuned;


# 7a1f20ae 20-May-2013 wenzelm <none@none>

proper run-time context;


# 1e151b05 16-May-2013 wenzelm <none@none>

more system options as context-sensitive config options;


# a520307e 14-Feb-2012 wenzelm <none@none>

more conventional tactic setup;


# fef8b8a8 09-Jan-2012 wenzelm <none@none>

prefer antiquotations;


# 90b3bab1 27-Nov-2011 wenzelm <none@none>

more antiquotations;


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

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


# 3319b478 03-Sep-2010 wenzelm <none@none>

pretty_goals: turned some global references and function arguments into configuration options (goals_limit = 10, goals_total = true, show_main_goal = false) depending on the context;


# c18c2ab4 27-Aug-2010 wenzelm <none@none>

expanded some aliases from structure Unsynchronized;


# c91cbd4e 27-Aug-2010 haftmann <none@none>

formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj


# 5f258a36 26-Aug-2010 haftmann <none@none>

formerly unnamed infix impliciation now named HOL.implies


# 2275e3b0 19-Aug-2010 haftmann <none@none>

more antiquotations


# bbda5041 19-Aug-2010 haftmann <none@none>

use antiquotations for remaining unqualified constants in HOL


# dc514061 15-May-2010 wenzelm <none@none>

less pervasive names from structure Thm;


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

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


# 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;


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

qualified Subgoal.FOCUS;


# 989f3ada 30-Jul-2009 wenzelm <none@none>

FOCUS_PREMS as full replacement for METAHYPS, where the conclusion may still contain schematic variables;


# 13b2676f 28-Jul-2009 wenzelm <none@none>

eliminated METAHYPS;


# a5a5665f 15-Jul-2009 wenzelm <none@none>

more antiquotations;


# fe16ec1f 16-Jun-2008 wenzelm <none@none>

pervasive RuleInsts;


# f9609bd5 16-Jun-2008 wenzelm <none@none>

ptac/prolog_tac: proper context;


# 5b5402c4 11-Jun-2008 wenzelm <none@none>

Drule.read_instantiate;


# daa3e3e2 20-Nov-2006 wenzelm <none@none>

HOL-Prolog: converted legacy ML scripts;