Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 15 Apr 2010 16:55:12 +0200] rev 36154
Respectfullness and preservation of list_rel
wenzelm [Thu, 15 Apr 2010 18:09:22 +0200] rev 36153
replaced slightly odd Typedecl.predeclare_constraints by plain declaration of type arguments -- also avoid "recursive" declaration of type constructor, which can cause problems with sequential definitions B.foo = A.foo;
simplified via ProofContext.check_tfree;
wenzelm [Thu, 15 Apr 2010 18:00:21 +0200] rev 36152
get_sort: suppress dummyS from input;
added check_tvar, check_tfree convenience;
tuned;
wenzelm [Thu, 15 Apr 2010 16:58:12 +0200] rev 36151
modernized treatment of sort constraints in specification;
pass-through type variables as usual as (string * sort) internally -- recovers proper sort handling;
wenzelm [Thu, 15 Apr 2010 16:55:49 +0200] rev 36150
typecopy: observe given sort constraints more precisely;
wenzelm [Thu, 15 Apr 2010 15:39:50 +0200] rev 36149
inline old Record.read_typ/cert_typ;
spelling;
wenzelm [Thu, 15 Apr 2010 15:38:58 +0200] rev 36148
spelling;
haftmann [Thu, 15 Apr 2010 12:27:14 +0200] rev 36147
theory RBT with abstract type of red-black trees backed by implementation RBT_Impl
wenzelm [Wed, 14 Apr 2010 22:18:10 +0200] rev 36146
tuned whitespace;
wenzelm [Wed, 14 Apr 2010 22:13:28 +0200] rev 36145
merged