History log of /seL4-l4v-master/isabelle/src/Pure/primitive_defs.ML
Revision Date Author Comments
# 1e698ab2 25-Feb-2018 wenzelm <none@none>

eliminated ASCII syntax from Pure bootstrap;
tuned comments;


# dbe1e9a5 18-Dec-2016 wenzelm <none@none>

tuned messages -- more symbols;


# a41e5df2 05-Jul-2016 wenzelm <none@none>

PIDE reports of implicit variable scope;


# ef6d05ac 25-Apr-2016 wenzelm <none@none>

more rigid check of lhs;


# 7455d7eb 24-Apr-2016 wenzelm <none@none>

within a proof body context, undeclared frees are like global constants;
tuned signature;


# d3dc194f 20-Mar-2014 wenzelm <none@none>

more qualified names;


# ca981f61 14-Jan-2012 wenzelm <none@none>

renamed Term.list_all to Logic.list_all, in accordance to HOLogic.list_all;


# 2a65b1b4 14-Jan-2012 wenzelm <none@none>

tuned;


# 7b43a234 17-Aug-2011 wenzelm <none@none>

modernized signature of Term.absfree/absdummy;
eliminated obsolete Term.list_abs_free;


# 1c017ad4 08-Apr-2011 wenzelm <none@none>

explicit structure Syntax_Trans;
discontinued old-style constrainAbsC;

--HG--
rename : src/Pure/Syntax/syn_trans.ML => src/Pure/Syntax/syntax_trans.ML


# 72f866dc 27-Mar-2010 wenzelm <none@none>

moved Primitive_Defs.mk_defpair to OldGoals.mk_defpair;


# 443d90d1 02-Nov-2009 wenzelm <none@none>

modernized structure Primitive_Defs;


# b1ef46dc 08-Mar-2009 wenzelm <none@none>

moved basic algebra of long names from structure NameSpace to Long_Name;


# e3913b9b 04-Mar-2009 wenzelm <none@none>

renamed NameSpace.base to NameSpace.base_name;
renamed NameSpace.map_base to NameSpace.map_base_name;
eliminated alias Sign.base_name = NameSpace.base_name;


# 0248177c 21-Jan-2009 haftmann <none@none>

dropped ID


# 0c51d5fa 11-Oct-2007 wenzelm <none@none>

dest/cert_def: replaced Pretty.pp by explicit Proof.context;


# 068cb2d0 14-Aug-2007 wenzelm <none@none>

Primitive definition forms.