Simon Peyton-Jones <simonpj at microsoft.com> writes: > No. The primary use for Any is to fix otherwise-unconstrained type variables. > ... > length Any ([] Any) Ah, I get it! Thanks. - a