Wed, 19 Oct 2005 21:53:34 +0200 wenzelm obsolete;
Wed, 19 Oct 2005 21:52:50 +0200 wenzelm removed add_inductive_x;
Wed, 19 Oct 2005 21:52:49 +0200 wenzelm removed obsolete add_datatype_x;
Wed, 19 Oct 2005 21:52:48 +0200 wenzelm removed obsolete thy_syntax.ML;
Wed, 19 Oct 2005 21:52:47 +0200 wenzelm removed obsolete old_symbol_source;
Wed, 19 Oct 2005 21:52:46 +0200 wenzelm removed obsolete non-Isar theory format and old Isar theory headers;
Wed, 19 Oct 2005 21:52:45 +0200 wenzelm removed old-style theory format;
Wed, 19 Oct 2005 21:52:44 +0200 wenzelm avoid lagacy read function;
Wed, 19 Oct 2005 21:52:43 +0200 wenzelm added thm(s) retrieval functions (from goals.ML);
Wed, 19 Oct 2005 21:52:42 +0200 wenzelm removed obsolete old-locales;
Wed, 19 Oct 2005 21:52:41 +0200 wenzelm removed obsolete axclass_tac, add_inst_subclass_x, add_inst_arity_x;
Wed, 19 Oct 2005 21:52:40 +0200 wenzelm removed obsolete Thy/thy_parse.ML, Thy/thy_scan.ML, Thy/thy_syn.ML;
Wed, 19 Oct 2005 21:52:38 +0200 wenzelm removed obsolete old-style syntax;
Wed, 19 Oct 2005 21:52:37 +0200 wenzelm removed obsolete IOA/meta_theory/ioa_package.ML;
Wed, 19 Oct 2005 21:52:36 +0200 wenzelm removed obsolete domain/interface.ML, IOA/meta_theory/ioa_package.ML;
Wed, 19 Oct 2005 21:52:35 +0200 wenzelm removed obsolete domain/interface.ML;
Wed, 19 Oct 2005 21:52:34 +0200 wenzelm removed obsolete add_typedef_x;
Wed, 19 Oct 2005 21:52:33 +0200 wenzelm removed print_exn (better let the toplevel do this);
Wed, 19 Oct 2005 21:52:32 +0200 wenzelm removed obsolete add_recdef_old;
Wed, 19 Oct 2005 21:52:31 +0200 wenzelm removed obsolete HOL/thy_syntax.ML;
Wed, 19 Oct 2005 21:52:30 +0200 wenzelm * Theory syntax: discontinued non-Isar format and old Isar headers;
Wed, 19 Oct 2005 21:52:29 +0200 wenzelm replaced commafy by existing commas;
Wed, 19 Oct 2005 21:52:28 +0200 wenzelm updated;
Wed, 19 Oct 2005 21:52:27 +0200 wenzelm isatool fixheaders;
Wed, 19 Oct 2005 21:52:07 +0200 wenzelm fix headers;
Wed, 19 Oct 2005 17:21:53 +0200 haftmann added table functor instance for pairs of strings
Wed, 19 Oct 2005 17:19:52 +0200 haftmann added subgraph
Wed, 19 Oct 2005 17:19:37 +0200 haftmann added join
Wed, 19 Oct 2005 16:32:09 +0200 haftmann slight improvements for website
Wed, 19 Oct 2005 14:51:12 +0200 wenzelm moved VAMPIRE_HOME, E_HOME to section "External reasoning tools" -- commented out by default!
Wed, 19 Oct 2005 13:59:33 +0200 mengj More functions are added to the signature of ResClause
Wed, 19 Oct 2005 10:25:46 +0200 mengj *** empty log message ***
Wed, 19 Oct 2005 06:46:45 +0200 nipkow added 2 lemmas
Wed, 19 Oct 2005 06:33:24 +0200 mengj Added files in order to use external ATPs as oracles and invoke these ATPs by calling Isabelle methods (currently "vampire" and "eprover").
Tue, 18 Oct 2005 17:59:37 +0200 wenzelm simplified interfaces proof/proof' etc.: perform ProofHistory.apply(s)/current internally;
Tue, 18 Oct 2005 17:59:36 +0200 wenzelm tuned error msg;
Tue, 18 Oct 2005 17:59:35 +0200 wenzelm renamed atomize_rule to atomize_cterm;
Tue, 18 Oct 2005 17:59:34 +0200 wenzelm ObjectLogic.atomize_cterm;
Tue, 18 Oct 2005 17:59:33 +0200 wenzelm use simplified Toplevel.proof etc.;
Tue, 18 Oct 2005 17:59:32 +0200 wenzelm back: Toplevel.actual/skip_proof;
Tue, 18 Oct 2005 17:59:31 +0200 wenzelm renamed set_context to context;
Tue, 18 Oct 2005 17:59:30 +0200 wenzelm renamed set_context to context;
Tue, 18 Oct 2005 17:59:29 +0200 wenzelm functor: no Simplifier argument;
Tue, 18 Oct 2005 17:59:28 +0200 wenzelm moved helper lemma to HilbertChoice.thy;
Tue, 18 Oct 2005 17:59:27 +0200 wenzelm Simplifier.theory_context;
Tue, 18 Oct 2005 17:59:26 +0200 wenzelm added lemma exE_some (from specification_package.ML);
Tue, 18 Oct 2005 17:59:25 +0200 wenzelm Simplifier.theory_context;
Tue, 18 Oct 2005 17:59:24 +0200 wenzelm tuned error msg;
Tue, 18 Oct 2005 17:59:23 +0200 wenzelm Simplifier.context/theory_context;
Tue, 18 Oct 2005 17:59:22 +0200 wenzelm updated;
Tue, 18 Oct 2005 15:08:38 +0200 paulson new interface to make_conjecture_clauses
Mon, 17 Oct 2005 23:10:25 +0200 wenzelm * Simplifier: simpset of a running simplification process contains a proof context;
Mon, 17 Oct 2005 23:10:24 +0200 wenzelm added type_solver (uses Simplifier.the_context);
Mon, 17 Oct 2005 23:10:23 +0200 wenzelm added pos/negDivAlg_induct declarations (from Main.thy);
Mon, 17 Oct 2005 23:10:22 +0200 wenzelm moved pos/negDivAlg_induct declarations to Integ/IntDiv.thy;
Mon, 17 Oct 2005 23:10:21 +0200 wenzelm removed obsolete/experimental context components (superceded by Simplifier.the_context);
Mon, 17 Oct 2005 23:10:20 +0200 wenzelm added set/addloop' for simpset dependent loopers;
Mon, 17 Oct 2005 23:10:19 +0200 wenzelm functor: no Simplifier argument;
Mon, 17 Oct 2005 23:10:18 +0200 wenzelm change_claset(_of): more abtract interface;
Mon, 17 Oct 2005 23:10:17 +0200 wenzelm functor: no Simplifier argument;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip