summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/simple.01.cvc
blob: 42b99cc44fff2f4a2a895b07db72b769aed5c425 (plain)
1
2
3
4
5
6
7
% EXPECT: valid
A: TYPE;
B: TYPE;
x, y: A;
f: A -> B;
QUERY (x = y => f(x) = f(y));

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback