wenzelm [Tue, 18 Oct 2005 17:59:25 +0200] rev 17892
Simplifier.theory_context;
wenzelm [Tue, 18 Oct 2005 17:59:24 +0200] rev 17891
tuned error msg;
tuned;
wenzelm [Tue, 18 Oct 2005 17:59:23 +0200] rev 17890
Simplifier.context/theory_context;
wenzelm [Tue, 18 Oct 2005 17:59:22 +0200] rev 17889
updated;
paulson [Tue, 18 Oct 2005 15:08:38 +0200] rev 17888
new interface to make_conjecture_clauses
wenzelm [Mon, 17 Oct 2005 23:10:25 +0200] rev 17887
* Simplifier: simpset of a running simplification process contains a proof context;
* Simplifier.inherit_context supercedes Simplifier.inherit_bounds;
* Simplifier/Classical Reasoner: more abstract interfaces change_simpset/claset;
wenzelm [Mon, 17 Oct 2005 23:10:24 +0200] rev 17886
added type_solver (uses Simplifier.the_context);
removed obsolete context_type_solver;
wenzelm [Mon, 17 Oct 2005 23:10:23 +0200] rev 17885
added pos/negDivAlg_induct declarations (from Main.thy);
wenzelm [Mon, 17 Oct 2005 23:10:22 +0200] rev 17884
moved pos/negDivAlg_induct declarations to Integ/IntDiv.thy;
change_simpset;
wenzelm [Mon, 17 Oct 2005 23:10:21 +0200] rev 17883
removed obsolete/experimental context components (superceded by Simplifier.the_context);
more abstract change_simpset(_of);
tuned;
wenzelm [Mon, 17 Oct 2005 23:10:20 +0200] rev 17882
added set/addloop' for simpset dependent loopers;
simpset: added context field with the_context, set_context;
added inherit_context (inherits bounds as well);
removed obsolete inherit_bounds;
wenzelm [Mon, 17 Oct 2005 23:10:19 +0200] rev 17881
functor: no Simplifier argument;
change_simpset;
wenzelm [Mon, 17 Oct 2005 23:10:18 +0200] rev 17880
change_claset(_of): more abtract interface;
claset_of: init proof context;
added raw get_claset;
wenzelm [Mon, 17 Oct 2005 23:10:17 +0200] rev 17879
functor: no Simplifier argument;
export change_clasimpset;
wenzelm [Mon, 17 Oct 2005 23:10:16 +0200] rev 17878
tuned;
wenzelm [Mon, 17 Oct 2005 23:10:15 +0200] rev 17877
Simplifier.inherit_context instead of Simplifier.inherit_bounds;
wenzelm [Mon, 17 Oct 2005 23:10:13 +0200] rev 17876
change_claset/simpset;
wenzelm [Mon, 17 Oct 2005 23:10:10 +0200] rev 17875
change_claset/simpset;
Simplifier.inherit_context instead of Simplifier.inherit_bounds;
berghofe [Mon, 17 Oct 2005 19:19:29 +0200] rev 17874
Improved proof of injectivity theorems to make it work on
"ordinary" function types as well.
berghofe [Mon, 17 Oct 2005 18:34:51 +0200] rev 17873
Fixed bug in proof of support theorem (it failed on constructors with no arguments).
berghofe [Mon, 17 Oct 2005 17:42:24 +0200] rev 17872
Implemented proofs for support and freshness theorems.
urbanc [Mon, 17 Oct 2005 17:40:34 +0200] rev 17871
deleted leading space in the definition of fresh
berghofe [Mon, 17 Oct 2005 12:30:57 +0200] rev 17870
Initial revision.
wenzelm [Sat, 15 Oct 2005 00:14:30 +0200] rev 17869
tuned;
wenzelm [Sat, 15 Oct 2005 00:09:20 +0200] rev 17868
tuned comment;
wenzelm [Sat, 15 Oct 2005 00:09:07 +0200] rev 17867
added ML_type, ML_struct;
wenzelm [Sat, 15 Oct 2005 00:08:15 +0200] rev 17866
more;
wenzelm [Sat, 15 Oct 2005 00:08:14 +0200] rev 17865
* antiquotations ML_type, ML_struct;
* Isar 'guess' element;