wenzelm [Mon, 24 Sep 2007 21:07:40 +0200] rev 24695
added @{type_name};
wenzelm [Mon, 24 Sep 2007 21:07:39 +0200] rev 24694
added polymorphic_types;
wenzelm [Mon, 24 Sep 2007 21:07:38 +0200] rev 24693
eliminated ProofContext.read_termTs;
wenzelm [Mon, 24 Sep 2007 21:07:36 +0200] rev 24692
more ML antiqs;
nipkow [Mon, 24 Sep 2007 19:34:55 +0200] rev 24691
localized { .. } (but only a few thms)
wenzelm [Mon, 24 Sep 2007 13:53:26 +0200] rev 24690
renamed ML-Systems/multithreading_dummy.ML to ML-Systems/multithreading.ML;
wenzelm [Mon, 24 Sep 2007 13:52:51 +0200] rev 24689
renamed ML-Systems/multithreading_dummy.ML to ML-Systems/multithreading.ML;
replaced interrupt_timeout by TimeLimit.timeLimit (available on SML/NJ and Poly/ML 5.1);
wenzelm [Mon, 24 Sep 2007 13:52:50 +0200] rev 24688
replaced interrupt_timeout by TimeLimit.timeLimit (available on SML/NJ and Poly/ML 5.1);
wenzelm [Sun, 23 Sep 2007 23:39:42 +0200] rev 24687
removed dead code;
tuned;
wenzelm [Sun, 23 Sep 2007 23:00:01 +0200] rev 24686
made smlnj happy;
wenzelm [Sun, 23 Sep 2007 22:23:37 +0200] rev 24685
tuned @{cpat};
wenzelm [Sun, 23 Sep 2007 22:23:35 +0200] rev 24684
added read_term_pattern/schematic/abbrev;
prepare_patterns: Variable.polymorphic;
removed obsolete cert/pats versions;
wenzelm [Sun, 23 Sep 2007 22:23:34 +0200] rev 24683
ProofContext.read_term_pattern;
wenzelm [Sun, 23 Sep 2007 22:23:33 +0200] rev 24682
constrain: canonical argument order;
removed obsolete logicT;
wenzelm [Sun, 23 Sep 2007 22:23:31 +0200] rev 24681
tuned;
wenzelm [Sun, 23 Sep 2007 22:23:27 +0200] rev 24680
TypeInfer.constrain: canonical argument order;
wenzelm [Sun, 23 Sep 2007 22:23:24 +0200] rev 24679
tuned ML setup;
urbanc [Sun, 23 Sep 2007 22:11:50 +0200] rev 24678
tuned one proof so to not run in a loop with the new atom-representation
urbanc [Sun, 23 Sep 2007 22:10:27 +0200] rev 24677
changed the representation of atoms to datatypes over nats
wenzelm [Sat, 22 Sep 2007 17:45:58 +0200] rev 24676
ProofContext.mode_abbrev;
wenzelm [Sat, 22 Sep 2007 17:45:57 +0200] rev 24675
removed obsolete set_expand_abbrevs (superceded by mode_abbrev);
pretty_term_abbrev: silently ignore ill-typed term;
gen_bind: set_mode only locally;
wenzelm [Sat, 22 Sep 2007 17:45:56 +0200] rev 24674
certify': proper do_expand argument (which observes force_expand consts) instead of home-grown normalize;
wenzelm [Sat, 22 Sep 2007 17:45:55 +0200] rev 24673
certify: do_expand as explicit argument, actually certify type of abstractions;
tuned signature;
tuned;
wenzelm [Fri, 21 Sep 2007 22:51:13 +0200] rev 24672
tuned;
wenzelm [Fri, 21 Sep 2007 22:51:12 +0200] rev 24671
added has_abs (from envir.ML);
wenzelm [Fri, 21 Sep 2007 22:51:10 +0200] rev 24670
Term.has_abs;
wenzelm [Fri, 21 Sep 2007 22:51:08 +0200] rev 24669
proper signature constraint;
minor tuning;
wenzelm [Thu, 20 Sep 2007 20:58:40 +0200] rev 24668
added interrupt_timeout;
tuned signature;
wenzelm [Thu, 20 Sep 2007 20:56:54 +0200] rev 24667
Generic interpretation of theory data.
wenzelm [Thu, 20 Sep 2007 20:56:34 +0200] rev 24666
tuned signature;
moved generic interpretation to interpretation.ML;
added abstract at_begin/end wrappers;
wenzelm [Thu, 20 Sep 2007 20:56:33 +0200] rev 24665
avoid Theory.rep_theory;
wenzelm [Thu, 20 Sep 2007 20:56:32 +0200] rev 24664
added interpretation.ML;