blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55869
rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55868
rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55867
rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55866
life without 'metis'
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55865
rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55864
rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55863
rationalize internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55862
optimized simple non-recursive datatypes by reusing 'case' for 'rec' constant
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55861
compile
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55860
make 'diff_iff' a simp rule if available
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55859
less aggressive resolving
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55858
repaired argument list to corecursor
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55857
adapted to absence of 'unfold'
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55856
got rid of automatically generated fold constant and theorems (to reduce overhead)
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55855
use same identity function for abs and rep (doesn't seem to confuse any proofs)
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55854
make 'typedef' optional, depending on size of original type
blanchet [Mon, 03 Mar 2014 12:48:19 +0100] rev 55853
use aconv to compare terms (for cleanliness)
blanchet [Mon, 03 Mar 2014 12:48:19 +0100] rev 55852
tuning
blanchet [Mon, 03 Mar 2014 12:48:19 +0100] rev 55851
optimize cardinal bounds involving natLeq (omega)
wenzelm [Mon, 03 Mar 2014 03:13:45 +0100] rev 55850
no extend_word for now, it is in conflict with manual reformatting of sources via TAB (e.g. accidental replacement of 'assume' by 'assumes');
wenzelm [Sun, 02 Mar 2014 22:43:20 +0100] rev 55849
merged
wenzelm [Sun, 02 Mar 2014 22:39:34 +0100] rev 55848
more standard module name;
wenzelm [Sun, 02 Mar 2014 22:37:55 +0100] rev 55847
silence warning due to addsimps @{thms dnf_simps}: duplicate not_not rule via simp_thms and nnf_simps;
wenzelm [Sun, 02 Mar 2014 22:24:52 +0100] rev 55846
tuned whitespace;
wenzelm [Sun, 02 Mar 2014 22:03:27 +0100] rev 55845
allow suffix of underscores (usually unused names), to extend completion beyond already recognized entry;
wenzelm [Sun, 02 Mar 2014 21:52:44 +0100] rev 55844
tuned proofs;
wenzelm [Sun, 02 Mar 2014 21:30:47 +0100] rev 55843
prefer Name_Space.check with its builtin reports (including completion);
wenzelm [Sun, 02 Mar 2014 21:13:29 +0100] rev 55842
tuned source structure;
wenzelm [Sun, 02 Mar 2014 21:02:27 +0100] rev 55841
prefer Name_Space.check with its builtin reports (including completion);
wenzelm [Sun, 02 Mar 2014 20:34:11 +0100] rev 55840
consider completion report as part of error message -- less stateful, may get handled;
wenzelm [Sun, 02 Mar 2014 20:20:20 +0100] rev 55839
more markup for read_class: imitate Name_Space.check despite lack of Name_Space.table;
wenzelm [Sun, 02 Mar 2014 19:45:38 +0100] rev 55838
more antiquotations;
wenzelm [Sun, 02 Mar 2014 19:00:45 +0100] rev 55837
clarified names of antiquotations and markup;
more documentation;
nipkow [Sun, 02 Mar 2014 19:15:23 +0100] rev 55836
tuned proof
nipkow [Sun, 02 Mar 2014 18:41:41 +0100] rev 55835
merged
nipkow [Sun, 02 Mar 2014 18:41:26 +0100] rev 55834
tuned proofs
wenzelm [Sun, 02 Mar 2014 18:20:08 +0100] rev 55833
repaired document;
wenzelm [Sun, 02 Mar 2014 18:11:30 +0100] rev 55832
repaired document;
wenzelm [Sun, 02 Mar 2014 00:05:35 +0100] rev 55831
more markup for ML source;
wenzelm [Sat, 01 Mar 2014 23:48:55 +0100] rev 55830
merged
wenzelm [Sat, 01 Mar 2014 23:17:37 +0100] rev 55829
tuned signature;
wenzelm [Sat, 01 Mar 2014 22:46:31 +0100] rev 55828
clarified language markup: added "delimited" property;
type Symbol_Pos.source preserves information about delimited outer tokens (e.g string, cartouche);
observe Completion.Language_Context only for delimited languages, which is important to complete keywords after undelimited inner tokens, e.g. "lemma A pro";
wenzelm [Sat, 01 Mar 2014 19:55:01 +0100] rev 55827
clarified module structure;
wenzelm [Sat, 01 Mar 2014 19:43:35 +0100] rev 55826
tuned;
wenzelm [Sat, 01 Mar 2014 19:39:27 +0100] rev 55825
tuned signature -- separate module Font_Info;
wenzelm [Sat, 01 Mar 2014 18:33:49 +0100] rev 55824
tuned;
wenzelm [Sat, 01 Mar 2014 16:34:30 +0100] rev 55823
font size change with delay, to avoid GUI lagging behind user input;
wenzelm [Sat, 01 Mar 2014 15:58:47 +0100] rev 55822
incorporate chunk range that is 1 off end-of-input, for improved error positions (NB: command spans are tight, without trailing whitespace);
tuned signature;
wenzelm [Sat, 01 Mar 2014 13:05:46 +0100] rev 55821
more symbols, less parentheses;
wenzelm [Sat, 01 Mar 2014 12:07:26 +0100] rev 55820
tuned signature -- more explicit Document.Elements;
traytel [Sat, 01 Mar 2014 20:40:31 +0100] rev 55819
made SML/NJ happier
haftmann [Sat, 01 Mar 2014 17:08:39 +0100] rev 55818
more precise imports;
avoid duplicated simp rules in fact collections;
dropped redundancy
haftmann [Sat, 01 Mar 2014 09:34:08 +0100] rev 55817
earlier setup of transfer, without dependency on psychodelic interpretations
haftmann [Sat, 01 Mar 2014 08:21:46 +0100] rev 55816
cursory polishing: tuned proofs, tuned symbols, tuned headings
wenzelm [Fri, 28 Feb 2014 22:56:15 +0100] rev 55815
merged
wenzelm [Fri, 28 Feb 2014 22:42:56 +0100] rev 55814
tuned whitespace;
more symbols;
wenzelm [Fri, 28 Feb 2014 22:19:29 +0100] rev 55813
allow completion within a word (or symbol), like semantic completion;
no special treatment for History_Text_Field, due to lack of active range rendering;
wenzelm [Fri, 28 Feb 2014 22:11:52 +0100] rev 55812
more regular buffer_range, despite 47e8c8daccae;
more robust invalidate_range, which is relevant when editing at the end of the buffer (NB: last line offset by be outside actual buffer length);
traytel [Fri, 28 Feb 2014 17:54:52 +0100] rev 55811
load Metis a little later
traytel [Fri, 28 Feb 2014 22:00:13 +0100] rev 55810
made SML/NJ happier
nipkow [Fri, 28 Feb 2014 18:11:11 +0100] rev 55809
merged
nipkow [Fri, 28 Feb 2014 18:11:02 +0100] rev 55808
added Rene Thiemann's patch for the nonterminating equality/subset test code for multisets
nipkow [Fri, 28 Feb 2014 18:09:37 +0100] rev 55807
added function "List.extract"
wenzelm [Fri, 28 Feb 2014 17:31:19 +0100] rev 55806
explicit link to Z3 license;
wenzelm [Fri, 28 Feb 2014 15:20:18 +0100] rev 55805
recovered minimal README from 30de372ca56f;
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;
wenzelm [Thu, 27 Feb 2014 17:56:59 +0100] rev 55790
simplified rendering -- no need to over-emphasize "token_range";
wenzelm [Thu, 27 Feb 2014 17:39:20 +0100] rev 55789
modernized theory setup;
wenzelm [Thu, 27 Feb 2014 17:29:58 +0100] rev 55788
store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing;
integrity check of SHA1 digests produced in Scala vs. ML;
tuned signature;
wenzelm [Thu, 27 Feb 2014 17:24:46 +0100] rev 55787
more symbols;
wenzelm [Thu, 27 Feb 2014 17:24:16 +0100] rev 55786
more symbol abbrevs to support HOL library maintenance;
wenzelm [Thu, 27 Feb 2014 14:51:14 +0100] rev 55785
reparse only for actually changed blobs;
tuned signature;
wenzelm [Thu, 27 Feb 2014 14:15:23 +0100] rev 55784
proper document blobs for initial edit, which is relevant for loading auxiliary file buffers;
wenzelm [Thu, 27 Feb 2014 14:07:04 +0100] rev 55783
more formal Document.Blobs;
removed junk;
wenzelm [Thu, 27 Feb 2014 12:48:59 +0100] rev 55782
tuned output;
wenzelm [Thu, 27 Feb 2014 12:37:43 +0100] rev 55781
proper update of text perspective for nodes with changed blobs, which is important to refresh the corresponding command perspective (otherwise it might refer to invalid thy_load commands and cause full execution of the node by the prover);
wenzelm [Thu, 27 Feb 2014 10:59:12 +0100] rev 55780
tuned iterator;
wenzelm [Thu, 27 Feb 2014 10:58:43 +0100] rev 55779
tuned;
wenzelm [Thu, 27 Feb 2014 10:38:47 +0100] rev 55778
tuned comment;
wenzelm [Wed, 26 Feb 2014 20:56:55 +0100] rev 55777
tuned output;
haftmann [Thu, 27 Feb 2014 18:07:53 +0100] rev 55776
amended some slips, rolling back currently dysfunctional export minimimalisation for Scala
paulson <lp15@cam.ac.uk> [Thu, 27 Feb 2014 16:07:21 +0000] rev 55775
A bit of tidying up
blanchet [Thu, 27 Feb 2014 15:19:09 +0100] rev 55774
added two examples