Rainer Schöpf - 2011-09-12

Addendum: this particular example does no longer show the error, because of additional pattern match rules.

Replacing logb by an arbitrary operator triggers it:

index u;
vector v;
operator f;
for all a,x let a^f(x,a)=x;
(u.v)^2;

***** Unmatched index u