src/Pure/simplifier.ML
Thu, 07 Dec 2006 00:42:04 +0100 reorganized structure Goal vs. Tactic;
Fri, 10 Nov 2006 07:44:47 +0100 introduces canonical AList functions for loop_tacs
Sat, 07 Oct 2006 01:30:58 +0200 tuned;
Fri, 10 Feb 2006 02:22:16 +0100 Args/Attrib syntax: Context.generic;
Sat, 21 Jan 2006 23:02:14 +0100 simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 setup: theory -> theory;
Sat, 14 Jan 2006 22:25:34 +0100 generic attributes;
Tue, 10 Jan 2006 19:33:27 +0100 Attrib.rule;
Fri, 28 Oct 2005 22:28:02 +0200 export cong_modifiers, simp_modifiers';
Fri, 21 Oct 2005 18:14:47 +0200 added simplification tactics and rules (from meta_simplifier.ML);
Tue, 18 Oct 2005 17:59:31 +0200 renamed set_context to context;
Mon, 17 Oct 2005 23:10:21 +0200 removed obsolete/experimental context components (superceded by Simplifier.the_context);
Thu, 29 Sep 2005 15:50:46 +0200 export debug_bounds;
Tue, 02 Aug 2005 19:47:14 +0200 export clear_ss;
Mon, 01 Aug 2005 19:20:43 +0200 export MataSimplifier.inherit_bounds;
Wed, 13 Jul 2005 16:07:27 +0200 removed obsolete delta stuff;
Wed, 06 Jul 2005 10:41:43 +0200 multiple flags: prefer later ones;
Mon, 04 Jul 2005 20:20:50 +0200 made smlnj happy;
Mon, 04 Jul 2005 20:13:39 +0200 methods: added simp_flags argument, added "depth_limit" flag;
Fri, 17 Jun 2005 18:35:27 +0200 accomodate change of TheoryDataFun;
Sun, 22 May 2005 16:51:03 +0200 moved here from Provers;