Sun, 16 Feb 2014 16:28:50 +0100 |
wenzelm |
recovered Isabelle_Sidekick_Markup from 9c53198dbb1c: snapshot requires Swing_Thread;
|
changeset |
files
|
Sun, 16 Feb 2014 15:38:08 +0100 |
wenzelm |
support ML antiquotations in Scala;
|
changeset |
files
|
Sun, 16 Feb 2014 14:18:14 +0100 |
wenzelm |
antiquotations within plain text: Scala version in accordance to ML;
|
changeset |
files
|
Sun, 16 Feb 2014 13:18:08 +0100 |
wenzelm |
tuned signature -- emphasize line-oriented aspect;
|
changeset |
files
|
Sun, 16 Feb 2014 13:56:48 +0100 |
haftmann |
eliminated odd dislocation of keyword declaration and implementation (leftover from 318cd8ac1817)
|
changeset |
files
|
Sat, 15 Feb 2014 21:11:29 +0100 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
Sat, 15 Feb 2014 21:09:48 +0100 |
wenzelm |
removed odd comments -- inferred types are shown by Prover IDE;
|
changeset |
files
|
Sat, 15 Feb 2014 18:48:43 +0100 |
wenzelm |
removed dead code;
|
changeset |
files
|
Sat, 15 Feb 2014 18:28:18 +0100 |
wenzelm |
more uniform ML keyword markup;
|
changeset |
files
|
Sat, 15 Feb 2014 17:10:57 +0100 |
wenzelm |
merged
|
changeset |
files
|
Sat, 15 Feb 2014 17:04:55 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Sat, 15 Feb 2014 16:55:48 +0100 |
wenzelm |
clarified Isabelle/ML strings;
|
changeset |
files
|
Sat, 15 Feb 2014 16:49:10 +0100 |
wenzelm |
refined ML keyword styles;
|
changeset |
files
|
Sat, 15 Feb 2014 16:27:58 +0100 |
wenzelm |
isabelle-ml mode with separate token marker;
|
changeset |
files
|
Sat, 15 Feb 2014 14:52:51 +0100 |
wenzelm |
partial scans via ML_Lex.tokenize_context;
|
changeset |
files
|
Fri, 14 Feb 2014 22:03:48 +0100 |
wenzelm |
proper signature;
|
changeset |
files
|
Fri, 14 Feb 2014 21:06:20 +0100 |
wenzelm |
lexical syntax for SML (in Scala);
|
changeset |
files
|
Fri, 14 Feb 2014 20:58:48 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 14 Feb 2014 16:27:29 +0100 |
wenzelm |
removed dead code;
|
changeset |
files
|
Fri, 14 Feb 2014 16:25:30 +0100 |
wenzelm |
tuned signature (in accordance to ML version);
|
changeset |
files
|
Fri, 14 Feb 2014 16:11:14 +0100 |
wenzelm |
tuned proofs;
|
changeset |
files
|
Fri, 14 Feb 2014 15:42:27 +0100 |
wenzelm |
tuned signature -- separate Lexicon from Parsers (in accordance to ML version);
|
changeset |
files
|
Fri, 14 Feb 2014 14:52:50 +0100 |
wenzelm |
prefer latest ProofGeneral-4.2-1 by default;
|
changeset |
files
|
Fri, 14 Feb 2014 14:51:38 +0100 |
wenzelm |
updated thy_info.dependencies;
|
changeset |
files
|
Fri, 14 Feb 2014 14:44:43 +0100 |
wenzelm |
tuned message;
|
changeset |
files
|
Fri, 14 Feb 2014 14:39:44 +0100 |
wenzelm |
more integrity checks of theory names vs. full node names;
|
changeset |
files
|
Sat, 15 Feb 2014 00:11:17 +0100 |
kuncar |
abstract type must be a type constructor; check it
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 14 Feb 2014 17:18:28 +0100 |
blanchet |
better handling of recursion through functions
|
changeset |
files
|
Fri, 14 Feb 2014 16:22:09 +0100 |
blanchet |
added examples/tests
|
changeset |
files
|
Fri, 14 Feb 2014 16:21:41 +0100 |
blanchet |
tuned code to allow mutualized corecursion through different functions with the same target type
|
changeset |
files
|
Fri, 14 Feb 2014 15:39:43 +0100 |
blanchet |
removed assumption in 'primrec_new' that a given constructor can only occur once
|
changeset |
files
|
Fri, 14 Feb 2014 15:14:35 +0100 |
blanchet |
generate unique names
|
changeset |
files
|
Fri, 14 Feb 2014 15:03:24 +0100 |
blanchet |
allow different functions to recurse on the same type, like in the old package
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 14 Feb 2014 14:54:08 +0100 |
traytel |
made N2M more robust w.r.t. identical nested types
|
changeset |
files
|
Fri, 14 Feb 2014 13:45:29 +0100 |
traytel |
register bnfs for (co)datatypes under their proper name (lost in af71b753c459)
|
changeset |
files
|
Fri, 14 Feb 2014 11:10:28 +0100 |
wenzelm |
updated keywords;
|
changeset |
files
|
Fri, 14 Feb 2014 10:33:57 +0100 |
blanchet |
restored old 'remotify' logic -- too many bugs were introduced when refactoring the code
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
more (co)datatype docs
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
hide 'rel' name -- this one is waiting to be merged with 'list_all2'
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
updated docs to reflect the new 'free_constructors' syntax
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
more precise spec rules for selectors
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
removed needless robustness (no longer needed thanks to new syntax)
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
aligned the syntax for 'free_constructors' on the 'datatype_new' and 'codatatype' syntax
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
renamed 'wrap_free_constructors' to 'free_constructors' (cf. 'functor', 'bnf', etc.)
|
changeset |
files
|
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)
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:46 +0100 |
blanchet |
merged 'Option.map' and 'Option.map_option'
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:45 +0100 |
blanchet |
merged 'List.map' and 'List.list.map'
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:45 +0100 |
blanchet |
have 'Ctr_Sugar' register its 'Spec_Rules'
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:45 +0100 |
blanchet |
register 'Spec_Rules' for new-style (co)datatypes
|
changeset |
files
|
Fri, 14 Feb 2014 07:53:45 +0100 |
blanchet |
added 'Spec_Rules' for 'primcorec'
|
changeset |
files
|
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);
|
changeset |
files
|
Thu, 13 Feb 2014 17:11:25 +0100 |
blanchet |
added a bit of documentation for the different commands
|
changeset |
files
|
Thu, 13 Feb 2014 17:11:11 +0100 |
blanchet |
cleaner, complete proof in documentation, contributed by Dmitriy T.
|
changeset |
files
|
Thu, 13 Feb 2014 16:21:43 +0100 |
blanchet |
do the right thing with provers that exist only remotely (e.g. e_sine)
|
changeset |
files
|
Thu, 13 Feb 2014 15:51:54 +0100 |
kuncar |
more precise descripiton
|
changeset |
files
|
Thu, 13 Feb 2014 14:32:05 +0100 |
kuncar |
all_args_conv works also for zero arguments
|
changeset |
files
|
Thu, 13 Feb 2014 14:32:04 +0100 |
kuncar |
don't catch QOUT_THM_INTERNAL from the recursive call of parametrize_relation_conv
|
changeset |
files
|
Wed, 12 Feb 2014 18:32:55 +0100 |
kuncar |
Lifting: support a type variable as a raw type
|
changeset |
files
|