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;
wenzelm [Sat, 01 Sep 2007 16:12:50 +0200] rev 24513
removed spurious Toplevel.debug, which actually makes Poly/ML crash in certain situations;
wenzelm [Sat, 01 Sep 2007 15:47:05 +0200] rev 24512
added singleton check_typ/term/prop;
wenzelm [Sat, 01 Sep 2007 15:47:04 +0200] rev 24511
removed obsolete read/cert variations (cf. Syntax.read/check);
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);
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);
wenzelm [Sat, 01 Sep 2007 15:46:59 +0200] rev 24508
replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
nipkow [Sat, 01 Sep 2007 01:22:11 +0200] rev 24507
*** empty log message ***
nipkow [Sat, 01 Sep 2007 01:21:48 +0200] rev 24506
final(?) iteration of sgn saga.
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;