Thu, 06 Mar 2014 14:57:15 +0100 blanchet fixed NEWS
Thu, 06 Mar 2014 14:57:14 +0100 blanchet renamed 'set_rel' to 'rel_set'
Thu, 06 Mar 2014 14:25:55 +0100 traytel tuned
Thu, 06 Mar 2014 14:15:09 +0100 traytel rationalized imports
Thu, 06 Mar 2014 14:14:54 +0100 traytel move special BNFs used for composition only to BNF_Comp;
Thu, 06 Mar 2014 13:36:50 +0100 blanchet renamed 'cset_rel' to 'rel_cset'
Thu, 06 Mar 2014 13:36:49 +0100 blanchet renamed 'fset_rel' to 'rel_fset'
Thu, 06 Mar 2014 13:36:48 +0100 blanchet renamed 'map_pair' to 'map_prod'
Thu, 06 Mar 2014 13:36:15 +0100 blanchet renamed 'map_sum' to 'sum_map'
Thu, 06 Mar 2014 12:17:26 +0100 traytel more careful simplification of sets (cf. abf91ebd0820)---yields smaller terms
Wed, 05 Mar 2014 17:23:28 -0800 huffman remove lemmas in favor of more general ones: convex(_hull)_set_{plus,setsum}
Wed, 05 Mar 2014 16:57:00 -0800 huffman generalize lemma closure_sum
Wed, 05 Mar 2014 13:59:25 -0800 huffman generalize lemmas
Wed, 05 Mar 2014 21:51:30 +0100 wenzelm more symbols;
Wed, 05 Mar 2014 20:07:43 +0100 wenzelm tuned proofs;
Wed, 05 Mar 2014 19:57:41 +0100 wenzelm tuned color (cf. jEdit FUNCTION);
Wed, 05 Mar 2014 19:52:28 +0100 wenzelm tuned;
Wed, 05 Mar 2014 18:26:35 +0100 wenzelm more markup for inner syntax class/type names (notably for completion);
Wed, 05 Mar 2014 17:36:40 +0100 wenzelm tuned proofs;
Wed, 05 Mar 2014 16:16:36 +0100 wenzelm back to stable polyml-5.5.1, due to problems with Poly/ML SVN 1913 and HOL-Proofs (Fail "Insufficient memory");
Wed, 05 Mar 2014 16:13:24 +0100 wenzelm more explicit quasi_keyword markup, for Args.$$$ material, which is somewhere in between of outer and inner syntax;
Wed, 05 Mar 2014 16:06:11 +0100 wenzelm unused;
Wed, 05 Mar 2014 15:25:52 +0100 wenzelm special treatment of method combinators like Args.$$$ keywords, although parsed via Parse.$$$;
Wed, 05 Mar 2014 15:24:06 +0100 wenzelm more thorough (potentially duplicate) markup, e.g. relevant for embedded Args syntax within antiquotations;
Wed, 05 Mar 2014 14:19:54 +0100 wenzelm suppress short abbreviations more uniformly, for outer and quasi-outer syntax;
Wed, 05 Mar 2014 13:11:08 +0100 wenzelm clarified init_assignable: make double-sure that initial values are reset;
Wed, 05 Mar 2014 09:59:48 +0100 wenzelm proper UTF-8;
Tue, 04 Mar 2014 16:16:05 -0800 huffman fix typo
Tue, 04 Mar 2014 15:26:12 -0800 huffman remove simp rules made redundant by the replacement of neg_numeral with negated numerals
Tue, 04 Mar 2014 14:14:28 -0800 huffman tuned proof
Tue, 04 Mar 2014 14:00:59 -0800 huffman tuned proof script
Tue, 04 Mar 2014 22:30:12 +0100 blanchet no 'sorry' so that the schematic variable gets instantiated
Tue, 04 Mar 2014 21:42:40 +0100 blanchet removed junk
Tue, 04 Mar 2014 18:57:17 +0100 blanchet simplify sets in BNF composition
Tue, 04 Mar 2014 18:57:17 +0100 blanchet tuning
Tue, 04 Mar 2014 18:57:17 +0100 blanchet more caching in composition pipeline
Tue, 04 Mar 2014 18:57:17 +0100 blanchet 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 blanchet updated docs
Tue, 04 Mar 2014 18:57:17 +0100 blanchet 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 traytel propagate the exception that is expected later on
Tue, 04 Mar 2014 12:32:33 +0100 traytel N2M does not use the low-level 'fold'; removed the latter from the fp_result interface;
Tue, 04 Mar 2014 10:35:37 +0100 blanchet merge
Tue, 04 Mar 2014 09:29:56 +0100 blanchet removed debugging leftover
Tue, 04 Mar 2014 09:07:49 +0100 blanchet minor doc fix
Tue, 04 Mar 2014 08:19:04 +0100 nipkow added contributor
Mon, 03 Mar 2014 23:05:49 +0100 blanchet 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 blanchet fixed handling of 'case_prod' and other 'case' functions for interpreted types
Mon, 03 Mar 2014 22:33:22 +0100 blanchet updated docs
Mon, 03 Mar 2014 22:33:22 +0100 blanchet support 'datatype_new'-defined datatypes in Nitpick + better support for 'codatatype's
Mon, 03 Mar 2014 22:33:22 +0100 blanchet tuned ML names
Mon, 03 Mar 2014 22:33:22 +0100 blanchet tuned code
Mon, 03 Mar 2014 22:33:22 +0100 blanchet removed nonstandard models from Nitpick
Mon, 03 Mar 2014 16:44:46 +0100 nipkow more code lemmas by Rene Thiemann
Mon, 03 Mar 2014 15:14:00 +0100 wenzelm merged;
Mon, 03 Mar 2014 13:54:47 +0100 wenzelm tuned proofs;
Mon, 03 Mar 2014 12:54:12 +0100 wenzelm tuned signature -- emphasize symbol positions (prover) vs. decoded text offsets (editor);
Mon, 03 Mar 2014 12:24:14 +0100 wenzelm recovered position hyperlinks from 65c9968286d5 (NB: "def" position vs. regular one);
Mon, 03 Mar 2014 12:18:59 +0100 wenzelm tuned messages and markup;
Mon, 03 Mar 2014 12:14:47 +0100 wenzelm test polyml-svn;
Mon, 03 Mar 2014 11:58:55 +0100 wenzelm README is optional in test compilations;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip