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
Fri, 14 Feb 2014 07:53:46 +0100 blanchet hide 'rel' name -- this one is waiting to be merged with 'list_all2'
Fri, 14 Feb 2014 07:53:46 +0100 blanchet updated docs to reflect the new 'free_constructors' syntax
Fri, 14 Feb 2014 07:53:46 +0100 blanchet more precise spec rules for selectors
Fri, 14 Feb 2014 07:53:46 +0100 blanchet removed needless robustness (no longer needed thanks to new syntax)
Fri, 14 Feb 2014 07:53:46 +0100 blanchet aligned the syntax for 'free_constructors' on the 'datatype_new' and 'codatatype' syntax
Fri, 14 Feb 2014 07:53:46 +0100 blanchet renamed 'wrap_free_constructors' to 'free_constructors' (cf. 'functor', 'bnf', etc.)
Fri, 14 Feb 2014 07:53:46 +0100 blanchet renamed 'enriched_type' to more informative 'functor' (following the renaming of enriched type constructors to bounded natural functors)
Fri, 14 Feb 2014 07:53:46 +0100 blanchet merged 'Option.map' and 'Option.map_option'
Fri, 14 Feb 2014 07:53:45 +0100 blanchet merged 'List.map' and 'List.list.map'
Fri, 14 Feb 2014 07:53:45 +0100 blanchet have 'Ctr_Sugar' register its 'Spec_Rules'
Fri, 14 Feb 2014 07:53:45 +0100 blanchet register 'Spec_Rules' for new-style (co)datatypes
Fri, 14 Feb 2014 07:53:45 +0100 blanchet added 'Spec_Rules' for 'primcorec'
Thu, 13 Feb 2014 22:35:38 +0100 wenzelm more integrity checks of theory names vs. full node names -- at least for the scope of a single use_thys (or "theories" section in ROOT);
Thu, 13 Feb 2014 17:11:25 +0100 blanchet added a bit of documentation for the different commands
Thu, 13 Feb 2014 17:11:11 +0100 blanchet cleaner, complete proof in documentation, contributed by Dmitriy T.
Thu, 13 Feb 2014 16:21:43 +0100 blanchet do the right thing with provers that exist only remotely (e.g. e_sine)
Thu, 13 Feb 2014 15:51:54 +0100 kuncar more precise descripiton
Thu, 13 Feb 2014 14:32:05 +0100 kuncar all_args_conv works also for zero arguments
Thu, 13 Feb 2014 14:32:04 +0100 kuncar don't catch QOUT_THM_INTERNAL from the recursive call of parametrize_relation_conv
Wed, 12 Feb 2014 18:32:55 +0100 kuncar Lifting: support a type variable as a raw type
Thu, 13 Feb 2014 13:16:17 +0100 blanchet repaired logic for default provers -- ensures Z3 is kept if installed and configured as noncommercial
Thu, 13 Feb 2014 13:16:17 +0100 blanchet avoid changing the state's context -- this results in transfer problems later with SMT, and hence preplay tactic failures
Thu, 13 Feb 2014 13:16:16 +0100 blanchet removed hint that is seldom useful in practice
Thu, 13 Feb 2014 12:24:28 +0100 wenzelm reactivate some examples that still appear to work;
Thu, 13 Feb 2014 12:14:47 +0100 wenzelm removed dead code;
Thu, 13 Feb 2014 12:09:51 +0100 wenzelm explicit indication that redefining outer syntax commands is not supposed to happen -- NB: interactive mode requires global change of syntax;
Thu, 13 Feb 2014 11:54:14 +0100 wenzelm do not redefine outer syntax commands;
Thu, 13 Feb 2014 11:37:00 +0100 wenzelm tuned whitespace;
Thu, 13 Feb 2014 11:23:55 +0100 wenzelm static repair of ML file -- untested (!) by default since 76965c356d2a;
Wed, 12 Feb 2014 17:36:00 +0100 blanchet iteration n in the 'default' vs. 'update_new' vs. 'update' saga -- 'update' makes sense now that we honor the canonical order on 'merge' (as opposed to raising 'DUP')
Wed, 12 Feb 2014 17:35:59 +0100 blanchet don't hide constant forever, since it may appear in some 'primcorec'-generated theorems
Wed, 12 Feb 2014 17:35:59 +0100 blanchet tuning
Wed, 12 Feb 2014 16:35:58 +0100 traytel HOL-IMP fastness
Wed, 12 Feb 2014 14:32:45 +0100 wenzelm merged, resolving some conflicts;
Wed, 12 Feb 2014 13:56:43 +0100 wenzelm eliminated hard tabs (assuming tab-width=2);
Wed, 12 Feb 2014 13:53:11 +0100 wenzelm more platform notes;
Wed, 12 Feb 2014 13:33:05 +0100 wenzelm tuned whitespace;
Wed, 12 Feb 2014 13:31:18 +0100 wenzelm removed odd comments -- inferred types are shown by Prover IDE;
Wed, 12 Feb 2014 11:28:17 +0100 wenzelm maintain blob edits within history, which is important for Snapshot.convert/revert;
Wed, 12 Feb 2014 11:05:48 +0100 wenzelm more accurate eq_content;
Wed, 12 Feb 2014 10:50:49 +0100 wenzelm clarified message_positions: cover alt_id as well;
Tue, 11 Feb 2014 21:58:31 +0100 wenzelm maintain multiple command chunks and markup trees: for main chunk and loaded files;
Tue, 11 Feb 2014 17:44:29 +0100 wenzelm common Command.Chunk for command source and auxiliary files (static Symbol.Index without actual String content);
Tue, 11 Feb 2014 15:55:05 +0100 wenzelm tuned signature;
Tue, 11 Feb 2014 15:05:13 +0100 wenzelm report (but ignore) markup within auxiliary files;
Wed, 12 Feb 2014 10:59:25 +0100 Andreas Lochbihler merged
Wed, 12 Feb 2014 09:06:04 +0100 Andreas Lochbihler make integer_of_char and char_of_integer work with NBE and code_simp
Wed, 12 Feb 2014 08:56:38 +0100 Andreas Lochbihler make lifting setup for String.literal local to prevent transfer from replacing STR ''...'' literals
Wed, 12 Feb 2014 10:20:31 +0100 blanchet [mq]: news
Wed, 12 Feb 2014 08:37:28 +0100 blanchet remove hidden fact about hidden constant from code generator setup
Wed, 12 Feb 2014 08:37:28 +0100 blanchet for extraction -- use the exhaust rule that's registered with 'datatype_realizer.ML'
Wed, 12 Feb 2014 08:37:28 +0100 blanchet compile
Wed, 12 Feb 2014 08:37:28 +0100 blanchet updated certificates
Wed, 12 Feb 2014 08:37:28 +0100 blanchet tuned message
Wed, 12 Feb 2014 08:37:28 +0100 blanchet tabled, v.: postpone consideration of
Wed, 12 Feb 2014 08:37:28 +0100 blanchet adapted to renaming of 'Projl' and 'Projr'
Wed, 12 Feb 2014 08:37:06 +0100 blanchet adapted to 'xxx_{case,rec}' renaming, to new theorem names, and to new variable names in theorems
Wed, 12 Feb 2014 08:35:57 +0100 blanchet adapted theories to 'xxx_case' to 'case_xxx'
Wed, 12 Feb 2014 08:35:57 +0100 blanchet renamed 'nat_{case,rec}' to '{case,rec}_nat'
Wed, 12 Feb 2014 08:35:57 +0100 blanchet renamed '{prod,sum,bool,unit}_case' to 'case_...'
Wed, 12 Feb 2014 08:35:56 +0100 blanchet adapted theories to '{case,rec}_{list,option}' names
Wed, 12 Feb 2014 08:35:56 +0100 blanchet avoid old 'prod.simps' -- better be more specific
Wed, 12 Feb 2014 08:35:56 +0100 blanchet repaired hard-coded constant names
Wed, 12 Feb 2014 08:35:56 +0100 blanchet killed 'rep_compat' option
Wed, 12 Feb 2014 08:35:56 +0100 blanchet made 'ctr_sugar' more friendly to the 'datatype_realizer'
Wed, 12 Feb 2014 08:35:56 +0100 blanchet use names like 'rec_mytype' and 'case_mytype' in old datatype package as well, to avoid a mixture
Wed, 12 Feb 2014 08:35:56 +0100 blanchet use right local theory -- shows up when 'no_discs_sels' is set
Wed, 12 Feb 2014 08:35:56 +0100 blanchet compatibility names
Wed, 12 Feb 2014 08:35:56 +0100 blanchet use new selector support to define 'the', 'hd', 'tl'
Wed, 12 Feb 2014 08:35:56 +0100 blanchet transformed 'option' and 'list' into new-style datatypes (but register them as old-style as well)
Wed, 12 Feb 2014 08:35:56 +0100 blanchet avoid duplicate 'case' definitions by first looking up 'Ctr_Sugar'
Wed, 12 Feb 2014 08:35:56 +0100 blanchet tuned code
Wed, 12 Feb 2014 08:35:56 +0100 blanchet more 'ctr_sugar' modernization
Wed, 12 Feb 2014 08:35:56 +0100 blanchet tuning
Wed, 12 Feb 2014 08:35:56 +0100 blanchet ported predicate compiler to 'ctr_sugar'
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip