wenzelm [Fri, 02 Dec 2005 22:54:52 +0100] rev 18342
asts_to_terms: builtin free_fixed translation makes local binders work properly;
wenzelm [Fri, 02 Dec 2005 22:54:51 +0100] rev 18341
mixfix_args: 1 for binders;
string_of_mixfix: proper output of binders;
wenzelm [Fri, 02 Dec 2005 22:54:50 +0100] rev 18340
removed fixed_tr: now handled in syntax module;
replaced mixfix_typ by TypeInfer.mixfixT, which handles binders as well;
def: beta/eta contract lhs;
wenzelm [Fri, 02 Dec 2005 22:54:48 +0100] rev 18339
added mixfixT;
paramify_dummies: treat dummyT as well, tuned;
wenzelm [Fri, 02 Dec 2005 22:54:47 +0100] rev 18338
defs: beta/eta contract lhs;
wenzelm [Fri, 02 Dec 2005 22:54:45 +0100] rev 18337
abs_def: beta/eta contract lhs;
krauss [Fri, 02 Dec 2005 16:43:42 +0100] rev 18336
Added recdef congruence rules for bounded quantifiers and commonly used
higher order functions.
haftmann [Fri, 02 Dec 2005 16:05:31 +0100] rev 18335
various improvements
haftmann [Fri, 02 Dec 2005 16:05:12 +0100] rev 18334
adjusted to improved code generator interface
haftmann [Fri, 02 Dec 2005 16:04:48 +0100] rev 18333
added perhaps option combinator