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
himmelma [Mon, 01 Feb 2010 14:12:12 +0100] rev 34981
Removed explicit type annotations
haftmann [Sun, 31 Jan 2010 19:07:03 +0100] rev 34980
adjusted to changes in List_Set.thy
haftmann [Sun, 31 Jan 2010 14:51:32 +0100] rev 34979
more correspondence lemmas between related operations
haftmann [Sun, 31 Jan 2010 14:51:32 +0100] rev 34978
canonical insert operation; generalized lemma foldl_apply_inv to foldl_apply
haftmann [Sun, 31 Jan 2010 14:51:32 +0100] rev 34977
dropped some redundancies
haftmann [Sun, 31 Jan 2010 14:51:31 +0100] rev 34976
generalized lemma foldl_apply_inv to foldl_apply
haftmann [Sun, 31 Jan 2010 14:51:30 +0100] rev 34975
more correspondence lemmas between related operations; tuned some proofs
haftmann [Thu, 28 Jan 2010 11:48:49 +0100] rev 34974
new theory Algebras.thy for generic algebraic structures
haftmann [Thu, 28 Jan 2010 11:48:43 +0100] rev 34973
dropped mk_left_commute; use interpretation of locale abel_semigroup instead
haftmann [Wed, 27 Jan 2010 14:03:08 +0100] rev 34972
merged
haftmann [Wed, 27 Jan 2010 14:02:53 +0100] rev 34971
a more complex record expression -- cf. src/HOL/Tools/quickcheck_generators.ML
haftmann [Wed, 27 Jan 2010 14:02:53 +0100] rev 34970
lemma Image_closed_trancl
haftmann [Wed, 27 Jan 2010 14:02:52 +0100] rev 34969
corrected type of typecopy constructor
haftmann [Wed, 27 Jan 2010 14:02:52 +0100] rev 34968
tuned structure; moved non-related quickcheck.setup to Code_Generator.thy
berghofe [Wed, 27 Jan 2010 11:47:17 +0100] rev 34967
Changed author; removed debugging code.
bulwahn [Mon, 25 Jan 2010 19:31:50 +0100] rev 34966
merged
bulwahn [Mon, 25 Jan 2010 16:19:42 +0100] rev 34965
adding Mutabelle to repository
hoelzl [Mon, 25 Jan 2010 16:56:24 +0100] rev 34964
Replaced vec1 and dest_vec1 by abbreviation.
haftmann [Fri, 22 Jan 2010 16:59:21 +0100] rev 34963
merged
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)
boehmes [Fri, 22 Jan 2010 16:38:58 +0100] rev 34961
merged
boehmes [Fri, 22 Jan 2010 16:38:21 +0100] rev 34960
support skolem constant for extensional arrays in Z3 proofs
boehmes [Fri, 22 Jan 2010 16:33:44 +0100] rev 34959
drop underscores at end of names coming from Boogie
bulwahn [Fri, 22 Jan 2010 15:26:29 +0100] rev 34958
merged
bulwahn [Fri, 22 Jan 2010 11:42:28 +0100] rev 34957
correctly hiding facts of Lazy_Sequence
bulwahn [Thu, 21 Jan 2010 14:13:21 +0100] rev 34956
corrected and simplified Spec_Rules registration in the Recdef package
bulwahn [Thu, 21 Jan 2010 12:20:28 +0100] rev 34955
merged
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
bulwahn [Wed, 20 Jan 2010 18:08:08 +0100] rev 34953
adopting Sequences