Mon, 20 Jun 2005 22:14:11 +0200 wenzelm generalized type of inter;
Mon, 20 Jun 2005 22:14:10 +0200 wenzelm added previous;
Mon, 20 Jun 2005 22:14:09 +0200 wenzelm added begin_theory, end_theory;
Mon, 20 Jun 2005 22:14:08 +0200 wenzelm added certify_prop, cert_term, cert_prop;
Mon, 20 Jun 2005 22:14:07 +0200 wenzelm datatype thmref = Name ... | NameSelection ...;
Mon, 20 Jun 2005 22:14:06 +0200 wenzelm added member, option_ord;
Mon, 20 Jun 2005 22:14:05 +0200 wenzelm OrdList.inter;
Mon, 20 Jun 2005 22:14:04 +0200 wenzelm tuned;
Mon, 20 Jun 2005 22:14:03 +0200 wenzelm improved treatment of intermediate checkpoints: actual copy
Mon, 20 Jun 2005 22:14:02 +0200 wenzelm added add_fixrec_i, add_fixpat_i;
Mon, 20 Jun 2005 22:14:01 +0200 wenzelm proper header;
Mon, 20 Jun 2005 22:13:59 +0200 wenzelm get_thm(s): Name;
Mon, 20 Jun 2005 22:13:58 +0200 wenzelm get_thm instead of obsolete Goals.get_thm;
Mon, 20 Jun 2005 22:13:57 +0200 wenzelm HOL-Matrix: plain session;
Mon, 20 Jun 2005 22:13:56 +0200 wenzelm removed obsolete print_depth;
Mon, 20 Jun 2005 22:13:55 +0200 wenzelm be less ambitious about the author's name;
Mon, 20 Jun 2005 22:13:53 +0200 wenzelm exclude pghead.pdf from doc;
Mon, 20 Jun 2005 21:34:31 +0200 wenzelm improved formatting;
Mon, 20 Jun 2005 21:33:27 +0200 wenzelm use Tools/ATP/VampCommunication.ML;
Mon, 20 Jun 2005 18:39:24 +0200 quigley Added VampCommunication.ML.
Mon, 20 Jun 2005 16:41:47 +0200 wenzelm moved configure to lib/scripts;
Mon, 20 Jun 2005 16:41:20 +0200 wenzelm ./configure obsolete on virtually all systems, but apt to cause problems;
Mon, 20 Jun 2005 15:55:44 +0200 paulson using TPTP2X_HOME; indentation, etc
Mon, 20 Jun 2005 15:54:39 +0200 paulson fixed a faulty proof
Mon, 20 Jun 2005 15:54:22 +0200 paulson moving some generic inequalities from integer arith to nat arith
Mon, 20 Jun 2005 11:45:40 +0200 haftmann (moved to Distribution/lib/scripts)
Mon, 20 Jun 2005 11:30:44 +0200 haftmann added fixheaders
Sun, 19 Jun 2005 00:07:41 +0200 wenzelm improved comment;
Sun, 19 Jun 2005 00:02:06 +0200 wenzelm some minor adaptions to make it work again;
Sat, 18 Jun 2005 22:57:23 +0200 wenzelm tuned;
Sat, 18 Jun 2005 22:47:44 +0200 wenzelm tuned remove;
Sat, 18 Jun 2005 22:42:01 +0200 wenzelm added member;
Sat, 18 Jun 2005 22:41:18 +0200 wenzelm added Pure/General/ord_list.ML;
Sat, 18 Jun 2005 22:40:51 +0200 wenzelm Ordered lists without duplicates.
Sat, 18 Jun 2005 00:38:18 +0200 huffman fixrec shows unsolved subgoals when proofs of rewrites fail
Sat, 18 Jun 2005 00:33:27 +0200 huffman make match_rews into simp rules by default
Fri, 17 Jun 2005 21:19:31 +0200 huffman support theorem names and attributes for fixrec equations; also make them into simp rules by default, like primrec does
Fri, 17 Jun 2005 18:50:40 +0200 huffman added match functions for ONE, TT, and FF; added theorem mplus_fail2
Fri, 17 Jun 2005 18:36:25 +0200 wenzelm updated;
Fri, 17 Jun 2005 18:35:27 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:42 +0200 wenzelm Context.names_of;
Fri, 17 Jun 2005 18:33:41 +0200 wenzelm * Pure/TheoryDataFun: change of the argument structure;
Fri, 17 Jun 2005 18:33:40 +0200 wenzelm Sign.root_path, Sign.local_path;
Fri, 17 Jun 2005 18:33:39 +0200 wenzelm removed obsolete theory_of_sign, theory_of_thm;
Fri, 17 Jun 2005 18:33:38 +0200 wenzelm PolyML.Compiler.printInAlphabeticalOrder := false;
Fri, 17 Jun 2005 18:33:37 +0200 wenzelm Context.DATA_FAIL;
Fri, 17 Jun 2005 18:33:36 +0200 wenzelm Context.PureN;
Fri, 17 Jun 2005 18:33:35 +0200 wenzelm RuleCases.tactic;
Fri, 17 Jun 2005 18:33:34 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:33 +0200 wenzelm (RAW_)METHOD_CASES: RuleCases.tactic;
Fri, 17 Jun 2005 18:33:32 +0200 wenzelm Theory.add_typedecls;
Fri, 17 Jun 2005 18:33:31 +0200 wenzelm added map', fold;
Fri, 17 Jun 2005 18:33:30 +0200 wenzelm Table.fold;
Fri, 17 Jun 2005 18:33:29 +0200 wenzelm Symtab.fold;
Fri, 17 Jun 2005 18:33:28 +0200 wenzelm type theory, theory_ref, exception THEORY and related operations imported from Context;
Fri, 17 Jun 2005 18:33:27 +0200 wenzelm obsolete type sg is now an alias for Context.theory;
Fri, 17 Jun 2005 18:33:26 +0200 wenzelm added theorem_space;
Fri, 17 Jun 2005 18:33:25 +0200 wenzelm Context.theory_name;
Fri, 17 Jun 2005 18:33:24 +0200 wenzelm added serial numbers;
Fri, 17 Jun 2005 18:33:23 +0200 wenzelm removed obsolete pretty printers for Theory.theory, Sign.sg;
Fri, 17 Jun 2005 18:33:22 +0200 wenzelm removed pretty_theory, pprint_theory (see context.ML or thy_info.ML);
Fri, 17 Jun 2005 18:33:21 +0200 wenzelm added type theory: generic theory contexts with unique identity,
Fri, 17 Jun 2005 18:33:20 +0200 wenzelm removed Pure/theory_data.ML;
Fri, 17 Jun 2005 18:33:19 +0200 wenzelm added Id;
Fri, 17 Jun 2005 18:33:18 +0200 wenzelm Theory.merge;
Fri, 17 Jun 2005 18:33:17 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:16 +0200 wenzelm Context.theory_name;
Fri, 17 Jun 2005 18:33:15 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:14 +0200 wenzelm replaced obsolete theory_of_sign by theory_of_thm;
Fri, 17 Jun 2005 18:33:13 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:12 +0200 wenzelm refer to HOL4_PROOFS setting;
Fri, 17 Jun 2005 18:33:11 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:08 +0200 wenzelm accomodate identification of type Sign.sg and theory;
Fri, 17 Jun 2005 18:33:05 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:03 +0200 wenzelm renamed sg_ref to thy_ref;
Fri, 17 Jun 2005 18:33:03 +0200 wenzelm obsolete;
Fri, 17 Jun 2005 18:33:03 +0200 wenzelm obsolete (see context.ML);
Fri, 17 Jun 2005 17:40:51 +0200 haftmann (removed experimental file)
Fri, 17 Jun 2005 17:06:11 +0200 wenzelm updated;
Fri, 17 Jun 2005 16:18:49 +0200 quigley Multiple subgoals working.
Fri, 17 Jun 2005 16:12:49 +0200 haftmann migrated theory headers to new format
Fri, 17 Jun 2005 11:35:35 +0200 paulson grammar fix
Fri, 17 Jun 2005 11:34:04 +0200 paulson removed redundant "open" declarations
Thu, 16 Jun 2005 20:30:37 +0200 wenzelm tuned;
Thu, 16 Jun 2005 19:51:04 +0200 paulson a few new integer lemmas
Thu, 16 Jun 2005 18:25:54 +0200 nipkow *** empty log message ***
Thu, 16 Jun 2005 11:38:52 +0200 haftmann isa-migrate ++
Thu, 16 Jun 2005 11:20:52 +0200 nipkow *** empty log message ***
Thu, 16 Jun 2005 11:10:51 +0200 nipkow *** empty log message ***
Thu, 16 Jun 2005 10:42:55 +0200 haftmann isa-migrate ++
Thu, 16 Jun 2005 10:37:39 +0200 haftmann isa-migrate ++
Thu, 16 Jun 2005 10:30:26 +0200 haftmann isa-migrate ++
Thu, 16 Jun 2005 10:22:50 +0200 haftmann added macos emacs hints
Thu, 16 Jun 2005 10:21:36 +0200 haftmann isa-migrate ++
Wed, 15 Jun 2005 23:35:43 +0200 huffman Domain package uses ContProc for beta reduction
Wed, 15 Jun 2005 21:48:35 +0200 huffman allow theorem attributes on fixpat declarations
Wed, 15 Jun 2005 20:50:38 +0200 huffman fixrec package now handles mutually-recursive definitions
Wed, 15 Jun 2005 14:59:25 +0200 haftmann (undone experimental changes)
Wed, 15 Jun 2005 14:56:26 +0200 haftmann subclassing done
Wed, 15 Jun 2005 13:46:00 +0200 chaieb int -> IntInf.int
Wed, 15 Jun 2005 11:54:13 +0200 nipkow added lemmas
Wed, 15 Jun 2005 09:01:48 +0200 nipkow *** empty log message ***
Wed, 15 Jun 2005 09:01:15 +0200 nipkow documented DUMMY
Tue, 14 Jun 2005 23:44:37 +0200 huffman in domain declarations, selector names are now optional
Tue, 14 Jun 2005 22:19:32 +0200 wenzelm use POLY instead of DISCGARB;
Tue, 14 Jun 2005 22:08:53 +0200 wenzelm discontinued polyml-3.x;
Tue, 14 Jun 2005 21:56:57 +0200 wenzelm export cases_tac, induct_tac;
Tue, 14 Jun 2005 21:56:55 +0200 wenzelm added type tactic;
Tue, 14 Jun 2005 09:46:35 +0200 chaieb int --> IntInt.int
Tue, 14 Jun 2005 04:05:15 +0200 huffman renamed theorem cont2cont_CF1L_rev2 to cont2cont_lambda
Tue, 14 Jun 2005 04:04:09 +0200 huffman cleaned up and reorganized
Tue, 14 Jun 2005 03:50:20 +0200 huffman moved continuity simproc to a separate file
Tue, 14 Jun 2005 03:35:15 +0200 huffman up_eq and up_less in default simpset now
Mon, 13 Jun 2005 21:28:57 +0200 obua internalize axiom names in Defs.define; compress types via Term.compress_type
Mon, 13 Jun 2005 15:10:52 +0200 paulson downgraded to pdf v 1.4
Mon, 13 Jun 2005 14:35:05 +0200 haftmann experimental
Mon, 13 Jun 2005 14:31:21 +0200 haftmann just non_functional experimantal code, by now
Mon, 13 Jun 2005 13:10:45 +0200 nipkow changed -1 back to 0
Mon, 13 Jun 2005 10:35:53 +0200 schirmer more timing information
Sun, 12 Jun 2005 08:53:41 +0200 nipkow simp_depth now starts at -1 to make it start at 0 ;-)
Sat, 11 Jun 2005 23:24:33 +0200 wenzelm added ML-Systems/polyml-posix.ML;
Sat, 11 Jun 2005 23:19:36 +0200 wenzelm pass ml_platform;
Sat, 11 Jun 2005 23:18:06 +0200 wenzelm Posix patches (from polyml.ML);
Sat, 11 Jun 2005 23:17:28 +0200 wenzelm some cygwin support;
Sat, 11 Jun 2005 22:15:58 +0200 wenzelm * Pure/sign/theory: discontinued named name spaces;
Sat, 11 Jun 2005 22:15:57 +0200 wenzelm renamed hide_space to hide_names;
Sat, 11 Jun 2005 22:15:56 +0200 wenzelm renamed IsarThy.hide_space to IsarThy.hide_names;
Sat, 11 Jun 2005 22:15:55 +0200 wenzelm name space of classes and types maintained in tsig;
(0) -10000 -3000 -1000 -128 +128 +1000 +3000 +10000 +30000 tip