summaryrefslogtreecommitdiff
path: root/test/regress/regress0/precedence/eq-fun.cvc
blob: af81ea10d90fab787e26eacfae50dcb788dc8f34 (plain)
1
2
3
4
5
6
7
8
% EXPECT: entailed
% Simple test for right precedence of function application and =

T : TYPE;
x , y: T;
f : T -> T;

QUERY (f(x) = f(y)) <=> ((f(x)) = (f(y)));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback