Wed, 05 Mar 2014 15:25:52 +0100 special treatment of method combinators like Args.$$$ keywords, although parsed via Parse.$$$;
wenzelm [Wed, 05 Mar 2014 15:25:52 +0100] rev 55917
special treatment of method combinators like Args.$$$ keywords, although parsed via Parse.$$$;
Wed, 05 Mar 2014 15:24:06 +0100 more thorough (potentially duplicate) markup, e.g. relevant for embedded Args syntax within antiquotations;
wenzelm [Wed, 05 Mar 2014 15:24:06 +0100] rev 55916
more thorough (potentially duplicate) markup, e.g. relevant for embedded Args syntax within antiquotations;
Wed, 05 Mar 2014 14:19:54 +0100 suppress short abbreviations more uniformly, for outer and quasi-outer syntax;
wenzelm [Wed, 05 Mar 2014 14:19:54 +0100] rev 55915
suppress short abbreviations more uniformly, for outer and quasi-outer syntax; tuned signature;
Wed, 05 Mar 2014 13:11:08 +0100 clarified init_assignable: make double-sure that initial values are reset;
wenzelm [Wed, 05 Mar 2014 13:11:08 +0100] rev 55914
clarified init_assignable: make double-sure that initial values are reset; more systematic reports for Args.syntax: indicate Args.$$$ quasi-keywords and suppress confusing completion of single symbols like ":", "|", "?";
Wed, 05 Mar 2014 09:59:48 +0100 proper UTF-8;
wenzelm [Wed, 05 Mar 2014 09:59:48 +0100] rev 55913
proper UTF-8;
Tue, 04 Mar 2014 16:16:05 -0800 fix typo
huffman [Tue, 04 Mar 2014 16:16:05 -0800] rev 55912
fix typo
Tue, 04 Mar 2014 15:26:12 -0800 remove simp rules made redundant by the replacement of neg_numeral with negated numerals
huffman [Tue, 04 Mar 2014 15:26:12 -0800] rev 55911
remove simp rules made redundant by the replacement of neg_numeral with negated numerals
Tue, 04 Mar 2014 14:14:28 -0800 tuned proof
huffman [Tue, 04 Mar 2014 14:14:28 -0800] rev 55910
tuned proof
Tue, 04 Mar 2014 14:00:59 -0800 tuned proof script
huffman [Tue, 04 Mar 2014 14:00:59 -0800] rev 55909
tuned proof script
Tue, 04 Mar 2014 22:30:12 +0100 no 'sorry' so that the schematic variable gets instantiated
blanchet [Tue, 04 Mar 2014 22:30:12 +0100] rev 55908
no 'sorry' so that the schematic variable gets instantiated
Tue, 04 Mar 2014 21:42:40 +0100 removed junk
blanchet [Tue, 04 Mar 2014 21:42:40 +0100] rev 55907
removed junk
Tue, 04 Mar 2014 18:57:17 +0100 simplify sets in BNF composition
blanchet [Tue, 04 Mar 2014 18:57:17 +0100] rev 55906
simplify sets in BNF composition
Tue, 04 Mar 2014 18:57:17 +0100 tuning
blanchet [Tue, 04 Mar 2014 18:57:17 +0100] rev 55905
tuning
Tue, 04 Mar 2014 18:57:17 +0100 more caching in composition pipeline
blanchet [Tue, 04 Mar 2014 18:57:17 +0100] rev 55904
more caching in composition pipeline
Tue, 04 Mar 2014 18:57:17 +0100 register relator equations as spec rules only for datatypes -- for codatatypes they underspecify the function and are therefore dangerous (e.g. to Nitpick)
blanchet [Tue, 04 Mar 2014 18:57:17 +0100] rev 55903
register relator equations as spec rules only for datatypes -- for codatatypes they underspecify the function and are therefore dangerous (e.g. to Nitpick)
Tue, 04 Mar 2014 18:57:17 +0100 updated docs
blanchet [Tue, 04 Mar 2014 18:57:17 +0100] rev 55902
updated docs
Tue, 04 Mar 2014 18:57:17 +0100 renamed a pair of low-level theorems to have c/dtor in their names (like the others)
blanchet [Tue, 04 Mar 2014 18:57:17 +0100] rev 55901
renamed a pair of low-level theorems to have c/dtor in their names (like the others)
Tue, 04 Mar 2014 13:38:02 +0100 propagate the exception that is expected later on
traytel [Tue, 04 Mar 2014 13:38:02 +0100] rev 55900
propagate the exception that is expected later on
Tue, 04 Mar 2014 12:32:33 +0100 N2M does not use the low-level 'fold'; removed the latter from the fp_result interface;
traytel [Tue, 04 Mar 2014 12:32:33 +0100] rev 55899
N2M does not use the low-level 'fold'; removed the latter from the fp_result interface;
Tue, 04 Mar 2014 10:35:37 +0100 merge
blanchet [Tue, 04 Mar 2014 10:35:37 +0100] rev 55898
merge
Tue, 04 Mar 2014 09:29:56 +0100 removed debugging leftover
blanchet [Tue, 04 Mar 2014 09:29:56 +0100] rev 55897
removed debugging leftover
Tue, 04 Mar 2014 09:07:49 +0100 minor doc fix
blanchet [Tue, 04 Mar 2014 09:07:49 +0100] rev 55896
minor doc fix
Tue, 04 Mar 2014 08:19:04 +0100 added contributor
nipkow [Tue, 04 Mar 2014 08:19:04 +0100] rev 55895
added contributor
Mon, 03 Mar 2014 23:05:49 +0100 simplified N2M code now that 'fold' is no longer used by the sugar layer + use right context in all 'force_typ' calls
blanchet [Mon, 03 Mar 2014 23:05:49 +0100] rev 55894
simplified N2M code now that 'fold' is no longer used by the sugar layer + use right context in all 'force_typ' calls
Mon, 03 Mar 2014 23:05:30 +0100 fixed handling of 'case_prod' and other 'case' functions for interpreted types
blanchet [Mon, 03 Mar 2014 23:05:30 +0100] rev 55893
fixed handling of 'case_prod' and other 'case' functions for interpreted types
Mon, 03 Mar 2014 22:33:22 +0100 updated docs
blanchet [Mon, 03 Mar 2014 22:33:22 +0100] rev 55892
updated docs
Mon, 03 Mar 2014 22:33:22 +0100 support 'datatype_new'-defined datatypes in Nitpick + better support for 'codatatype's
blanchet [Mon, 03 Mar 2014 22:33:22 +0100] rev 55891
support 'datatype_new'-defined datatypes in Nitpick + better support for 'codatatype's
Mon, 03 Mar 2014 22:33:22 +0100 tuned ML names
blanchet [Mon, 03 Mar 2014 22:33:22 +0100] rev 55890
tuned ML names
Mon, 03 Mar 2014 22:33:22 +0100 tuned code
blanchet [Mon, 03 Mar 2014 22:33:22 +0100] rev 55889
tuned code
Mon, 03 Mar 2014 22:33:22 +0100 removed nonstandard models from Nitpick
blanchet [Mon, 03 Mar 2014 22:33:22 +0100] rev 55888
removed nonstandard models from Nitpick
Mon, 03 Mar 2014 16:44:46 +0100 more code lemmas by Rene Thiemann
nipkow [Mon, 03 Mar 2014 16:44:46 +0100] rev 55887
more code lemmas by Rene Thiemann
Mon, 03 Mar 2014 15:14:00 +0100 merged;
wenzelm [Mon, 03 Mar 2014 15:14:00 +0100] rev 55886
merged;
Mon, 03 Mar 2014 13:54:47 +0100 tuned proofs;
wenzelm [Mon, 03 Mar 2014 13:54:47 +0100] rev 55885
tuned proofs;
Mon, 03 Mar 2014 12:54:12 +0100 tuned signature -- emphasize symbol positions (prover) vs. decoded text offsets (editor);
wenzelm [Mon, 03 Mar 2014 12:54:12 +0100] rev 55884
tuned signature -- emphasize symbol positions (prover) vs. decoded text offsets (editor);
Mon, 03 Mar 2014 12:24:14 +0100 recovered position hyperlinks from 65c9968286d5 (NB: "def" position vs. regular one);
wenzelm [Mon, 03 Mar 2014 12:24:14 +0100] rev 55883
recovered position hyperlinks from 65c9968286d5 (NB: "def" position vs. regular one);
Mon, 03 Mar 2014 12:18:59 +0100 tuned messages and markup;
wenzelm [Mon, 03 Mar 2014 12:18:59 +0100] rev 55882
tuned messages and markup;
Mon, 03 Mar 2014 12:14:47 +0100 test polyml-svn;
wenzelm [Mon, 03 Mar 2014 12:14:47 +0100] rev 55881
test polyml-svn;
Mon, 03 Mar 2014 11:58:55 +0100 README is optional in test compilations;
wenzelm [Mon, 03 Mar 2014 11:58:55 +0100] rev 55880
README is optional in test compilations;
Mon, 03 Mar 2014 11:58:07 +0100 clarified path checks: avoid crash of rendering due to spurious errors;
wenzelm [Mon, 03 Mar 2014 11:58:07 +0100] rev 55879
clarified path checks: avoid crash of rendering due to spurious errors;
Mon, 03 Mar 2014 11:37:06 +0100 more precise navigation within open files;
wenzelm [Mon, 03 Mar 2014 11:37:06 +0100] rev 55878
more precise navigation within open files;
Mon, 03 Mar 2014 10:59:33 +0100 tuned signature;
wenzelm [Mon, 03 Mar 2014 10:59:33 +0100] rev 55877
tuned signature;
Mon, 03 Mar 2014 10:41:58 +0100 tuned signature;
wenzelm [Mon, 03 Mar 2014 10:41:58 +0100] rev 55876
tuned signature;
Mon, 03 Mar 2014 14:22:35 +0100 updated NEWS
blanchet [Mon, 03 Mar 2014 14:22:35 +0100] rev 55875
updated NEWS
Mon, 03 Mar 2014 12:58:17 +0100 guard against unsound cases that arise when people peek into 'int' and similar types that are handled specially by Nitpick
blanchet [Mon, 03 Mar 2014 12:58:17 +0100] rev 55874
guard against unsound cases that arise when people peek into 'int' and similar types that are handled specially by Nitpick
Mon, 03 Mar 2014 12:48:20 +0100 adapted example
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55873
adapted example
Mon, 03 Mar 2014 12:48:20 +0100 removed obsolete, harmful step in tactic
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55872
removed obsolete, harmful step in tactic
Mon, 03 Mar 2014 12:48:20 +0100 removed (co)iterators from documentation
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55871
removed (co)iterators from documentation
Mon, 03 Mar 2014 12:48:20 +0100 avoid duplicate 'disc_iff' theorems
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55870
avoid duplicate 'disc_iff' theorems
Mon, 03 Mar 2014 12:48:20 +0100 rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55869
rationalized internals
Mon, 03 Mar 2014 12:48:20 +0100 rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55868
rationalized internals
Mon, 03 Mar 2014 12:48:20 +0100 rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55867
rationalized internals
Mon, 03 Mar 2014 12:48:20 +0100 life without 'metis'
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55866
life without 'metis'
Mon, 03 Mar 2014 12:48:20 +0100 rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55865
rationalized internals
Mon, 03 Mar 2014 12:48:20 +0100 rationalized internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55864
rationalized internals
Mon, 03 Mar 2014 12:48:20 +0100 rationalize internals
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55863
rationalize internals
Mon, 03 Mar 2014 12:48:20 +0100 optimized simple non-recursive datatypes by reusing 'case' for 'rec' constant
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55862
optimized simple non-recursive datatypes by reusing 'case' for 'rec' constant
Mon, 03 Mar 2014 12:48:20 +0100 compile
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55861
compile
Mon, 03 Mar 2014 12:48:20 +0100 make 'diff_iff' a simp rule if available
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55860
make 'diff_iff' a simp rule if available
Mon, 03 Mar 2014 12:48:20 +0100 less aggressive resolving
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55859
less aggressive resolving
Mon, 03 Mar 2014 12:48:20 +0100 repaired argument list to corecursor
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55858
repaired argument list to corecursor
Mon, 03 Mar 2014 12:48:20 +0100 adapted to absence of 'unfold'
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55857
adapted to absence of 'unfold'
Mon, 03 Mar 2014 12:48:20 +0100 got rid of automatically generated fold constant and theorems (to reduce overhead)
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55856
got rid of automatically generated fold constant and theorems (to reduce overhead)
Mon, 03 Mar 2014 12:48:20 +0100 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 55855
use same identity function for abs and rep (doesn't seem to confuse any proofs)
Mon, 03 Mar 2014 12:48:20 +0100 make 'typedef' optional, depending on size of original type
blanchet [Mon, 03 Mar 2014 12:48:20 +0100] rev 55854
make 'typedef' optional, depending on size of original type
Mon, 03 Mar 2014 12:48:19 +0100 use aconv to compare terms (for cleanliness)
blanchet [Mon, 03 Mar 2014 12:48:19 +0100] rev 55853
use aconv to compare terms (for cleanliness)
Mon, 03 Mar 2014 12:48:19 +0100 tuning
blanchet [Mon, 03 Mar 2014 12:48:19 +0100] rev 55852
tuning
Mon, 03 Mar 2014 12:48:19 +0100 optimize cardinal bounds involving natLeq (omega)
blanchet [Mon, 03 Mar 2014 12:48:19 +0100] rev 55851
optimize cardinal bounds involving natLeq (omega)
Mon, 03 Mar 2014 03:13:45 +0100 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 [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');
Sun, 02 Mar 2014 22:43:20 +0100 merged
wenzelm [Sun, 02 Mar 2014 22:43:20 +0100] rev 55849
merged
Sun, 02 Mar 2014 22:39:34 +0100 more standard module name;
wenzelm [Sun, 02 Mar 2014 22:39:34 +0100] rev 55848
more standard module name;
Sun, 02 Mar 2014 22:37:55 +0100 silence warning due to addsimps @{thms dnf_simps}: duplicate not_not rule via simp_thms and nnf_simps;
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;
Sun, 02 Mar 2014 22:24:52 +0100 tuned whitespace;
wenzelm [Sun, 02 Mar 2014 22:24:52 +0100] rev 55846
tuned whitespace;
Sun, 02 Mar 2014 22:03:27 +0100 allow suffix of underscores (usually unused names), to extend completion beyond already recognized entry;
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;
Sun, 02 Mar 2014 21:52:44 +0100 tuned proofs;
wenzelm [Sun, 02 Mar 2014 21:52:44 +0100] rev 55844
tuned proofs;
Sun, 02 Mar 2014 21:30:47 +0100 prefer Name_Space.check with its builtin reports (including completion);
wenzelm [Sun, 02 Mar 2014 21:30:47 +0100] rev 55843
prefer Name_Space.check with its builtin reports (including completion);
Sun, 02 Mar 2014 21:13:29 +0100 tuned source structure;
wenzelm [Sun, 02 Mar 2014 21:13:29 +0100] rev 55842
tuned source structure;
Sun, 02 Mar 2014 21:02:27 +0100 prefer Name_Space.check with its builtin reports (including completion);
wenzelm [Sun, 02 Mar 2014 21:02:27 +0100] rev 55841
prefer Name_Space.check with its builtin reports (including completion);
Sun, 02 Mar 2014 20:34:11 +0100 consider completion report as part of error message -- less stateful, may get handled;
wenzelm [Sun, 02 Mar 2014 20:34:11 +0100] rev 55840
consider completion report as part of error message -- less stateful, may get handled;
Sun, 02 Mar 2014 20:20:20 +0100 more markup for read_class: imitate Name_Space.check despite lack of Name_Space.table;
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;
Sun, 02 Mar 2014 19:45:38 +0100 more antiquotations;
wenzelm [Sun, 02 Mar 2014 19:45:38 +0100] rev 55838
more antiquotations;
Sun, 02 Mar 2014 19:00:45 +0100 clarified names of antiquotations and markup;
wenzelm [Sun, 02 Mar 2014 19:00:45 +0100] rev 55837
clarified names of antiquotations and markup; more documentation;
Sun, 02 Mar 2014 19:15:23 +0100 tuned proof
nipkow [Sun, 02 Mar 2014 19:15:23 +0100] rev 55836
tuned proof
Sun, 02 Mar 2014 18:41:41 +0100 merged
nipkow [Sun, 02 Mar 2014 18:41:41 +0100] rev 55835
merged
Sun, 02 Mar 2014 18:41:26 +0100 tuned proofs
nipkow [Sun, 02 Mar 2014 18:41:26 +0100] rev 55834
tuned proofs
Sun, 02 Mar 2014 18:20:08 +0100 repaired document;
wenzelm [Sun, 02 Mar 2014 18:20:08 +0100] rev 55833
repaired document;
Sun, 02 Mar 2014 18:11:30 +0100 repaired document;
wenzelm [Sun, 02 Mar 2014 18:11:30 +0100] rev 55832
repaired document;
Sun, 02 Mar 2014 00:05:35 +0100 more markup for ML source;
wenzelm [Sun, 02 Mar 2014 00:05:35 +0100] rev 55831
more markup for ML source;
Sat, 01 Mar 2014 23:48:55 +0100 merged
wenzelm [Sat, 01 Mar 2014 23:48:55 +0100] rev 55830
merged
Sat, 01 Mar 2014 23:17:37 +0100 tuned signature;
wenzelm [Sat, 01 Mar 2014 23:17:37 +0100] rev 55829
tuned signature;
Sat, 01 Mar 2014 22:46:31 +0100 clarified language markup: added "delimited" property;
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";
Sat, 01 Mar 2014 19:55:01 +0100 clarified module structure;
wenzelm [Sat, 01 Mar 2014 19:55:01 +0100] rev 55827
clarified module structure;
Sat, 01 Mar 2014 19:43:35 +0100 tuned;
wenzelm [Sat, 01 Mar 2014 19:43:35 +0100] rev 55826
tuned;
Sat, 01 Mar 2014 19:39:27 +0100 tuned signature -- separate module Font_Info;
wenzelm [Sat, 01 Mar 2014 19:39:27 +0100] rev 55825
tuned signature -- separate module Font_Info;
Sat, 01 Mar 2014 18:33:49 +0100 tuned;
wenzelm [Sat, 01 Mar 2014 18:33:49 +0100] rev 55824
tuned;
Sat, 01 Mar 2014 16:34:30 +0100 font size change with delay, to avoid GUI lagging behind user input;
wenzelm [Sat, 01 Mar 2014 16:34:30 +0100] rev 55823
font size change with delay, to avoid GUI lagging behind user input;
Sat, 01 Mar 2014 15:58:47 +0100 incorporate chunk range that is 1 off end-of-input, for improved error positions (NB: command spans are tight, without trailing whitespace);
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;
Sat, 01 Mar 2014 13:05:46 +0100 more symbols, less parentheses;
wenzelm [Sat, 01 Mar 2014 13:05:46 +0100] rev 55821
more symbols, less parentheses;
Sat, 01 Mar 2014 12:07:26 +0100 tuned signature -- more explicit Document.Elements;
wenzelm [Sat, 01 Mar 2014 12:07:26 +0100] rev 55820
tuned signature -- more explicit Document.Elements;
Sat, 01 Mar 2014 20:40:31 +0100 made SML/NJ happier
traytel [Sat, 01 Mar 2014 20:40:31 +0100] rev 55819
made SML/NJ happier
Sat, 01 Mar 2014 17:08:39 +0100 more precise imports;
haftmann [Sat, 01 Mar 2014 17:08:39 +0100] rev 55818
more precise imports; avoid duplicated simp rules in fact collections; dropped redundancy
Sat, 01 Mar 2014 09:34:08 +0100 earlier setup of transfer, without dependency on psychodelic interpretations
haftmann [Sat, 01 Mar 2014 09:34:08 +0100] rev 55817
earlier setup of transfer, without dependency on psychodelic interpretations
Sat, 01 Mar 2014 08:21:46 +0100 cursory polishing: tuned proofs, tuned symbols, tuned headings
haftmann [Sat, 01 Mar 2014 08:21:46 +0100] rev 55816
cursory polishing: tuned proofs, tuned symbols, tuned headings
Fri, 28 Feb 2014 22:56:15 +0100 merged
wenzelm [Fri, 28 Feb 2014 22:56:15 +0100] rev 55815
merged
Fri, 28 Feb 2014 22:42:56 +0100 tuned whitespace;
wenzelm [Fri, 28 Feb 2014 22:42:56 +0100] rev 55814
tuned whitespace; more symbols;
Fri, 28 Feb 2014 22:19:29 +0100 allow completion within a word (or symbol), like semantic completion;
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;
Fri, 28 Feb 2014 22:11:52 +0100 more regular buffer_range, despite 47e8c8daccae;
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);
Fri, 28 Feb 2014 17:54:52 +0100 load Metis a little later
traytel [Fri, 28 Feb 2014 17:54:52 +0100] rev 55811
load Metis a little later
Fri, 28 Feb 2014 22:00:13 +0100 made SML/NJ happier
traytel [Fri, 28 Feb 2014 22:00:13 +0100] rev 55810
made SML/NJ happier
Fri, 28 Feb 2014 18:11:11 +0100 merged
nipkow [Fri, 28 Feb 2014 18:11:11 +0100] rev 55809
merged
Fri, 28 Feb 2014 18:11:02 +0100 added Rene Thiemann's patch for the nonterminating equality/subset test code for multisets
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
Fri, 28 Feb 2014 18:09:37 +0100 added function "List.extract"
nipkow [Fri, 28 Feb 2014 18:09:37 +0100] rev 55807
added function "List.extract"
Fri, 28 Feb 2014 17:31:19 +0100 explicit link to Z3 license;
wenzelm [Fri, 28 Feb 2014 17:31:19 +0100] rev 55806
explicit link to Z3 license;
Fri, 28 Feb 2014 15:20:18 +0100 recovered minimal README from 30de372ca56f;
wenzelm [Fri, 28 Feb 2014 15:20:18 +0100] rev 55805
recovered minimal README from 30de372ca56f;
Thu, 27 Feb 2014 22:46:29 +0100 adapt examples to new intermediate typedef
traytel [Thu, 27 Feb 2014 22:46:29 +0100] rev 55804
adapt examples to new intermediate typedef
Tue, 25 Feb 2014 18:14:26 +0100 joint work with blanchet: intermediate typedef for the input to fp-operations
traytel [Tue, 25 Feb 2014 18:14:26 +0100] rev 55803
joint work with blanchet: intermediate typedef for the input to fp-operations
Fri, 28 Feb 2014 12:04:40 +0100 prefer abstract datatype -- in accordance to ML version;
wenzelm [Fri, 28 Feb 2014 12:04:40 +0100] rev 55802
prefer abstract datatype -- in accordance to ML version;
Fri, 28 Feb 2014 11:58:26 +0100 tuned data structure;
wenzelm [Fri, 28 Feb 2014 11:58:26 +0100] rev 55801
tuned data structure;
Fri, 28 Feb 2014 11:50:54 +0100 tuned;
wenzelm [Fri, 28 Feb 2014 11:50:54 +0100] rev 55800
tuned;
Fri, 28 Feb 2014 11:48:14 +0100 tuned comment;
wenzelm [Fri, 28 Feb 2014 11:48:14 +0100] rev 55799
tuned comment;
Fri, 28 Feb 2014 11:46:54 +0100 tuned signature;
wenzelm [Fri, 28 Feb 2014 11:46:54 +0100] rev 55798
tuned signature;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip