wenzelm [Thu, 04 Nov 2010 10:58:03 +0100] rev 40338
clarified tooltips: message output by default, extra info via control/command;
wenzelm [Thu, 04 Nov 2010 10:33:37 +0100] rev 40337
warn in correlation with report -- avoid spurious message duplicates;
wenzelm [Thu, 04 Nov 2010 10:22:59 +0100] rev 40336
tuned;
wenzelm [Wed, 03 Nov 2010 21:53:56 +0100] rev 40335
feeder: treat header as escaped utf8 to allow initial ML text to refer to non-ASCII file/directory names (e.g. "Documents/" on Chinese Ubuntu);
boehmes [Wed, 03 Nov 2010 17:11:40 +0100] rev 40334
merged
boehmes [Wed, 03 Nov 2010 17:02:53 +0100] rev 40333
updated SMT certificates
boehmes [Wed, 03 Nov 2010 16:44:38 +0100] rev 40332
standardize timeout value based on reals
wenzelm [Wed, 03 Nov 2010 15:56:15 +0100] rev 40331
merged
huffman [Wed, 03 Nov 2010 07:02:09 -0700] rev 40330
merged
huffman [Sat, 30 Oct 2010 15:13:11 -0700] rev 40329
change default_sort of HOLCF from pcpo to bifinite; rename command 'new_domain' to 'domain'; rename 'domain' to 'domain (unsafe)'
huffman [Sat, 30 Oct 2010 12:25:18 -0700] rev 40328
merged
huffman [Fri, 29 Oct 2010 17:15:28 -0700] rev 40327
renamed {Rep,Abs}_CFun to {Rep,Abs}_cfun
huffman [Fri, 29 Oct 2010 16:51:40 -0700] rev 40326
renamed lemma cont2cont_Rep_CFun to cont2cont_APP
huffman [Fri, 29 Oct 2010 16:24:07 -0700] rev 40325
simplify proof of typedef_cont_Abs
huffman [Wed, 27 Oct 2010 15:50:01 -0700] rev 40324
rename constant trifte to tr_case
huffman [Wed, 27 Oct 2010 14:31:39 -0700] rev 40323
add 'LAM (Def x). t' as alternative syntax for 'FLIFT x. t'
huffman [Wed, 27 Oct 2010 14:15:54 -0700] rev 40322
make syntax of continuous if-then-else consistent with HOL if-then-else
huffman [Wed, 27 Oct 2010 13:54:18 -0700] rev 40321
rename lemmas *_defined_iff and *_strict_iff to *_bottom_iff
haftmann [Wed, 03 Nov 2010 10:44:53 +0100] rev 40320
polyml_as_definition does not require explicit dependencies on external ML files
wenzelm [Wed, 03 Nov 2010 13:54:23 +0100] rev 40319
explicit warning about opaque signature matching -- saves extra paragraph in implementation manual;
wenzelm [Wed, 03 Nov 2010 11:33:51 +0100] rev 40318
discontinued obsolete function sys_error and exception SYS_ERROR;
wenzelm [Wed, 03 Nov 2010 11:11:49 +0100] rev 40317
replaced ancient sys_error by raise Fail, assuming that the latter is not handled specifically by the environment;
wenzelm [Wed, 03 Nov 2010 11:06:22 +0100] rev 40316
replaced ancient sys_error by raise Fail, assuming that the latter is not handled specifically by the environment;
wenzelm [Wed, 03 Nov 2010 10:51:40 +0100] rev 40315
try_param_tac: plain user error appears more appropriate;
wenzelm [Wed, 03 Nov 2010 10:48:55 +0100] rev 40314
replaced ancient sys_error by raise Fail, assuming that the latter is not handled specifically by the environment;
wenzelm [Wed, 03 Nov 2010 10:20:37 +0100] rev 40313
eliminated dead code;
wenzelm [Wed, 03 Nov 2010 10:18:05 +0100] rev 40312
more conventional exceptions for abstract syntax operations -- eliminated ancient SYS_ERROR;
proper signature constraint;
nipkow [Wed, 03 Nov 2010 08:29:32 +0100] rev 40311
removed assumption
wenzelm [Tue, 02 Nov 2010 21:59:21 +0100] rev 40310
more on naming tactics;
wenzelm [Tue, 02 Nov 2010 21:24:07 +0100] rev 40309
merged