Thu, 06 Apr 1995 11:07:18 +0200 lcp Changed comments and timings.
Thu, 06 Apr 1995 11:04:37 +0200 lcp Updated comments.
Thu, 06 Apr 1995 11:02:55 +0200 lcp Set up for new hyp_subst_tac.
Thu, 06 Apr 1995 11:01:13 +0200 lcp Added Id: line
Thu, 06 Apr 1995 10:58:56 +0200 lcp Fixed typo.
Thu, 06 Apr 1995 10:56:39 +0200 lcp Simplified some proofs and made them work for new hyp_subst_tac.
Thu, 06 Apr 1995 10:55:06 +0200 lcp Now sets loadpath.
Thu, 06 Apr 1995 10:53:21 +0200 lcp Gave tighter priorities to SUM and PROD to reduce ambiguities.
Thu, 06 Apr 1995 10:51:42 +0200 lcp Gave tighter priorities to if, napply and the let-forms to
Thu, 06 Apr 1995 10:49:53 +0200 lcp Now sets eta_contract.
Thu, 06 Apr 1995 10:48:11 +0200 lcp Added Id: line
Sun, 02 Apr 1995 10:43:59 +0200 nipkow generalized map (%x.x) xs = xs to map (%x.x) = (%xs.xs)
Fri, 31 Mar 1995 15:08:49 +0200 wenzelm replaced 'arities' by 'instance';
Fri, 31 Mar 1995 12:22:16 +0200 lcp Simplified using pattern replacements. Added the AC example.
Fri, 31 Mar 1995 11:55:29 +0200 lcp New example of AC Equivalences by Krzysztof Grabczewski
Fri, 31 Mar 1995 11:39:47 +0200 lcp New example of AC Equivalences by Krzysztof Grabczewski
Fri, 31 Mar 1995 11:08:35 +0200 lcp Tried the new addss in many proofs, and tidied others involving simplification.
Fri, 31 Mar 1995 10:58:14 +0200 lcp Tried the new addss in a proof.
Fri, 31 Mar 1995 02:00:29 +0200 lcp Defined addss to perform simplification in a claset.
Thu, 30 Mar 1995 14:07:52 +0200 clasohm changed translation of _applC
Thu, 30 Mar 1995 14:07:30 +0200 clasohm changed pretty printing of applC
Thu, 30 Mar 1995 14:01:35 +0200 lcp Added comment about why mem_irrefl should not be a safeE.
Thu, 30 Mar 1995 13:54:41 +0200 lcp Tried the new addss in many proofs, and tidied others
Thu, 30 Mar 1995 13:48:30 +0200 lcp Precedence of infixes is now 4 (just above that of :=)
Thu, 30 Mar 1995 13:44:34 +0200 lcp Addition of wrappers for integration with the simplifier.
Thu, 30 Mar 1995 13:36:00 +0200 lcp Defined addss to perform simplification in a claset.
Thu, 30 Mar 1995 13:07:59 +0200 clasohm removed unnecessary parentheses from the generated rules
Thu, 30 Mar 1995 08:54:17 +0200 nipkow Simplification: used Logic.occs instead of mem add_term_frees
Tue, 28 Mar 1995 13:13:17 +0200 clasohm changed string scanner so that newlines ('\n') are allowed and ignored inside
Tue, 28 Mar 1995 12:25:20 +0200 clasohm changed syntax of datatype declarations (curried types for constructor
Tue, 28 Mar 1995 12:21:10 +0200 clasohm renamed theorem "apfst" to "apfst_conv" to avoid conflict with function
Tue, 28 Mar 1995 10:24:45 +0200 lcp Corrected faulty reference to Hindley-Milner type inference
Mon, 27 Mar 1995 18:29:23 +0200 nipkow Added recursion equations for foldl to list_ss.
Sun, 26 Mar 1995 17:04:45 +0200 nipkow Modified If_def to avoid ambiguity.
Fri, 24 Mar 1995 12:30:35 +0100 clasohm changed syntax of tuples from <..., ...> to (..., ...)
Thu, 23 Mar 1995 15:39:13 +0100 clasohm fixed bug: parent theory wasn't loaded if .thy file was completly read before
Wed, 22 Mar 1995 13:22:42 +0100 clasohm fixed bug: HOL_build_completed replaced by CHOL_build_completed
Wed, 22 Mar 1995 12:42:34 +0100 clasohm converted ex with curried function application
Tue, 21 Mar 1995 13:22:28 +0100 clasohm converted Subst with curried function application
Tue, 21 Mar 1995 13:21:48 +0100 clasohm changed syntax of Unity ("()" instead of "<>")
Mon, 20 Mar 1995 15:37:03 +0100 clasohm converted IOA with curried function application
Mon, 20 Mar 1995 15:35:28 +0100 clasohm changed syntax of "if"
Fri, 17 Mar 1995 22:46:26 +0100 clasohm fixed two severe bugs in calc_xrules and case_rule
Fri, 17 Mar 1995 15:52:55 +0100 nipkow Corrected a silly old bug in merge_tsigs.
Fri, 17 Mar 1995 15:49:37 +0100 nipkow Added a few thms to nat_ss and list_ss
Fri, 17 Mar 1995 15:35:09 +0100 regensbu Removed bugs which occurred due to new generation mechanism for type variables
Thu, 16 Mar 1995 00:00:30 +0100 lcp Removed exception handlers, as they are now in ZF/Makefile.
Wed, 15 Mar 1995 12:52:03 +0100 clasohm removed print_msg parameter of infer_types
Wed, 15 Mar 1995 11:25:24 +0100 lcp Now mentions Coind
Wed, 15 Mar 1995 11:01:08 +0100 lcp Removed exception handlers, as they are now in ZF/Makefile.
Wed, 15 Mar 1995 10:59:20 +0100 lcp Now calls exit_use instead of use, for prompt failure if errors are detected.
Wed, 15 Mar 1995 10:56:39 +0100 lcp Declares the function exit_use to behave like use but fail if
Wed, 15 Mar 1995 10:53:58 +0100 lcp Now the "use" call has an exception handler, for prompt failure
Wed, 15 Mar 1995 10:34:47 +0100 lcp Now calls exit_use instead of use, for prompt failure if errors are detected.
Tue, 14 Mar 1995 10:40:04 +0100 nipkow Removed an old bug which made some simultaneous instantiations fail if they
Tue, 14 Mar 1995 09:47:28 +0100 nipkow added exit 1
Mon, 13 Mar 1995 09:42:50 +0100 nipkow Removed superfluous type constraint
Mon, 13 Mar 1995 09:38:10 +0100 nipkow Changed treatment of during type inference internally generated type
Sat, 11 Mar 1995 17:46:14 +0100 nipkow Added type constraints to enforce correct choice of variable names.
Sat, 11 Mar 1995 11:58:21 +0100 lcp Put freeze into the signature TACTIC for export
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip