wenzelm [Tue, 12 Aug 2014 15:31:24 +0200] rev 57911
clarified Position.Identified: do not require range from prover, default to command position;
wenzelm [Tue, 12 Aug 2014 14:15:58 +0200] rev 57910
maintain Command_Range position as in ML;
wenzelm [Tue, 12 Aug 2014 13:18:17 +0200] rev 57909
more compact representation of special string values;
wenzelm [Tue, 12 Aug 2014 12:06:22 +0200] rev 57908
separate Java FX modules -- no need to include jfxrt.jar by default;
wenzelm [Tue, 12 Aug 2014 00:23:30 +0200] rev 57907
tuned signature;
wenzelm [Tue, 12 Aug 2014 00:17:02 +0200] rev 57906
tuned signature;
wenzelm [Tue, 12 Aug 2014 00:08:32 +0200] rev 57905
separate module Command_Span: mostly syntactic representation;
potentially prover-specific Output_Syntax.parse_spans;
wenzelm [Mon, 11 Aug 2014 22:59:38 +0200] rev 57904
tuned signature;
wenzelm [Mon, 11 Aug 2014 22:46:27 +0200] rev 57903
clarified Command_Span in accordance to Scala (see also c2c1e5944536);
wenzelm [Mon, 11 Aug 2014 22:43:26 +0200] rev 57902
tuned output, in accordance to transaction name in ML;
wenzelm [Mon, 11 Aug 2014 22:29:48 +0200] rev 57901
more explicit type Span in Scala, according to ML version;
wenzelm [Mon, 11 Aug 2014 20:46:56 +0200] rev 57900
clarified modules;
wenzelm [Mon, 11 Aug 2014 20:30:01 +0200] rev 57899
clarified signature: entity serial number is not position id;
blanchet [Tue, 12 Aug 2014 17:18:12 +0200] rev 57898
avoid needless (and wrong w.r.t. sorts) generation of type variables; tuned whitespaces;
blanchet [Tue, 12 Aug 2014 15:48:59 +0200] rev 57897
improved unfolding of 'let's
blanchet [Tue, 12 Aug 2014 15:48:59 +0200] rev 57896
tuned whitespace
blanchet [Tue, 12 Aug 2014 15:48:59 +0200] rev 57895
less aggressive unfolding; removed debugging;
desharna [Tue, 12 Aug 2014 12:32:05 +0200] rev 57894
document property 'set_cases'
desharna [Tue, 12 Aug 2014 12:31:42 +0200] rev 57893
generate 'set_cases' theorem for (co)datatypes
desharna [Tue, 12 Aug 2014 12:01:38 +0200] rev 57892
document property 'set_intros'
desharna [Tue, 12 Aug 2014 12:01:37 +0200] rev 57891
generate 'set_intros' theorem for (co)datatypes
traytel [Mon, 11 Aug 2014 10:43:03 +0200] rev 57890
use Goal.prove_sorry instead of Goal.prove where possible (= no schematics in goal and tactic is expected to succeed)
wenzelm [Sun, 10 Aug 2014 20:45:48 +0200] rev 57889
reduced warnings;
wenzelm [Sun, 10 Aug 2014 19:53:30 +0200] rev 57888
some localization;
wenzelm [Sun, 10 Aug 2014 19:44:20 +0200] rev 57887
support aliases within the facts space;
wenzelm [Sun, 10 Aug 2014 16:13:12 +0200] rev 57886
support for named collections of theorems in canonical order;
wenzelm [Sun, 10 Aug 2014 15:59:12 +0200] rev 57885
insist in proper 'document_files';
wenzelm [Sun, 10 Aug 2014 15:45:06 +0200] rev 57884
tuned -- avoid confusion with @{assert} for system failures (exception Fail);