Mon, 17 Feb 2014 13:31:42 +0100 blanchet updated NEWS
Mon, 17 Feb 2014 13:31:42 +0100 blanchet updated keywords
Mon, 17 Feb 2014 13:31:42 +0100 blanchet renamed 'datatype_new_compat' to 'datatype_compat'
Mon, 17 Feb 2014 13:31:42 +0100 blanchet renamed 'primrec_new' to 'primrec', overriding the old command (which it still uses as a fallback for old-style datatypes)
Mon, 17 Feb 2014 13:31:42 +0100 blanchet tuning: moved code where it belongs
Mon, 17 Feb 2014 13:31:42 +0100 blanchet have 'primrec_new' fall back on old 'primrec' when given old-style datatypes
Mon, 17 Feb 2014 13:31:41 +0100 blanchet tuning
Mon, 17 Feb 2014 11:14:26 +0100 wenzelm more markup;
Sun, 16 Feb 2014 21:33:28 +0100 blanchet folded 'rel_option' into 'option_rel'
Sun, 16 Feb 2014 21:33:28 +0100 blanchet folded 'list_all2' with the relator generated by 'datatype_new'
Sun, 16 Feb 2014 21:33:28 +0100 blanchet removed final periods in messages for proof methods
Sun, 16 Feb 2014 21:09:47 +0100 wenzelm tuned proofs;
Sun, 16 Feb 2014 18:46:13 +0100 blanchet added a version of the Metis tactic that returns the unused facts
Sun, 16 Feb 2014 18:39:42 +0100 blanchet tuned code
Sun, 16 Feb 2014 18:39:41 +0100 blanchet more NEWS
Sun, 16 Feb 2014 18:39:40 +0100 blanchet folded 'Option.set' into BNF-generated 'set_option'
Sun, 16 Feb 2014 17:50:13 +0100 wenzelm merged
Sun, 16 Feb 2014 17:25:03 +0100 wenzelm prefer user-space tool within Pure.thy;
Sun, 16 Feb 2014 17:17:26 +0100 wenzelm more markup;
Sun, 16 Feb 2014 16:48:30 +0100 wenzelm more uniform rendering of text that is formally interpreted: avoid clash with inner markup;
Sun, 16 Feb 2014 16:28:50 +0100 wenzelm recovered Isabelle_Sidekick_Markup from 9c53198dbb1c: snapshot requires Swing_Thread;
Sun, 16 Feb 2014 15:38:08 +0100 wenzelm support ML antiquotations in Scala;
Sun, 16 Feb 2014 14:18:14 +0100 wenzelm antiquotations within plain text: Scala version in accordance to ML;
Sun, 16 Feb 2014 13:18:08 +0100 wenzelm tuned signature -- emphasize line-oriented aspect;
Sun, 16 Feb 2014 13:56:48 +0100 haftmann eliminated odd dislocation of keyword declaration and implementation (leftover from 318cd8ac1817)
Sat, 15 Feb 2014 21:11:29 +0100 wenzelm tuned whitespace;
Sat, 15 Feb 2014 21:09:48 +0100 wenzelm removed odd comments -- inferred types are shown by Prover IDE;
Sat, 15 Feb 2014 18:48:43 +0100 wenzelm removed dead code;
Sat, 15 Feb 2014 18:28:18 +0100 wenzelm more uniform ML keyword markup;
Sat, 15 Feb 2014 17:10:57 +0100 wenzelm merged
Sat, 15 Feb 2014 17:04:55 +0100 wenzelm tuned;
Sat, 15 Feb 2014 16:55:48 +0100 wenzelm clarified Isabelle/ML strings;
Sat, 15 Feb 2014 16:49:10 +0100 wenzelm refined ML keyword styles;
Sat, 15 Feb 2014 16:27:58 +0100 wenzelm isabelle-ml mode with separate token marker;
Sat, 15 Feb 2014 14:52:51 +0100 wenzelm partial scans via ML_Lex.tokenize_context;
Fri, 14 Feb 2014 22:03:48 +0100 wenzelm proper signature;
Fri, 14 Feb 2014 21:06:20 +0100 wenzelm lexical syntax for SML (in Scala);
Fri, 14 Feb 2014 20:58:48 +0100 wenzelm tuned;
Fri, 14 Feb 2014 16:27:29 +0100 wenzelm removed dead code;
Fri, 14 Feb 2014 16:25:30 +0100 wenzelm tuned signature (in accordance to ML version);
Fri, 14 Feb 2014 16:11:14 +0100 wenzelm tuned proofs;
Fri, 14 Feb 2014 15:42:27 +0100 wenzelm tuned signature -- separate Lexicon from Parsers (in accordance to ML version);
Fri, 14 Feb 2014 14:52:50 +0100 wenzelm prefer latest ProofGeneral-4.2-1 by default;
Fri, 14 Feb 2014 14:51:38 +0100 wenzelm updated thy_info.dependencies;
Fri, 14 Feb 2014 14:44:43 +0100 wenzelm tuned message;
Fri, 14 Feb 2014 14:39:44 +0100 wenzelm more integrity checks of theory names vs. full node names;
Sat, 15 Feb 2014 00:11:17 +0100 kuncar abstract type must be a type constructor; check it
Fri, 14 Feb 2014 18:42:43 +0100 blanchet generate proper 'DtRec' indices in 'datatype_new_compat' for the case where some types are duplicated
Fri, 14 Feb 2014 17:18:28 +0100 blanchet better handling of recursion through functions
Fri, 14 Feb 2014 16:22:09 +0100 blanchet added examples/tests
Fri, 14 Feb 2014 16:21:41 +0100 blanchet tuned code to allow mutualized corecursion through different functions with the same target type
Fri, 14 Feb 2014 15:39:43 +0100 blanchet removed assumption in 'primrec_new' that a given constructor can only occur once
Fri, 14 Feb 2014 15:14:35 +0100 blanchet generate unique names
Fri, 14 Feb 2014 15:03:24 +0100 blanchet allow different functions to recurse on the same type, like in the old package
Fri, 14 Feb 2014 15:03:23 +0100 blanchet improved 'datatype_new_compat': generate more fixpoint equations for types like 'datatype_new x = C (x list) (x list)' (here, one equation for each x list instead of a single for both), for higher compatibility + code generation attributes on the recursor
Fri, 14 Feb 2014 14:54:08 +0100 traytel made N2M more robust w.r.t. identical nested types
Fri, 14 Feb 2014 13:45:29 +0100 traytel register bnfs for (co)datatypes under their proper name (lost in af71b753c459)
Fri, 14 Feb 2014 11:10:28 +0100 wenzelm updated keywords;
Fri, 14 Feb 2014 10:33:57 +0100 blanchet restored old 'remotify' logic -- too many bugs were introduced when refactoring the code
Fri, 14 Feb 2014 07:53:46 +0100 blanchet more (co)datatype docs
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip