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

isabelle update -u control_cartouches;


# 9dda44c3 01-Feb-2018 wenzelm <none@none>

clarified signature: prefer proper order operation;


# d8e1a599 15-Mar-2014 wenzelm <none@none>

tuned signature;
eliminated clones;


# 3475d7e6 12-Mar-2014 wenzelm <none@none>

tuned signature;


# 98c7fb02 10-Mar-2014 wenzelm <none@none>

abstract type Name_Space.table;
clarified pretty_locale_deps: sort strings;
clarified Proof_Context.update_cases: Name_Space.del_table hides name space entry as well;


# cba6c4a3 13-Feb-2013 haftmann <none@none>

formal cleanup of sources


# 9b6c9de6 17-Mar-2012 wenzelm <none@none>

tuned;


# c434d1c4 14-Feb-2012 bulwahn <none@none>

removing debug code in mutabelle


# 162d61c2 25-Jan-2012 bulwahn <none@none>

removing dead code from Mutabelle; tuned


# ba1c0b7f 09-Nov-2011 bulwahn <none@none>

quickcheck invocations in mutabelle must not catch codegenerator errors internally


# 68f3c8bc 17-Oct-2011 bulwahn <none@none>

moving some common functions from quickcheck to the more HOL-specific quickcheck_common; renamed inductive_SML's configurations to more canonical names; adds automatically left and right hand sides of equations as evaluation terms


# d5b1119c 18-Jul-2011 bulwahn <none@none>

adapting mutabelle to latest changes in quickcheck; removing unused code in mutabelle


# cfdfcf72 20-Apr-2011 wenzelm <none@none>

standardized some ML aliases;


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

modernized structure Proof_Context;


# c33b2ed7 23-Mar-2011 bulwahn <none@none>

adapting mutabelle; exporting more Quickcheck functions


# cb9e36cf 18-Mar-2011 bulwahn <none@none>

adapting mutabelle


# 0071dfdb 11-Feb-2011 bulwahn <none@none>

adjusting HOL-Mutabelle to changes in quickcheck


# 7d934596 28-Dec-2010 wenzelm <none@none>

tuned comments;


# 78338fa3 07-Dec-2010 wenzelm <none@none>

eliminated some hard tabulators (deprecated);


# 30e6e02c 03-Dec-2010 bulwahn <none@none>

adapting mutabelle


# 9edf4315 03-Dec-2010 bulwahn <none@none>

adapting mutabelle


# 14392075 22-Nov-2010 bulwahn <none@none>

adding AFP tests to Mutabelle_Extra; adopting mutabelle to recent quickcheck changes; filtering strange mutants; adding solvers to mutabelle; restructuring mutabelle


# 015a372c 29-Oct-2010 bulwahn <none@none>

adapting HOL-Mutabelle to changes in quickcheck


# 93623054 25-Oct-2010 wenzelm <none@none>

renamed Output.priority to Output.urgent_message to emphasize its special role more clearly;


# 308c65f5 20-Sep-2010 wenzelm <none@none>

renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;

--HG--
rename : src/Pure/pure_thy.ML => src/Pure/global_theory.ML


# a89dbbb2 20-Jul-2010 wenzelm <none@none>

discontinued pervasive val theory = Thy_Info.get_theory -- prefer antiquotations in most situations;


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

tuned titles


# f236006a 08-May-2010 wenzelm <none@none>

prefer Thm.get_name_hint, which is closer to a user-space idea of "theorem name";


# 4549e8d1 05-May-2010 haftmann <none@none>

farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)


# 60d6d298 03-May-2010 wenzelm <none@none>

renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;


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


# c3452482 06-Mar-2010 wenzelm <none@none>

modernized structure Object_Logic;


# e3d0611a 27-Feb-2010 wenzelm <none@none>

modernized structure Term_Ord;


# 378a34d7 27-Jan-2010 berghofe <none@none>

Changed author; removed debugging code.


# 9e216094 25-Jan-2010 bulwahn <none@none>

adding Mutabelle to repository