Sat, 06 Feb 2010 14:39:33 +0100 misc tuning;
wenzelm [Sat, 06 Feb 2010 14:39:33 +0100] rev 35009
misc tuning;
Sat, 06 Feb 2010 08:42:37 +0100 merged
haftmann [Sat, 06 Feb 2010 08:42:37 +0100] rev 35008
merged
Sat, 06 Feb 2010 08:42:22 +0100 adjusted to changeset 118b41bba42b5
haftmann [Sat, 06 Feb 2010 08:42:22 +0100] rev 35007
adjusted to changeset 118b41bba42b5
Sat, 06 Feb 2010 00:22:01 +0100 tuned font handling;
wenzelm [Sat, 06 Feb 2010 00:22:01 +0100] rev 35006
tuned font handling; explicit workaround for Apple's font manager in Java 1.6, which fails to create "IsabelleTextBold" as family member of "IsabelleText";
Fri, 05 Feb 2010 22:09:57 +0100 updated versions of requirements;
wenzelm [Fri, 05 Feb 2010 22:09:57 +0100] rev 35005
updated versions of requirements;
Fri, 05 Feb 2010 22:07:42 +0100 filter out identical completions only after symbols.decode -- recover completion of literal symbols (e.g. \<AA>);
wenzelm [Fri, 05 Feb 2010 22:07:42 +0100] rev 35004
filter out identical completions only after symbols.decode -- recover completion of literal symbols (e.g. \<AA>);
Fri, 05 Feb 2010 20:19:40 +0100 eliminated self intersection and non-integer coordinates;
wenzelm [Fri, 05 Feb 2010 20:19:40 +0100] rev 35003
eliminated self intersection and non-integer coordinates;
Fri, 05 Feb 2010 19:48:13 +0100 try "GTK+" as well -- note that "Nimbus" is unavailable in versions of OpenJDK;
wenzelm [Fri, 05 Feb 2010 19:48:13 +0100] rev 35002
try "GTK+" as well -- note that "Nimbus" is unavailable in versions of OpenJDK;
Fri, 05 Feb 2010 14:39:02 +0100 updated generated files;
wenzelm [Fri, 05 Feb 2010 14:39:02 +0100] rev 35001
updated generated files;
Fri, 05 Feb 2010 11:51:52 +0100 merged
wenzelm [Fri, 05 Feb 2010 11:51:52 +0100] rev 35000
merged
Thu, 04 Feb 2010 14:45:08 +0100 Changed 'bounded unique existential quantifiers' from a constant to syntax translation.
hoelzl [Thu, 04 Feb 2010 14:45:08 +0100] rev 34999
Changed 'bounded unique existential quantifiers' from a constant to syntax translation.
Thu, 04 Feb 2010 13:36:52 +0100 four changes to Nitpick:
blanchet [Thu, 04 Feb 2010 13:36:52 +0100] rev 34998
four changes to Nitpick: 1. avoid writing absolute paths in Kodkodi files for input/output files of external SAT solvers (e.g. MiniSat), to dodge Cygwin problems 2. do eta-contraction in the monotonicity check 3. improved quantifier massaging algorithms using ideas from Paradox 4. repaired "check_potential" and "check_genuine"
Tue, 02 Feb 2010 23:38:41 +0100 capture error messages (of SMT solvers)
boehmes [Tue, 02 Feb 2010 23:38:41 +0100] rev 34997
capture error messages (of SMT solvers)
Tue, 02 Feb 2010 19:30:08 +0100 updated dependencies
boehmes [Tue, 02 Feb 2010 19:30:08 +0100] rev 34996
updated dependencies
Tue, 02 Feb 2010 19:26:34 +0100 merged
boehmes [Tue, 02 Feb 2010 19:26:34 +0100] rev 34995
merged
Tue, 02 Feb 2010 19:10:48 +0100 updated SMT certificates
boehmes [Tue, 02 Feb 2010 19:10:48 +0100] rev 34994
updated SMT certificates
Tue, 02 Feb 2010 19:09:41 +0100 updated examples due to changes in the way SMT certificates are stored
boehmes [Tue, 02 Feb 2010 19:09:41 +0100] rev 34993
updated examples due to changes in the way SMT certificates are stored
Tue, 02 Feb 2010 18:16:48 +0100 merged
berghofe [Tue, 02 Feb 2010 18:16:48 +0100] rev 34992
merged
Sun, 31 Jan 2010 15:22:40 +0100 merged
berghofe [Sun, 31 Jan 2010 15:22:40 +0100] rev 34991
merged
Sat, 30 Jan 2010 17:03:46 +0100 Adapted to changes in cases method.
berghofe [Sat, 30 Jan 2010 17:03:46 +0100] rev 34990
Adapted to changes in cases method.
Sat, 30 Jan 2010 17:01:01 +0100 Adapted to changes in setup of cases method.
berghofe [Sat, 30 Jan 2010 17:01:01 +0100] rev 34989
Adapted to changes in setup of cases method.
Sat, 30 Jan 2010 16:59:49 +0100 Added setup for simplification of equality constraints in cases rules.
berghofe [Sat, 30 Jan 2010 16:59:49 +0100] rev 34988
Added setup for simplification of equality constraints in cases rules.
Sat, 30 Jan 2010 16:58:46 +0100 Added infrastructure for simplifying equality constraints in cases rules.
berghofe [Sat, 30 Jan 2010 16:58:46 +0100] rev 34987
Added infrastructure for simplifying equality constraints in cases rules.
Sat, 30 Jan 2010 16:56:28 +0100 Added "constraints" tag / attribute for specifying the number of equality
berghofe [Sat, 30 Jan 2010 16:56:28 +0100] rev 34986
Added "constraints" tag / attribute for specifying the number of equality constraints in cases rules.
Tue, 02 Feb 2010 18:12:05 +0100 updated SMT certificates
boehmes [Tue, 02 Feb 2010 18:12:05 +0100] rev 34985
updated SMT certificates
Tue, 02 Feb 2010 18:11:21 +0100 updated SMT examples
boehmes [Tue, 02 Feb 2010 18:11:21 +0100] rev 34984
updated SMT examples
Tue, 02 Feb 2010 18:10:41 +0100 collect certificates in a single file
boehmes [Tue, 02 Feb 2010 18:10:41 +0100] rev 34983
collect certificates in a single file
Tue, 02 Feb 2010 11:38:38 +0100 added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
blanchet [Tue, 02 Feb 2010 11:38:38 +0100] rev 34982
added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
Mon, 01 Feb 2010 14:12:12 +0100 Removed explicit type annotations
himmelma [Mon, 01 Feb 2010 14:12:12 +0100] rev 34981
Removed explicit type annotations
Sun, 31 Jan 2010 19:07:03 +0100 adjusted to changes in List_Set.thy
haftmann [Sun, 31 Jan 2010 19:07:03 +0100] rev 34980
adjusted to changes in List_Set.thy
Sun, 31 Jan 2010 14:51:32 +0100 more correspondence lemmas between related operations
haftmann [Sun, 31 Jan 2010 14:51:32 +0100] rev 34979
more correspondence lemmas between related operations
Sun, 31 Jan 2010 14:51:32 +0100 canonical insert operation; generalized lemma foldl_apply_inv to foldl_apply
haftmann [Sun, 31 Jan 2010 14:51:32 +0100] rev 34978
canonical insert operation; generalized lemma foldl_apply_inv to foldl_apply
Sun, 31 Jan 2010 14:51:32 +0100 dropped some redundancies
haftmann [Sun, 31 Jan 2010 14:51:32 +0100] rev 34977
dropped some redundancies
Sun, 31 Jan 2010 14:51:31 +0100 generalized lemma foldl_apply_inv to foldl_apply
haftmann [Sun, 31 Jan 2010 14:51:31 +0100] rev 34976
generalized lemma foldl_apply_inv to foldl_apply
Sun, 31 Jan 2010 14:51:30 +0100 more correspondence lemmas between related operations; tuned some proofs
haftmann [Sun, 31 Jan 2010 14:51:30 +0100] rev 34975
more correspondence lemmas between related operations; tuned some proofs
Thu, 28 Jan 2010 11:48:49 +0100 new theory Algebras.thy for generic algebraic structures
haftmann [Thu, 28 Jan 2010 11:48:49 +0100] rev 34974
new theory Algebras.thy for generic algebraic structures
Thu, 28 Jan 2010 11:48:43 +0100 dropped mk_left_commute; use interpretation of locale abel_semigroup instead
haftmann [Thu, 28 Jan 2010 11:48:43 +0100] rev 34973
dropped mk_left_commute; use interpretation of locale abel_semigroup instead
Wed, 27 Jan 2010 14:03:08 +0100 merged
haftmann [Wed, 27 Jan 2010 14:03:08 +0100] rev 34972
merged
Wed, 27 Jan 2010 14:02:53 +0100 a more complex record expression -- cf. src/HOL/Tools/quickcheck_generators.ML
haftmann [Wed, 27 Jan 2010 14:02:53 +0100] rev 34971
a more complex record expression -- cf. src/HOL/Tools/quickcheck_generators.ML
Wed, 27 Jan 2010 14:02:53 +0100 lemma Image_closed_trancl
haftmann [Wed, 27 Jan 2010 14:02:53 +0100] rev 34970
lemma Image_closed_trancl
Wed, 27 Jan 2010 14:02:52 +0100 corrected type of typecopy constructor
haftmann [Wed, 27 Jan 2010 14:02:52 +0100] rev 34969
corrected type of typecopy constructor
Wed, 27 Jan 2010 14:02:52 +0100 tuned structure; moved non-related quickcheck.setup to Code_Generator.thy
haftmann [Wed, 27 Jan 2010 14:02:52 +0100] rev 34968
tuned structure; moved non-related quickcheck.setup to Code_Generator.thy
Wed, 27 Jan 2010 11:47:17 +0100 Changed author; removed debugging code.
berghofe [Wed, 27 Jan 2010 11:47:17 +0100] rev 34967
Changed author; removed debugging code.
Mon, 25 Jan 2010 19:31:50 +0100 merged
bulwahn [Mon, 25 Jan 2010 19:31:50 +0100] rev 34966
merged
Mon, 25 Jan 2010 16:19:42 +0100 adding Mutabelle to repository
bulwahn [Mon, 25 Jan 2010 16:19:42 +0100] rev 34965
adding Mutabelle to repository
Mon, 25 Jan 2010 16:56:24 +0100 Replaced vec1 and dest_vec1 by abbreviation.
hoelzl [Mon, 25 Jan 2010 16:56:24 +0100] rev 34964
Replaced vec1 and dest_vec1 by abbreviation.
Fri, 22 Jan 2010 16:59:21 +0100 merged
haftmann [Fri, 22 Jan 2010 16:59:21 +0100] rev 34963
merged
Fri, 22 Jan 2010 16:56:51 +0100 HOLogic.strip_psplits: types are ordered after syntactic appearance, not after corresponding de-Bruin index (closer correspondence to similar strip operations)
haftmann [Fri, 22 Jan 2010 16:56:51 +0100] rev 34962
HOLogic.strip_psplits: types are ordered after syntactic appearance, not after corresponding de-Bruin index (closer correspondence to similar strip operations)
Fri, 22 Jan 2010 16:38:58 +0100 merged
boehmes [Fri, 22 Jan 2010 16:38:58 +0100] rev 34961
merged
Fri, 22 Jan 2010 16:38:21 +0100 support skolem constant for extensional arrays in Z3 proofs
boehmes [Fri, 22 Jan 2010 16:38:21 +0100] rev 34960
support skolem constant for extensional arrays in Z3 proofs
Fri, 22 Jan 2010 16:33:44 +0100 drop underscores at end of names coming from Boogie
boehmes [Fri, 22 Jan 2010 16:33:44 +0100] rev 34959
drop underscores at end of names coming from Boogie
Fri, 22 Jan 2010 15:26:29 +0100 merged
bulwahn [Fri, 22 Jan 2010 15:26:29 +0100] rev 34958
merged
Fri, 22 Jan 2010 11:42:28 +0100 correctly hiding facts of Lazy_Sequence
bulwahn [Fri, 22 Jan 2010 11:42:28 +0100] rev 34957
correctly hiding facts of Lazy_Sequence
Thu, 21 Jan 2010 14:13:21 +0100 corrected and simplified Spec_Rules registration in the Recdef package
bulwahn [Thu, 21 Jan 2010 14:13:21 +0100] rev 34956
corrected and simplified Spec_Rules registration in the Recdef package
Thu, 21 Jan 2010 12:20:28 +0100 merged
bulwahn [Thu, 21 Jan 2010 12:20:28 +0100] rev 34955
merged
Thu, 21 Jan 2010 12:18:41 +0100 adopting predicate compiler to new Spec_Rules and eliminating the use of Nitpick_Simps
bulwahn [Thu, 21 Jan 2010 12:18:41 +0100] rev 34954
adopting predicate compiler to new Spec_Rules and eliminating the use of Nitpick_Simps
Wed, 20 Jan 2010 18:08:08 +0100 adopting Sequences
bulwahn [Wed, 20 Jan 2010 18:08:08 +0100] rev 34953
adopting Sequences
Wed, 20 Jan 2010 18:02:22 +0100 added registration of equational theorems from prim_rec and rec_def to Spec_Rules
bulwahn [Wed, 20 Jan 2010 18:02:22 +0100] rev 34952
added registration of equational theorems from prim_rec and rec_def to Spec_Rules
Wed, 20 Jan 2010 14:09:46 +0100 merged
bulwahn [Wed, 20 Jan 2010 14:09:46 +0100] rev 34951
merged
Mon, 18 Jan 2010 10:34:27 +0100 function package: declare Spec_Rules for simps from total functions, but not psimps or tail-rec equations
krauss [Mon, 18 Jan 2010 10:34:27 +0100] rev 34950
function package: declare Spec_Rules for simps from total functions, but not psimps or tail-rec equations
Wed, 20 Jan 2010 14:05:17 +0100 merged
bulwahn [Wed, 20 Jan 2010 14:05:17 +0100] rev 34949
merged
Wed, 20 Jan 2010 11:56:45 +0100 refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
bulwahn [Wed, 20 Jan 2010 11:56:45 +0100] rev 34948
refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
Fri, 22 Jan 2010 13:39:00 +0100 simplified proofs
haftmann [Fri, 22 Jan 2010 13:39:00 +0100] rev 34947
simplified proofs
Fri, 22 Jan 2010 13:38:40 +0100 NEWS
haftmann [Fri, 22 Jan 2010 13:38:40 +0100] rev 34946
NEWS
Fri, 22 Jan 2010 13:38:29 +0100 more accurate dependencies
haftmann [Fri, 22 Jan 2010 13:38:29 +0100] rev 34945
more accurate dependencies
Fri, 22 Jan 2010 13:38:28 +0100 code literals: distinguish numeral classes by different entries
haftmann [Fri, 22 Jan 2010 13:38:28 +0100] rev 34944
code literals: distinguish numeral classes by different entries
Fri, 22 Jan 2010 13:38:28 +0100 cleanup of Multiset.thy: less duplication, tuned and simplified a couple of proofs, less historical organization of sections, conversion from associations lists to multisets, rudimentary code generation
haftmann [Fri, 22 Jan 2010 13:38:28 +0100] rev 34943
cleanup of Multiset.thy: less duplication, tuned and simplified a couple of proofs, less historical organization of sections, conversion from associations lists to multisets, rudimentary code generation
Thu, 21 Jan 2010 09:27:57 +0100 merged
haftmann [Thu, 21 Jan 2010 09:27:57 +0100] rev 34942
merged
Sat, 16 Jan 2010 17:15:28 +0100 dropped some old primrecs and some constdefs
haftmann [Sat, 16 Jan 2010 17:15:28 +0100] rev 34941
dropped some old primrecs and some constdefs
Sat, 16 Jan 2010 17:15:27 +0100 explicit CONST in translations
haftmann [Sat, 16 Jan 2010 17:15:27 +0100] rev 34940
explicit CONST in translations
Sat, 16 Jan 2010 17:15:27 +0100 modernized syntax
haftmann [Sat, 16 Jan 2010 17:15:27 +0100] rev 34939
modernized syntax
Wed, 20 Jan 2010 11:54:19 +0100 fix issues with previous Nitpick change
blanchet [Wed, 20 Jan 2010 11:54:19 +0100] rev 34938
fix issues with previous Nitpick change
Wed, 20 Jan 2010 10:38:19 +0100 merged
blanchet [Wed, 20 Jan 2010 10:38:19 +0100] rev 34937
merged
Wed, 20 Jan 2010 10:38:06 +0100 some work on Nitpick's support for quotient types;
blanchet [Wed, 20 Jan 2010 10:38:06 +0100] rev 34936
some work on Nitpick's support for quotient types; quotient types are not yet in Isabelle, so for now I hardcoded "IntEx.my_int"
Thu, 14 Jan 2010 17:06:35 +0100 removed the Nitpick code that loaded the "Nitpick" theory explicitly if it's not already loaded, because this didn't work properly and is of doubtful value
blanchet [Thu, 14 Jan 2010 17:06:35 +0100] rev 34935
removed the Nitpick code that loaded the "Nitpick" theory explicitly if it's not already loaded, because this didn't work properly and is of doubtful value
Tue, 19 Jan 2010 17:53:11 +0100 Added transpose_rectangle, when the input list is rectangular.
hoelzl [Tue, 19 Jan 2010 17:53:11 +0100] rev 34934
Added transpose_rectangle, when the input list is rectangular.
Tue, 19 Jan 2010 16:52:01 +0100 Add transpose to the List-theory.
hoelzl [Tue, 19 Jan 2010 16:52:01 +0100] rev 34933
Add transpose to the List-theory.
Tue, 02 Feb 2010 21:37:27 +0100 some examples for basic context operations;
wenzelm [Tue, 02 Feb 2010 21:37:27 +0100] rev 34932
some examples for basic context operations;
Tue, 02 Feb 2010 13:22:36 +0100 minimal tuning of this slightly dated material;
wenzelm [Tue, 02 Feb 2010 13:22:36 +0100] rev 34931
minimal tuning of this slightly dated material;
Tue, 02 Feb 2010 13:11:04 +0100 added Subgoal.FOCUS;
wenzelm [Tue, 02 Feb 2010 13:11:04 +0100] rev 34930
added Subgoal.FOCUS; misc tuning and clarification;
Tue, 02 Feb 2010 12:37:57 +0100 misc tuning and clarification;
wenzelm [Tue, 02 Feb 2010 12:37:57 +0100] rev 34929
misc tuning and clarification;
Tue, 02 Feb 2010 11:47:49 +0100 moved examples to proper place;
wenzelm [Tue, 02 Feb 2010 11:47:49 +0100] rev 34928
moved examples to proper place;
Mon, 01 Feb 2010 22:46:12 +0100 more details on long names, binding/naming, name space;
wenzelm [Mon, 01 Feb 2010 22:46:12 +0100] rev 34927
more details on long names, binding/naming, name space; tuned;
Sun, 31 Jan 2010 22:08:25 +0100 Variable.names_of;
wenzelm [Sun, 31 Jan 2010 22:08:25 +0100] rev 34926
Variable.names_of; tuned;
Sun, 31 Jan 2010 21:40:44 +0100 more details on Isabelle symbols;
wenzelm [Sun, 31 Jan 2010 21:40:44 +0100] rev 34925
more details on Isabelle symbols;
Fri, 29 Jan 2010 23:59:03 +0100 theory data example;
wenzelm [Fri, 29 Jan 2010 23:59:03 +0100] rev 34924
theory data example;
Fri, 29 Jan 2010 23:57:57 +0100 basic setup for ML examples: tag "mlex";
wenzelm [Fri, 29 Jan 2010 23:57:57 +0100] rev 34923
basic setup for ML examples: tag "mlex";
Thu, 28 Jan 2010 22:39:48 +0100 tuned signature;
wenzelm [Thu, 28 Jan 2010 22:39:48 +0100] rev 34922
tuned signature;
Thu, 28 Jan 2010 22:38:11 +0100 formal markup of type aliases;
wenzelm [Thu, 28 Jan 2010 22:38:11 +0100] rev 34921
formal markup of type aliases; updated/tuned/clarified contexts; misc tuning and clarification;
Thu, 28 Jan 2010 22:19:27 +0100 make underscores visually appear as such, although TeX-nically they are just rules (e.g. cannot be searched);
wenzelm [Thu, 28 Jan 2010 22:19:27 +0100] rev 34920
make underscores visually appear as such, although TeX-nically they are just rules (e.g. cannot be searched);
Sat, 16 Jan 2010 21:14:15 +0100 Netbeans Library "Scala-compiler";
wenzelm [Sat, 16 Jan 2010 21:14:15 +0100] rev 34919
Netbeans Library "Scala-compiler";
Fri, 15 Jan 2010 19:14:51 +0100 union is an abbreviation for sup.
berghofe [Fri, 15 Jan 2010 19:14:51 +0100] rev 34918
union is an abbreviation for sup.
Fri, 15 Jan 2010 14:43:00 +0100 merged
berghofe [Fri, 15 Jan 2010 14:43:00 +0100] rev 34917
merged
Fri, 15 Jan 2010 13:37:41 +0100 Eliminated is_open option of Rule_Cases.make_nested/make_common;
berghofe [Fri, 15 Jan 2010 13:37:41 +0100] rev 34916
Eliminated is_open option of Rule_Cases.make_nested/make_common; use Rule_Cases.internalize_params to rename parameters instead.
Sun, 10 Jan 2010 18:43:45 +0100 Adapted to changes in induct method.
berghofe [Sun, 10 Jan 2010 18:43:45 +0100] rev 34915
Adapted to changes in induct method.
Sun, 10 Jan 2010 18:41:07 +0100 Adapted to changes in setup of induct method.
berghofe [Sun, 10 Jan 2010 18:41:07 +0100] rev 34914
Adapted to changes in setup of induct method.
Sun, 10 Jan 2010 18:39:50 +0100 Expand proofs of induct_atomize'/rulify'.
berghofe [Sun, 10 Jan 2010 18:39:50 +0100] rev 34913
Expand proofs of induct_atomize'/rulify'.
Sun, 10 Jan 2010 18:37:37 +0100 Changed case names of converse_rtranclp_induct.
berghofe [Sun, 10 Jan 2010 18:37:37 +0100] rev 34912
Changed case names of converse_rtranclp_induct.
Sun, 10 Jan 2010 18:11:00 +0100 Injectivity / distinctness theorems are now used to simplify induction rules.
berghofe [Sun, 10 Jan 2010 18:11:00 +0100] rev 34911
Injectivity / distinctness theorems are now used to simplify induction rules.
Sun, 10 Jan 2010 18:09:11 +0100 same_append_eq / append_same_eq are now used for simplifying induction rules.
berghofe [Sun, 10 Jan 2010 18:09:11 +0100] rev 34910
same_append_eq / append_same_eq are now used for simplifying induction rules.
Sun, 10 Jan 2010 18:06:30 +0100 Tuned some proofs; nicer case names for some of the induction / cases rules.
berghofe [Sun, 10 Jan 2010 18:06:30 +0100] rev 34909
Tuned some proofs; nicer case names for some of the induction / cases rules.
Sun, 10 Jan 2010 18:03:20 +0100 Added setup for simplification of equality constraints in induction rules.
berghofe [Sun, 10 Jan 2010 18:03:20 +0100] rev 34908
Added setup for simplification of equality constraints in induction rules.
Sun, 10 Jan 2010 18:01:04 +0100 Added infrastructure for simplifying equality constraints.
berghofe [Sun, 10 Jan 2010 18:01:04 +0100] rev 34907
Added infrastructure for simplifying equality constraints. Option (no_simp) restores old behaviour of induct method.
Fri, 15 Jan 2010 08:27:21 +0100 spurious proof failure
haftmann [Fri, 15 Jan 2010 08:27:21 +0100] rev 34906
spurious proof failure
Thu, 14 Jan 2010 18:44:22 +0100 merged
haftmann [Thu, 14 Jan 2010 18:44:22 +0100] rev 34905
merged
Thu, 14 Jan 2010 18:42:15 +0100 merged
haftmann [Thu, 14 Jan 2010 18:42:15 +0100] rev 34904
merged
Thu, 14 Jan 2010 17:54:55 +0100 dropped unused binding
haftmann [Thu, 14 Jan 2010 17:54:55 +0100] rev 34903
dropped unused binding
Thu, 14 Jan 2010 17:54:54 +0100 dedicated conversions to and from Int
haftmann [Thu, 14 Jan 2010 17:54:54 +0100] rev 34902
dedicated conversions to and from Int
Thu, 14 Jan 2010 17:47:39 +0100 printing of cases
haftmann [Thu, 14 Jan 2010 17:47:39 +0100] rev 34901
printing of cases
Thu, 14 Jan 2010 17:47:39 +0100 tuned for products vs. tupled functions
haftmann [Thu, 14 Jan 2010 17:47:39 +0100] rev 34900
tuned for products vs. tupled functions
Thu, 14 Jan 2010 17:47:39 +0100 added Scala setup
haftmann [Thu, 14 Jan 2010 17:47:39 +0100] rev 34899
added Scala setup
Thu, 14 Jan 2010 17:47:38 +0100 allow individual printing of numerals during code serialization
haftmann [Thu, 14 Jan 2010 17:47:38 +0100] rev 34898
allow individual printing of numerals during code serialization
Thu, 14 Jan 2010 15:06:38 +0100 reorder Quickcheck and Nitpick, so that Quickcheck gets loaded first and Auto-Quickcheck runs first (since it takes less time)
blanchet [Thu, 14 Jan 2010 15:06:38 +0100] rev 34897
reorder Quickcheck and Nitpick, so that Quickcheck gets loaded first and Auto-Quickcheck runs first (since it takes less time)
Thu, 14 Jan 2010 09:18:08 +0100 adjusted to changes in code equation administration
haftmann [Thu, 14 Jan 2010 09:18:08 +0100] rev 34896
adjusted to changes in code equation administration
Wed, 13 Jan 2010 12:20:37 +0100 explicit abstract type of code certificates
haftmann [Wed, 13 Jan 2010 12:20:37 +0100] rev 34895
explicit abstract type of code certificates
Wed, 13 Jan 2010 10:18:45 +0100 corrected error messages; tuned
haftmann [Wed, 13 Jan 2010 10:18:45 +0100] rev 34894
corrected error messages; tuned
Wed, 13 Jan 2010 10:18:45 +0100 function transformer preprocessor applies to both code generators
haftmann [Wed, 13 Jan 2010 10:18:45 +0100] rev 34893
function transformer preprocessor applies to both code generators
Wed, 13 Jan 2010 09:13:30 +0100 merged
haftmann [Wed, 13 Jan 2010 09:13:30 +0100] rev 34892
merged
Tue, 12 Jan 2010 16:27:42 +0100 code certificates as integral part of code generation
haftmann [Tue, 12 Jan 2010 16:27:42 +0100] rev 34891
code certificates as integral part of code generation
Wed, 13 Jan 2010 09:02:47 +0100 import of antiquote_setup not necessary
haftmann [Wed, 13 Jan 2010 09:02:47 +0100] rev 34890
import of antiquote_setup not necessary
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip