wenzelm [Tue, 13 Jun 2006 23:41:58 +0200] rev 19882
tuned interfaces;
added invent_types;
added import_types/terms;
wenzelm [Tue, 13 Jun 2006 23:41:52 +0200] rev 19881
added hyps_of;
tuned;
wenzelm [Tue, 13 Jun 2006 23:41:49 +0200] rev 19880
added equiv;
wenzelm [Tue, 13 Jun 2006 23:41:47 +0200] rev 19879
(un)varify: tuned exceptions;
wenzelm [Tue, 13 Jun 2006 23:41:44 +0200] rev 19878
removed weak_eq_thm;
added equiv_thm;
removed obsolete unvarifyT;
improved unvarify -- demands global context (cf. Logic.unvarify);
wenzelm [Tue, 13 Jun 2006 23:41:41 +0200] rev 19877
Drule.equiv_thm supercedes Drule.weak_eq_thm;
wenzelm [Tue, 13 Jun 2006 23:41:39 +0200] rev 19876
tuned;
wenzelm [Tue, 13 Jun 2006 23:41:37 +0200] rev 19875
avoid unqualified exception names;
tuned;
wenzelm [Tue, 13 Jun 2006 23:41:34 +0200] rev 19874
ProjectRule now context dependent;
wenzelm [Tue, 13 Jun 2006 23:41:31 +0200] rev 19873
use Drule.unvarify instead of obsolete Drule.freeze_all;
dixon [Tue, 13 Jun 2006 15:42:52 +0200] rev 19872
corrected w.r.t. search order for subst.
dixon [Tue, 13 Jun 2006 15:42:19 +0200] rev 19871
Corrected search order for zippers.
paulson [Tue, 13 Jun 2006 15:07:58 +0200] rev 19870
new results
paulson [Tue, 13 Jun 2006 15:07:47 +0200] rev 19869
removal of the obsolete "infinite_nonempty"
wenzelm [Mon, 12 Jun 2006 22:14:38 +0200] rev 19868
tuned;
wenzelm [Mon, 12 Jun 2006 21:19:07 +0200] rev 19867
added declare_typ;
simult_matches: Unify.matchers;
wenzelm [Mon, 12 Jun 2006 21:19:06 +0200] rev 19866
tuned;
wenzelm [Mon, 12 Jun 2006 21:19:05 +0200] rev 19865
tuned interfaces;
wenzelm [Mon, 12 Jun 2006 21:19:04 +0200] rev 19864
added matchers, matches_list;
tuned interfaces;
wenzelm [Mon, 12 Jun 2006 21:19:03 +0200] rev 19863
removed matches_seq -- didn't quite work;
wenzelm [Mon, 12 Jun 2006 21:19:02 +0200] rev 19862
Unify.matches_list;
wenzelm [Mon, 12 Jun 2006 21:19:00 +0200] rev 19861
tuned Seq/Envir/Unify interfaces;
wenzelm [Mon, 12 Jun 2006 21:18:10 +0200] rev 19860
fixed subst step;
wenzelm [Mon, 12 Jun 2006 20:58:25 +0200] rev 19859
avoid accidental binding of ?Jmp;
urbanc [Mon, 12 Jun 2006 20:32:33 +0200] rev 19858
added lemma fresh_unit to Nominal.thy
made the fresh_guess tactic to solve more goals
adapted Iteration.thy to use the new tactic
berghofe [Mon, 12 Jun 2006 18:17:21 +0200] rev 19857
Added fresh_guess_tac.
berghofe [Mon, 12 Jun 2006 18:15:45 +0200] rev 19856
Removed comments around declaration of fresh_guess method.
berghofe [Mon, 12 Jun 2006 17:16:03 +0200] rev 19855
Added "evaluation" method.
haftmann [Mon, 12 Jun 2006 15:58:12 +0200] rev 19854
updated keywords
wenzelm [Mon, 12 Jun 2006 11:59:25 +0200] rev 19853
made smlnj happy;
haftmann [Mon, 12 Jun 2006 09:14:41 +0200] rev 19852
fixed smlnj incompat.
berghofe [Mon, 12 Jun 2006 00:36:52 +0200] rev 19851
Completely rewrote code for defining graph of recursion combinator.