traytel [Thu, 27 Feb 2014 22:46:29 +0100] rev 55804
adapt examples to new intermediate typedef
traytel [Tue, 25 Feb 2014 18:14:26 +0100] rev 55803
joint work with blanchet: intermediate typedef for the input to fp-operations
wenzelm [Fri, 28 Feb 2014 12:04:40 +0100] rev 55802
prefer abstract datatype -- in accordance to ML version;
wenzelm [Fri, 28 Feb 2014 11:58:26 +0100] rev 55801
tuned data structure;
wenzelm [Fri, 28 Feb 2014 11:50:54 +0100] rev 55800
tuned;
wenzelm [Fri, 28 Feb 2014 11:48:14 +0100] rev 55799
tuned comment;
wenzelm [Fri, 28 Feb 2014 11:46:54 +0100] rev 55798
tuned signature;
wenzelm [Fri, 28 Feb 2014 11:13:25 +0100] rev 55797
tuned errors -- in accordance to Scala version;
wenzelm [Fri, 28 Feb 2014 10:50:54 +0100] rev 55796
tuned errors -- in accordance to ML antiquotations;
wenzelm [Fri, 28 Feb 2014 10:40:04 +0100] rev 55795
more explicit method reports;
avoid combinator parsers with observable effect -- unreliable due to backtracking (Scan.FAIL) and incremental input (Scan.MORE);
wenzelm [Thu, 27 Feb 2014 21:36:40 +0100] rev 55794
merged
wenzelm [Thu, 27 Feb 2014 21:31:58 +0100] rev 55793
tuned whitespace;
tuned proofs;
wenzelm [Thu, 27 Feb 2014 21:27:58 +0100] rev 55792
tuned whitespace;
modernized theory setup;
wenzelm [Thu, 27 Feb 2014 21:02:09 +0100] rev 55791
clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits;
clarified asynchronous event propagation: determine buffers where they are actually accessed;
tuned signature;