History log of /seL4-l4v-master/l4v/isabelle/src/Tools/IsaPlanner/rw_inst.ML
Revision Date Author Comments
# 9a9cf694 05-Jul-2015 wenzelm <none@none>

simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);


# 8ca82f10 02-Jun-2015 wenzelm <none@none>

clarified context;


# 1a9510ea 06-Mar-2015 wenzelm <none@none>

clarified context;


# 740a17d4 06-Mar-2015 wenzelm <none@none>

Thm.cterm_of and Thm.ctyp_of operate on local context;


# e1f0bba9 11-Sep-2014 blanchet <none@none>

fixed some spelling mistakes


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

tuned signature;
tuned;


# 530afa9e 30-May-2013 wenzelm <none@none>

more standard fold/fold_rev;


# 71c0e7d8 30-May-2013 wenzelm <none@none>

misc tuning;


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

prefer existing beta_eta_conversion;


# 011deaf5 12-Sep-2012 wenzelm <none@none>

observe context more carefully when producing "fresh" variables -- for increased chances that method "subst" works in local context (including that of forked proofs);


# 7e6b72a0 12-Sep-2012 wenzelm <none@none>

eliminated some old material that is unused in the visible universe;


# 68ed89ae 10-Aug-2011 wenzelm <none@none>

old term operations are legacy;


# ec1196d6 09-Jun-2011 wenzelm <none@none>

discontinued Name.variant to emphasize that this is old-style / indirect;


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

less pervasive names from structure Thm;


# bbc8cf56 20-Mar-2010 wenzelm <none@none>

renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;


# d0106d17 29-Oct-2009 wenzelm <none@none>

standardized filter/filter_out;


# 26a442f9 20-Oct-2009 haftmann <none@none>

curried union as canonical list operation


# 8de45ab6 21-Oct-2009 haftmann <none@none>

dropped redundant gen_ prefix


# 68478f6d 20-Oct-2009 haftmann <none@none>

replaced old_style infixes eq_set, subset, union, inter and variants by generic versions


# 121e82fb 04-Mar-2009 blanchet <none@none>

Merge.


# d647eb14 01-Mar-2009 wenzelm <none@none>

use long names for old-style fold combinators;


# 1be33ad4 31-Dec-2008 wenzelm <none@none>

moved old add_type_XXX, add_term_XXX etc. to structure OldTerm;


# b88342b6 30-Dec-2008 wenzelm <none@none>

moved old add_term_vars, add_term_frees etc. to structure OldTerm;


# 4e29e34b 31-May-2007 wenzelm <none@none>

tuned headers -- adapted to usual conventions;


# 2907ad77 31-May-2007 wenzelm <none@none>

moved IsaPlanner from Provers to Tools;