Wed, 13 Aug 2014 17:17:51 +0200 add algebraic type class instances for Enum.finite* types
Andreas Lochbihler [Wed, 13 Aug 2014 17:17:51 +0200] rev 57922
add algebraic type class instances for Enum.finite* types
Wed, 13 Aug 2014 14:57:16 +0200 Quickcheck_Types is no longer needed due to 51aa30c9ee4e
Andreas Lochbihler [Wed, 13 Aug 2014 14:57:16 +0200] rev 57921
Quickcheck_Types is no longer needed due to 51aa30c9ee4e
Tue, 12 Aug 2014 21:29:50 +0200 clarified focus and key handling -- more like SideKick;
wenzelm [Tue, 12 Aug 2014 21:29:50 +0200] rev 57920
clarified focus and key handling -- more like SideKick; avoid resetting input map with its potentially confusion propagation of key events to unrelated components, e.g. main text area or tree scrollbar;
Tue, 12 Aug 2014 20:42:39 +0200 merged
wenzelm [Tue, 12 Aug 2014 20:42:39 +0200] rev 57919
merged
Tue, 12 Aug 2014 20:18:27 +0200 tuned signature according to Scala version -- prefer explicit argument;
wenzelm [Tue, 12 Aug 2014 20:18:27 +0200] rev 57918
tuned signature according to Scala version -- prefer explicit argument;
Tue, 12 Aug 2014 18:54:53 +0200 tuned signature;
wenzelm [Tue, 12 Aug 2014 18:54:53 +0200] rev 57917
tuned signature;
Tue, 12 Aug 2014 18:36:43 +0200 generic process wrapping in Prover;
wenzelm [Tue, 12 Aug 2014 18:36:43 +0200] rev 57916
generic process wrapping in Prover; clarified module arrangement;
Tue, 12 Aug 2014 17:28:07 +0200 more abstract Prover.System_Process, which allows to bypass Isabelle_System.Managed_Process;
wenzelm [Tue, 12 Aug 2014 17:28:07 +0200] rev 57915
more abstract Prover.System_Process, which allows to bypass Isabelle_System.Managed_Process;
Tue, 12 Aug 2014 16:20:09 +0200 allow hyperlinks without offset, just in case the prover emits such reports, despite Position.is_reported;
wenzelm [Tue, 12 Aug 2014 16:20:09 +0200] rev 57914
allow hyperlinks without offset, just in case the prover emits such reports, despite Position.is_reported;
Tue, 12 Aug 2014 16:10:59 +0200 more frugal standard message properties;
wenzelm [Tue, 12 Aug 2014 16:10:59 +0200] rev 57913
more frugal standard message properties;
Tue, 12 Aug 2014 15:46:20 +0200 tuned;
wenzelm [Tue, 12 Aug 2014 15:46:20 +0200] rev 57912
tuned;
Tue, 12 Aug 2014 15:31:24 +0200 clarified Position.Identified: do not require range from prover, default to command position;
wenzelm [Tue, 12 Aug 2014 15:31:24 +0200] rev 57911
clarified Position.Identified: do not require range from prover, default to command position;
Tue, 12 Aug 2014 14:15:58 +0200 maintain Command_Range position as in ML;
wenzelm [Tue, 12 Aug 2014 14:15:58 +0200] rev 57910
maintain Command_Range position as in ML;
Tue, 12 Aug 2014 13:18:17 +0200 more compact representation of special string values;
wenzelm [Tue, 12 Aug 2014 13:18:17 +0200] rev 57909
more compact representation of special string values;
Tue, 12 Aug 2014 12:06:22 +0200 separate Java FX modules -- no need to include jfxrt.jar by default;
wenzelm [Tue, 12 Aug 2014 12:06:22 +0200] rev 57908
separate Java FX modules -- no need to include jfxrt.jar by default;
Tue, 12 Aug 2014 00:23:30 +0200 tuned signature;
wenzelm [Tue, 12 Aug 2014 00:23:30 +0200] rev 57907
tuned signature;
Tue, 12 Aug 2014 00:17:02 +0200 tuned signature;
wenzelm [Tue, 12 Aug 2014 00:17:02 +0200] rev 57906
tuned signature;
Tue, 12 Aug 2014 00:08:32 +0200 separate module Command_Span: mostly syntactic representation;
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;
Mon, 11 Aug 2014 22:59:38 +0200 tuned signature;
wenzelm [Mon, 11 Aug 2014 22:59:38 +0200] rev 57904
tuned signature;
Mon, 11 Aug 2014 22:46:27 +0200 clarified Command_Span in accordance to Scala (see also c2c1e5944536);
wenzelm [Mon, 11 Aug 2014 22:46:27 +0200] rev 57903
clarified Command_Span in accordance to Scala (see also c2c1e5944536);
Mon, 11 Aug 2014 22:43:26 +0200 tuned output, in accordance to transaction name in ML;
wenzelm [Mon, 11 Aug 2014 22:43:26 +0200] rev 57902
tuned output, in accordance to transaction name in ML;
Mon, 11 Aug 2014 22:29:48 +0200 more explicit type Span in Scala, according to ML version;
wenzelm [Mon, 11 Aug 2014 22:29:48 +0200] rev 57901
more explicit type Span in Scala, according to ML version;
Mon, 11 Aug 2014 20:46:56 +0200 clarified modules;
wenzelm [Mon, 11 Aug 2014 20:46:56 +0200] rev 57900
clarified modules;
Mon, 11 Aug 2014 20:30:01 +0200 clarified signature: entity serial number is not position id;
wenzelm [Mon, 11 Aug 2014 20:30:01 +0200] rev 57899
clarified signature: entity serial number is not position id;
Tue, 12 Aug 2014 17:18:12 +0200 avoid needless (and wrong w.r.t. sorts) generation of type variables; tuned whitespaces;
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;
Tue, 12 Aug 2014 15:48:59 +0200 improved unfolding of 'let's
blanchet [Tue, 12 Aug 2014 15:48:59 +0200] rev 57897
improved unfolding of 'let's
Tue, 12 Aug 2014 15:48:59 +0200 tuned whitespace
blanchet [Tue, 12 Aug 2014 15:48:59 +0200] rev 57896
tuned whitespace
Tue, 12 Aug 2014 15:48:59 +0200 less aggressive unfolding; removed debugging;
blanchet [Tue, 12 Aug 2014 15:48:59 +0200] rev 57895
less aggressive unfolding; removed debugging;
Tue, 12 Aug 2014 12:32:05 +0200 document property 'set_cases'
desharna [Tue, 12 Aug 2014 12:32:05 +0200] rev 57894
document property 'set_cases'
Tue, 12 Aug 2014 12:31:42 +0200 generate 'set_cases' theorem for (co)datatypes
desharna [Tue, 12 Aug 2014 12:31:42 +0200] rev 57893
generate 'set_cases' theorem for (co)datatypes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip