src/HOL/Tools/res_clause.ML
Wed, 19 Apr 2006 10:42:45 +0200 the "th" field of type "clause"
Tue, 18 Apr 2006 05:37:43 +0200 Take conjectures and axioms as thms when convert them to ResClause.clause format.
Fri, 07 Apr 2006 05:12:51 +0200 tptp_write_file accepts axioms as thm.
Fri, 17 Mar 2006 09:34:23 +0100 renamed op < <= to Orderings.less(_eq)
Fri, 10 Mar 2006 15:33:48 +0100 renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
Tue, 07 Mar 2006 16:49:12 +0100 Tidying and tracing. Handling exn CLAUSE so that errors don't reach top-level.
Tue, 07 Mar 2006 03:58:50 +0100 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 reformatting
Tue, 28 Feb 2006 11:09:50 +0100 new order for arity clauses
Fri, 03 Feb 2006 17:08:03 +0100 removal of case analysis clauses
Tue, 31 Jan 2006 17:48:28 +0100 removal of ResClause.num_of_clauses and other simplifications
Tue, 31 Jan 2006 16:37:06 +0100 working SPASS support; much tidying
Tue, 31 Jan 2006 10:39:13 +0100 reorganization of code to support DFG otuput
Mon, 30 Jan 2006 15:31:31 +0100 tidy-up of res_clause.ML, removing the "predicates" field
Fri, 27 Jan 2006 18:29:33 +0100 tidying up SPASS output
Fri, 13 Jan 2006 17:39:19 +0100 more readable divide ops
Wed, 21 Dec 2005 12:06:08 +0100 new hash table module in HOL/Too/s
Tue, 20 Dec 2005 04:27:46 +0100 Added functions for fol_type; also put some functions to the signature, used by ResHolClause.
Fri, 16 Dec 2005 12:15:54 +0100 hashing to eliminate the output of duplicate clauses
Thu, 15 Dec 2005 15:26:37 +0100 No axiom, arity or classrel clauses contain HOL.type. Negative occurrences are
Thu, 15 Dec 2005 05:47:26 +0100 Added functions to test equivalence between clauses.
Wed, 14 Dec 2005 06:19:33 +0100 Changed literals' ordering and the functions for sorting literals.
Wed, 14 Dec 2005 01:40:43 +0100 1. changed fol_type, it's not a string type anymore.
Tue, 13 Dec 2005 15:34:02 +0100 now generates the name "append"
Mon, 28 Nov 2005 07:16:16 +0100 Only output types if !keep_types is true.
Tue, 22 Nov 2005 10:09:11 +0100 new treatment of polymorphic types, using Sign.const_typargs
Fri, 18 Nov 2005 07:08:54 +0100 -- before converting axiom and conjecture clauses into ResClause.clause format, perform "check_is_fol_term" first.
Wed, 02 Nov 2005 14:46:49 +0100 Sign.const_monomorphic;
Fri, 28 Oct 2005 02:24:58 +0200 Added several functions to the signature.
Thu, 27 Oct 2005 13:54:40 +0200 replaced Defs.monomorphic by Sign.monomorphic;
Wed, 19 Oct 2005 13:59:33 +0200 More functions are added to the signature of ResClause
Tue, 18 Oct 2005 15:08:38 +0200 new interface to make_conjecture_clauses
Fri, 14 Oct 2005 10:19:50 +0200 deletion of Tools/res_types_sorts; removal of absolute numbering of clauses
Fri, 07 Oct 2005 17:57:21 +0200 minor code tidyig
Wed, 05 Oct 2005 11:18:06 +0200 improved process handling. tidied
Tue, 04 Oct 2005 09:58:38 +0200 reset clause counter
Tue, 20 Sep 2005 18:43:39 +0200 tidying, and support for axclass/classrel clauses
Thu, 15 Sep 2005 17:46:00 +0200 massive tidy-up and simplification
Thu, 15 Sep 2005 17:16:56 +0200 TableFun/Symtab: curried lookup and update;
Thu, 15 Sep 2005 11:15:52 +0200 the experimental tagging system, and the usual tidying
Wed, 14 Sep 2005 10:20:50 +0200 nice names for more infix operators
Fri, 09 Sep 2005 17:47:37 +0200 Isabelle-ATP link: sortable axiom names; no spaces in switches; general tidying
Thu, 08 Sep 2005 13:24:19 +0200 yet more tidying of Isabelle-ATP link
Wed, 07 Sep 2005 09:54:31 +0200 axioms now included in tptp files, no /bin/cat and various tidying
Mon, 05 Sep 2005 17:38:18 +0200 curried_lookup/update;
Fri, 02 Sep 2005 17:55:24 +0200 further tidying up of Isabelle-ATP link
Fri, 02 Sep 2005 15:25:27 +0200 fixed arities and restored changes that had gone missing
Fri, 26 Aug 2005 19:36:07 +0200 DFG output now works for untyped rules (ML "ResClause.untyped();")
Mon, 01 Aug 2005 19:20:30 +0200 Defs.monomorphic;
Thu, 28 Jul 2005 17:54:22 +0200 uniform treatment of variable prefixes
Wed, 27 Jul 2005 11:30:34 +0200 simpler variable names, and no types for monomorphic constants
Fri, 22 Jul 2005 13:19:06 +0200 streamlined the tptp output
Wed, 13 Jul 2005 15:05:48 +0200 tidied
Mon, 11 Jul 2005 16:42:42 +0200 Fixed some problems with the signal handler.
Thu, 07 Jul 2005 18:25:02 +0200 inserted basic relevance-checking code, WHICH ONLY WORKS FOR 1ST SUBGOAL
Fri, 03 Jun 2005 12:41:28 +0200 no longer emits literals for type class HOL.type; also minor tidying
Mon, 23 May 2005 00:18:51 +0200 Moved some of the clausify functions from ATP/res_clasimpset.ML to res_axioms.ML.
Thu, 12 May 2005 18:24:42 +0200 theorem names for caching
Tue, 19 Apr 2005 18:08:44 +0200 more tidying of libraries in Reconstruction
Tue, 22 Mar 2005 16:30:43 +0100 ensuring that "equal" is not a function