src/HOL/Tools/res_clause.ML
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"
Tue, 18 Apr 2006 05:37:43 +0200 mengj Take conjectures and axioms as thms when convert them to ResClause.clause format.
Fri, 07 Apr 2006 05:12:51 +0200 mengj tptp_write_file accepts axioms as thm.
Fri, 17 Mar 2006 09:34:23 +0100 haftmann renamed op < <= to Orderings.less(_eq)
Fri, 10 Mar 2006 15:33:48 +0100 haftmann renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
Tue, 07 Mar 2006 16:49:12 +0100 paulson Tidying and tracing. Handling exn CLAUSE so that errors don't reach top-level.
Tue, 07 Mar 2006 03:58:50 +0100 mengj tptp_write_file now takes goals and axioms as Term.term and writes them to a file.
Thu, 02 Mar 2006 18:51:11 +0100 paulson reformatting
Tue, 28 Feb 2006 11:09:50 +0100 paulson new order for arity clauses
Fri, 03 Feb 2006 17:08:03 +0100 paulson removal of case analysis clauses
Tue, 31 Jan 2006 17:48:28 +0100 paulson removal of ResClause.num_of_clauses and other simplifications
Tue, 31 Jan 2006 16:37:06 +0100 paulson working SPASS support; much tidying
Tue, 31 Jan 2006 10:39:13 +0100 paulson reorganization of code to support DFG otuput
Mon, 30 Jan 2006 15:31:31 +0100 paulson tidy-up of res_clause.ML, removing the "predicates" field
Fri, 27 Jan 2006 18:29:33 +0100 paulson tidying up SPASS output
Fri, 13 Jan 2006 17:39:19 +0100 paulson more readable divide ops
Wed, 21 Dec 2005 12:06:08 +0100 paulson new hash table module in HOL/Too/s
Tue, 20 Dec 2005 04:27:46 +0100 mengj Added functions for fol_type; also put some functions to the signature, used by ResHolClause.
Fri, 16 Dec 2005 12:15:54 +0100 paulson hashing to eliminate the output of duplicate clauses
Thu, 15 Dec 2005 15:26:37 +0100 paulson No axiom, arity or classrel clauses contain HOL.type. Negative occurrences are
Thu, 15 Dec 2005 05:47:26 +0100 mengj Added functions to test equivalence between clauses.
Wed, 14 Dec 2005 06:19:33 +0100 mengj Changed literals' ordering and the functions for sorting literals.
Wed, 14 Dec 2005 01:40:43 +0100 mengj 1. changed fol_type, it's not a string type anymore.
Tue, 13 Dec 2005 15:34:02 +0100 paulson now generates the name "append"
Mon, 28 Nov 2005 07:16:16 +0100 mengj Only output types if !keep_types is true.
Tue, 22 Nov 2005 10:09:11 +0100 paulson new treatment of polymorphic types, using Sign.const_typargs
Fri, 18 Nov 2005 07:08:54 +0100 mengj -- before converting axiom and conjecture clauses into ResClause.clause format, perform "check_is_fol_term" first.
Wed, 02 Nov 2005 14:46:49 +0100 wenzelm Sign.const_monomorphic;
Fri, 28 Oct 2005 02:24:58 +0200 mengj Added several functions to the signature.
less more (0) -60 tip