blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56641
reverted rb458558cbcc2 -- better to keep 'case' and 'rec' distinct, otherwise we lose the connection between 'ctor_rec' (the low-level recursor) and 'rec'
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56640
generate 'rec_o_map' and 'size_o_map' in size extension
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56639
made old-style 'size' interpretation hook more robust in case 'size' is already specified (either by the user or by the new datatype package)
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56638
generate size instances for new-style datatypes
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56637
invoke 'fp_sugar' interpretation hook on mutually recursive clique
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56636
declare 'bool' and its proxies as a datatype for SPASS-Pirate
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56635
added 'inj_map' as auxiliary BNF theorem
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56634
tuned whitespace
hoelzl [Wed, 23 Apr 2014 09:32:00 +0200] rev 56633
remove add_eq_zero_iff, it is replaced by add_nonneg_eq_0_iff; also removes it from the simpset
wenzelm [Tue, 22 Apr 2014 12:41:34 +0200] rev 56632
favorites for jEdit file browser, although an expanded directory path is expected here, not environment variables;
wenzelm [Tue, 22 Apr 2014 12:30:54 +0200] rev 56631
tuned;
wenzelm [Tue, 22 Apr 2014 12:05:02 +0200] rev 56630
clarified exit code for the rare situation where Runtime.exn_error_message might fail;
wenzelm [Tue, 22 Apr 2014 12:03:58 +0200] rev 56629
tuned;
wenzelm [Tue, 22 Apr 2014 11:53:05 +0200] rev 56628
tuned -- avoid warning about catch-all handler;
wenzelm [Tue, 22 Apr 2014 11:47:57 +0200] rev 56627
more general exit;
haftmann [Mon, 21 Apr 2014 21:16:05 +0200] rev 56626
swap with qualifier;
tuned
paulson <lp15@cam.ac.uk> [Sun, 20 Apr 2014 00:25:05 +0100] rev 56625
sos accepts False, returns apply command
wenzelm [Sat, 19 Apr 2014 20:01:26 +0200] rev 56624
clarified actor plumbing;
wenzelm [Sat, 19 Apr 2014 19:52:02 +0200] rev 56623
more elementary option sledgehammer_provers, avoiding complications of defaults from ML side (NB: guessing at number of cores does not make sense in PIDE);
wenzelm [Sat, 19 Apr 2014 19:03:32 +0200] rev 56622
clarified tooltip_lines: HTML.encode already takes care of newline (but not space);
wenzelm [Sat, 19 Apr 2014 18:37:41 +0200] rev 56621
removed odd context argument: Thy_Info.get_theory does not fit into PIDE document model;
wenzelm [Sat, 19 Apr 2014 17:33:51 +0200] rev 56620
obsolete for release;
wenzelm [Sat, 19 Apr 2014 17:28:07 +0200] rev 56619
obsolete since polyml-5.5.0;
wenzelm [Sat, 19 Apr 2014 17:23:05 +0200] rev 56618
added command 'SML_export' and 'SML_import' for exchange of toplevel bindings;
wenzelm [Thu, 17 Apr 2014 14:52:23 +0200] rev 56617
reintroduced process interrupt for the sake of synchronous protocol commands like "use_theories" (see also 27930cf6f0f7);
wenzelm [Thu, 17 Apr 2014 13:21:36 +0200] rev 56616
added protocol command "use_theories", with core functionality of batch build;
wenzelm [Thu, 17 Apr 2014 12:03:15 +0200] rev 56615
tuned comments;
wenzelm [Thu, 17 Apr 2014 11:42:36 +0200] rev 56614
tuned;