summaryrefslogtreecommitdiff
path: root/Test/test21/InterestingExamples4.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test21/InterestingExamples4.bpl')
-rw-r--r--Test/test21/InterestingExamples4.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/test21/InterestingExamples4.bpl b/Test/test21/InterestingExamples4.bpl
index 371724f5..67636af1 100644
--- a/Test/test21/InterestingExamples4.bpl
+++ b/Test/test21/InterestingExamples4.bpl
@@ -14,7 +14,7 @@ axiom (forall<a,b> x:a, y:b :: sameType(x,y) == (exists z:a :: y==z));
// b = C^n(a)
function rel<a,b>(x:a, y:b) returns (bool);
-function relHelp<a,b>(x:a, y:b, int) returns (bool);
+function relHelp<a,b>(x:a, y:b, z:int) returns (bool);
axiom (forall<a, b> x:a, y:b :: relHelp(x, y, 0) == sameType(x, y));
axiom (forall<a, b> n:int, x:a, y:b ::