wenzelm [Sun, 16 Sep 2007 14:55:48 +0200] rev 24600
use_text/file: tune text (cf. ML_Parse.fix_ints);
wenzelm [Sun, 16 Sep 2007 14:52:34 +0200] rev 24599
use_text/file: tune text (cf. ML_Parse.fix_ints);
activate proper int setup;
wenzelm [Sun, 16 Sep 2007 14:52:33 +0200] rev 24598
added ml_system_fix_ints;
use_text/file: tune text (cf. ML_Parse.fix_ints);
wenzelm [Sun, 16 Sep 2007 14:52:32 +0200] rev 24597
added ml_system_fix_ints;
wenzelm [Sun, 16 Sep 2007 14:52:31 +0200] rev 24596
removed obsolete Selector token;
tuned signature;
string syntax: proper escape format;
wenzelm [Sun, 16 Sep 2007 14:52:29 +0200] rev 24595
tuned message;
wenzelm [Sun, 16 Sep 2007 14:52:28 +0200] rev 24594
Minimal parsing for SML -- fixing integer numerals.
wenzelm [Sun, 16 Sep 2007 14:52:26 +0200] rev 24593
added some int constraints (ML_Parse.fix_ints not active here);
haftmann [Sat, 15 Sep 2007 19:29:29 +0200] rev 24592
added rudimentary instantiation stub
haftmann [Sat, 15 Sep 2007 19:27:50 +0200] rev 24591
added explicit theorems
haftmann [Sat, 15 Sep 2007 19:27:48 +0200] rev 24590
delayed evaluation
haftmann [Sat, 15 Sep 2007 19:27:44 +0200] rev 24589
clarified class interfaces and internals
haftmann [Sat, 15 Sep 2007 19:27:43 +0200] rev 24588
introduced classes
haftmann [Sat, 15 Sep 2007 19:27:42 +0200] rev 24587
multi-functional value keyword
haftmann [Sat, 15 Sep 2007 19:27:41 +0200] rev 24586
added lemmas for finiteness
haftmann [Sat, 15 Sep 2007 19:27:40 +0200] rev 24585
tuned
haftmann [Sat, 15 Sep 2007 19:27:35 +0200] rev 24584
fixed title
wenzelm [Sat, 15 Sep 2007 19:26:28 +0200] rev 24583
replaced Symbol.is_hex_letter to Symbol.is_ascii_hex;
wenzelm [Sat, 15 Sep 2007 19:26:17 +0200] rev 24582
ML_Lex.keywords;
tuned comments;
wenzelm [Sat, 15 Sep 2007 19:26:06 +0200] rev 24581
tuned comments;
wenzelm [Sat, 15 Sep 2007 19:25:54 +0200] rev 24580
replaced Symbol.is_hex_letter to Symbol.is_ascii_hex;
tuned Symbol.is_ascii_blank (according to SML syntax);
wenzelm [Sat, 15 Sep 2007 19:25:43 +0200] rev 24579
Lexical syntax for SML.
wenzelm [Sat, 15 Sep 2007 19:25:32 +0200] rev 24578
added ML/ml_lex.ML;
wenzelm [Sat, 15 Sep 2007 19:25:19 +0200] rev 24577
removed redundant OuterLex.make_lexicon;
krauss [Fri, 14 Sep 2007 22:22:53 +0200] rev 24576
lexicographic_order method uses "<*mlex*>" instead of "measures" => no longer depends on List.thy
krauss [Fri, 14 Sep 2007 22:21:46 +0200] rev 24575
added "<*mlex*>" which lexicographically combines a measure function with a relation
wenzelm [Fri, 14 Sep 2007 17:02:34 +0200] rev 24574
moved ML_XXX.ML files to Pure/ML;
paulson [Fri, 14 Sep 2007 15:27:12 +0200] rev 24573
tidied