src/HOL/Tools/res_clause.ML
Wed, 10 Feb 2010 14:12:04 +0100 haftmann moved less_eq, less to Orderings.thy; moved abs, sgn to Groups.thy
Thu, 28 Jan 2010 11:48:49 +0100 haftmann new theory Algebras.thy for generic algebraic structures
Thu, 29 Oct 2009 16:59:12 +0100 wenzelm modernized some structure names;
Thu, 29 Oct 2009 16:08:45 +0100 wenzelm proper header;
Wed, 21 Oct 2009 12:08:52 +0200 haftmann merged
Wed, 21 Oct 2009 12:02:56 +0200 haftmann curried union as canonical list operation
Wed, 21 Oct 2009 10:15:31 +0200 haftmann removed old-style \ and \\ infixes
Wed, 21 Oct 2009 08:14:38 +0200 haftmann dropped redundant gen_ prefix
Tue, 20 Oct 2009 16:13:01 +0200 haftmann replaced old_style infixes eq_set, subset, union, inter and variants by generic versions
Tue, 28 Jul 2009 13:37:09 +0200 haftmann Set.UNIV and Set.empty are mere abbreviations for top and bot
Wed, 22 Jul 2009 14:20:32 +0200 haftmann set intersection and union now named inter and union; closer connection between set and lattice operations; factored out complete lattice
Thu, 02 Jul 2009 10:49:46 +0100 paulson Deleted some debugging code
Sun, 28 Jun 2009 15:01:28 +0200 immler use structure File instead of TextIO;
Thu, 05 Mar 2009 08:24:28 +0100 haftmann merged
Thu, 05 Mar 2009 08:23:11 +0100 haftmann set operations Int, Un, INTER, UNION, Inter, Union, empty, UNIV are now proper qualified constants with authentic syntax
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Thu, 26 Feb 2009 10:13:43 +0100 immler removed global ref dfg_format
Fri, 05 Dec 2008 15:52:12 +0000 paulson Updated comments.
Tue, 30 Oct 2007 15:28:53 +0100 paulson bugfixes concerning strange theorems
Wed, 10 Oct 2007 10:50:11 +0200 paulson getting rid of type typ_var
Tue, 09 Oct 2007 18:14:00 +0200 paulson context-based treatment of generalization; also handling TFrees in axiom clauses
Sat, 18 Aug 2007 13:32:23 +0200 wenzelm removed dead code: const_typargs, num_typargs, init;
Fri, 17 Aug 2007 23:10:41 +0200 wenzelm proper signature;
Wed, 08 Aug 2007 14:00:09 +0200 paulson Code to undo the function ascii_of
Fri, 20 Jul 2007 14:28:25 +0200 haftmann moved class ord from Orderings.thy to HOL.thy
Thu, 14 Jun 2007 13:18:24 +0200 paulson Deleted unused code
Tue, 22 May 2007 17:56:06 +0200 paulson Some hacks for SPASS format
Sat, 19 May 2007 11:33:57 +0200 haftmann constant op @ now named append
Thu, 17 May 2007 19:49:40 +0200 haftmann canonical prefixing of class constants
Thu, 12 Apr 2007 13:56:40 +0200 paulson Improved and simplified the treatment of classrel/arity clauses
Fri, 02 Mar 2007 12:38:58 +0100 paulson Meson.is_fol_term now takes a theory as argument. Minor tidying.
Sat, 20 Jan 2007 14:09:14 +0100 wenzelm Output.debug: non-strict;
Wed, 17 Jan 2007 09:52:54 +0100 paulson Deleted mk_fol_type, since the constructors can be used directly
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Wed, 13 Dec 2006 12:42:26 +0100 paulson Deleted the unused type argument of UVar
Tue, 12 Dec 2006 16:20:57 +0100 paulson Removal of the "keep_types" flag: we always keep types!
Mon, 27 Nov 2006 23:48:10 +0100 mengj Added in another function clause_name_of.
Mon, 27 Nov 2006 18:18:05 +0100 paulson tidied code
Fri, 24 Nov 2006 13:24:30 +0100 paulson ATP linkup now generates "new TPTP" rather than "old TPTP"
Wed, 22 Nov 2006 20:08:07 +0100 paulson Consolidation of code to "blacklist" unhelpful theorems, including record
Tue, 21 Nov 2006 12:55:39 +0100 paulson Optimized class_pairs for the common case of no subclasses
Sat, 18 Nov 2006 00:20:24 +0100 haftmann dvd_def now with object equality
Wed, 15 Nov 2006 11:33:59 +0100 paulson Arity clauses are now produced only for types and type classes actually used.
Fri, 10 Nov 2006 20:58:48 +0100 paulson Improvement to classrel clauses: now outputs the minimum needed.
Wed, 08 Nov 2006 21:45:15 +0100 wenzelm incorporated former theories Reconstruction and ResAtpMethods into ATP_Linkup;
Wed, 04 Oct 2006 14:17:38 +0200 haftmann insert replacing ins ins_int ins_string
Mon, 02 Oct 2006 17:31:14 +0200 paulson extensions for Susanto
Sat, 30 Sep 2006 14:31:41 +0200 mengj Added the combinator constants to the constants table.
Mon, 28 Aug 2006 18:16:08 +0200 paulson removed the (apparently pointless) signature constraint
Fri, 25 Aug 2006 18:48:09 +0200 paulson tidied
Fri, 07 Jul 2006 15:13:15 +0200 paulson Some tidying.
Thu, 06 Jul 2006 12:18:17 +0200 paulson some tidying; fixed the output of theorem names
Wed, 05 Jul 2006 16:24:28 +0200 paulson removed the "tagging" feature
Wed, 05 Jul 2006 14:21:22 +0200 mengj Literals aren't sorted any more. Output overloaded constants' type var instantiations.
Thu, 25 May 2006 08:08:38 +0200 mengj Changed input interface of dfg_write_file.
Tue, 16 May 2006 13:01:24 +0200 wenzelm more abstract interface to classes/arities;
Mon, 01 May 2006 17:05:09 +0200 wenzelm adapted arities;
Wed, 19 Apr 2006 10:42:45 +0200 paulson the "th" field of type "clause"
less more (0) -100 -60 tip