Sat, 01 Sep 2007 18:17:42 +0200 read_def_terms: replaced full Syntax.check_typs by certify_typ, to workaround problems with illegal schematic type vars;
wenzelm [Sat, 01 Sep 2007 18:17:42 +0200] rev 24517
read_def_terms: replaced full Syntax.check_typs by certify_typ, to workaround problems with illegal schematic type vars;
Sat, 01 Sep 2007 18:17:40 +0200 removed obsolete ML bindings;
wenzelm [Sat, 01 Sep 2007 18:17:40 +0200] rev 24516
removed obsolete ML bindings;
Sat, 01 Sep 2007 18:17:38 +0200 linorder_neqE_ordered_idom: proper proof, avoid illegal schematic type vars;
wenzelm [Sat, 01 Sep 2007 18:17:38 +0200] rev 24515
linorder_neqE_ordered_idom: proper proof, avoid illegal schematic type vars;
Sat, 01 Sep 2007 18:17:36 +0200 mono_Int/Un: proper proof, avoid illegal schematic type vars;
wenzelm [Sat, 01 Sep 2007 18:17:36 +0200] rev 24514
mono_Int/Un: proper proof, avoid illegal schematic type vars; removed obsolete ML bindings;
Sat, 01 Sep 2007 16:12:50 +0200 removed spurious Toplevel.debug, which actually makes Poly/ML crash in certain situations;
wenzelm [Sat, 01 Sep 2007 16:12:50 +0200] rev 24513
removed spurious Toplevel.debug, which actually makes Poly/ML crash in certain situations;
Sat, 01 Sep 2007 15:47:05 +0200 added singleton check_typ/term/prop;
wenzelm [Sat, 01 Sep 2007 15:47:05 +0200] rev 24512
added singleton check_typ/term/prop;
Sat, 01 Sep 2007 15:47:04 +0200 removed obsolete read/cert variations (cf. Syntax.read/check);
wenzelm [Sat, 01 Sep 2007 15:47:04 +0200] rev 24511
removed obsolete read/cert variations (cf. Syntax.read/check);
Sat, 01 Sep 2007 15:47:03 +0200 replaced ProofContext.cert_term/prop by general Syntax.check_term/prop (which also includes type-inference);
wenzelm [Sat, 01 Sep 2007 15:47:03 +0200] rev 24510
replaced ProofContext.cert_term/prop by general Syntax.check_term/prop (which also includes type-inference);
Sat, 01 Sep 2007 15:47:01 +0200 replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
wenzelm [Sat, 01 Sep 2007 15:47:01 +0200] rev 24509
replaced ProofContext.read_term/prop by general Syntax.read_term/prop; replaced ProofContext.cert_term/prop by general Syntax.check_term/prop (which also includes type-inference);
Sat, 01 Sep 2007 15:46:59 +0200 replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
wenzelm [Sat, 01 Sep 2007 15:46:59 +0200] rev 24508
replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
Sat, 01 Sep 2007 01:22:11 +0200 *** empty log message ***
nipkow [Sat, 01 Sep 2007 01:22:11 +0200] rev 24507
*** empty log message ***
Sat, 01 Sep 2007 01:21:48 +0200 final(?) iteration of sgn saga.
nipkow [Sat, 01 Sep 2007 01:21:48 +0200] rev 24506
final(?) iteration of sgn saga.
Fri, 31 Aug 2007 23:17:25 +0200 reject_vars: accept type-inference params;
wenzelm [Fri, 31 Aug 2007 23:17:25 +0200] rev 24505
reject_vars: accept type-inference params; standard_term_check: include prepare_pattern; infer_type: mode_schematic; tuned;
Fri, 31 Aug 2007 23:17:22 +0200 exported is_param;
wenzelm [Fri, 31 Aug 2007 23:17:22 +0200] rev 24504
exported is_param;
Fri, 31 Aug 2007 23:17:20 +0200 legacy_infer_term: ProofContext.mode_schematic;
wenzelm [Fri, 31 Aug 2007 23:17:20 +0200] rev 24503
legacy_infer_term: ProofContext.mode_schematic;
Fri, 31 Aug 2007 18:46:37 +0200 prove: setmp quick_and_dirty (avoids race condition);
wenzelm [Fri, 31 Aug 2007 18:46:37 +0200] rev 24502
prove: setmp quick_and_dirty (avoids race condition);
Fri, 31 Aug 2007 18:46:35 +0200 export various inner syntax modes;
wenzelm [Fri, 31 Aug 2007 18:46:35 +0200] rev 24501
export various inner syntax modes; Syntax.add_term_check: include expand_abbrevs (consts and var bindings);
Fri, 31 Aug 2007 18:46:34 +0200 type_infer: mode_pattern;
wenzelm [Fri, 31 Aug 2007 18:46:34 +0200] rev 24500
type_infer: mode_pattern;
Fri, 31 Aug 2007 18:46:33 +0200 do not touch quick_and_dirty;
wenzelm [Fri, 31 Aug 2007 18:46:33 +0200] rev 24499
do not touch quick_and_dirty;
Fri, 31 Aug 2007 16:17:53 +0200 tuned multithreading entry -- no longer experimental;
wenzelm [Fri, 31 Aug 2007 16:17:53 +0200] rev 24498
tuned multithreading entry -- no longer experimental;
Fri, 31 Aug 2007 15:56:19 +0200 explained \isatstyle(minor)
nipkow [Fri, 31 Aug 2007 15:56:19 +0200] rev 24497
explained \isatstyle(minor)
Fri, 31 Aug 2007 12:24:00 +0200 added short_names explanation
nipkow [Fri, 31 Aug 2007 12:24:00 +0200] rev 24496
added short_names explanation
Thu, 30 Aug 2007 22:35:40 +0200 added join_mode;
wenzelm [Thu, 30 Aug 2007 22:35:40 +0200] rev 24495
added join_mode; expand_binds: mode dependent; removed infer_types(_pat) -- use general Syntax.check_terms instead;
Thu, 30 Aug 2007 22:35:38 +0200 replaced ProofContext.infer_types by general Syntax.check_terms;
wenzelm [Thu, 30 Aug 2007 22:35:38 +0200] rev 24494
replaced ProofContext.infer_types by general Syntax.check_terms; use Variable.polymorphic to get schematic type variables;
Thu, 30 Aug 2007 22:35:34 +0200 replaced ProofContext.infer_types by general Syntax.check_terms;
wenzelm [Thu, 30 Aug 2007 22:35:34 +0200] rev 24493
replaced ProofContext.infer_types by general Syntax.check_terms;
Thu, 30 Aug 2007 21:44:29 +0200 *** empty log message ***
nipkow [Thu, 30 Aug 2007 21:44:29 +0200] rev 24492
*** empty log message ***
Thu, 30 Aug 2007 21:43:31 +0200 added constant sgn
nipkow [Thu, 30 Aug 2007 21:43:31 +0200] rev 24491
added constant sgn
Thu, 30 Aug 2007 21:43:08 +0200 added lemma
nipkow [Thu, 30 Aug 2007 21:43:08 +0200] rev 24490
added lemma
Thu, 30 Aug 2007 17:09:02 +0200 added some more entries;
wenzelm [Thu, 30 Aug 2007 17:09:02 +0200] rev 24489
added some more entries;
Thu, 30 Aug 2007 15:04:50 +0200 turned type_check into separate typ/term_check;
wenzelm [Thu, 30 Aug 2007 15:04:50 +0200] rev 24488
turned type_check into separate typ/term_check; tuned sifnature;
Thu, 30 Aug 2007 15:04:49 +0200 tuned;
wenzelm [Thu, 30 Aug 2007 15:04:49 +0200] rev 24487
tuned;
Thu, 30 Aug 2007 15:04:48 +0200 moved type_mode to type.ML;
wenzelm [Thu, 30 Aug 2007 15:04:48 +0200] rev 24486
moved type_mode to type.ML; Syntax.add_typ_check;
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip