boehmes [Wed, 26 May 2010 15:35:17 +0200] rev 37125
updated SMT certificates
boehmes [Wed, 26 May 2010 15:34:47 +0200] rev 37124
hide constants and types introduced by SMT,
simplified SMT patterns syntax,
added examples for SMT patterns
haftmann [Wed, 26 May 2010 11:59:06 +0200] rev 37123
more convenient order of code equations
wenzelm [Wed, 26 May 2010 11:34:23 +0200] rev 37122
misc updates for release;
wenzelm [Tue, 25 May 2010 23:03:13 +0200] rev 37121
eliminated obsolete priority message from Isabelle_Process protocol;
wenzelm [Tue, 25 May 2010 22:21:31 +0200] rev 37120
moved ML files where they are actually used;
more precise dependencies;
wenzelm [Tue, 25 May 2010 22:12:26 +0200] rev 37119
renamed HOLCF/Library/ROOT.ML to HOLCF/Library/HOLCF_Library_ROOT.ML to avoid accidental uses of this ML file via the load path -- see also d7711be8c3a9 (obsolete) and ccae4ecd67f4;
wenzelm [Tue, 25 May 2010 21:49:44 +0200] rev 37118
eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm [Tue, 25 May 2010 20:28:16 +0200] rev 37117
eliminated various catch-all exception patterns, guessing at the concrete exeptions that are intended here;
wenzelm [Tue, 25 May 2010 20:22:55 +0200] rev 37116
tuned -- avoid catch-all exception pattern;
wenzelm [Tue, 25 May 2010 11:13:49 +0200] rev 37115
updated generated files;
wenzelm [Tue, 25 May 2010 10:57:02 +0200] rev 37114
merged
webertj [Mon, 24 May 2010 21:19:25 +0100] rev 37113
merged
webertj [Mon, 24 May 2010 21:18:22 +0100] rev 37112
Typo fixed.
huffman [Mon, 24 May 2010 12:42:17 -0700] rev 37111
move HOLCF/Sum_Cpo.thy to HOLCF/Library
huffman [Mon, 24 May 2010 12:10:24 -0700] rev 37110
move Strict_Fun and Stream theories to new HOLCF/Library directory; add HOLCF/Library to search path
huffman [Mon, 24 May 2010 11:29:49 -0700] rev 37109
move unused pattern match syntax stuff into HOLCF/ex
huffman [Mon, 24 May 2010 09:32:52 -0700] rev 37108
rename type 'a maybe to 'a match; rename Fixrec.return to Fixrec.succeed
haftmann [Mon, 24 May 2010 13:48:57 +0200] rev 37107
more lemmas
haftmann [Mon, 24 May 2010 13:48:56 +0200] rev 37106
induction and case rules
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37105
Store registrations in efficient data structure.
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37104
Avoid recomputation of registration instance for lookup.
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37103
Consistently use equality for registration lookup.
ballarin [Mon, 24 May 2010 10:48:32 +0200] rev 37102
Cleaner implementation of sublocale command.