summaryrefslogtreecommitdiff
path: root/Test/dafny0/NatTypes.dfy
diff options
context:
space:
mode:
authorGravatar Jason Koenig <unknown>2011-07-14 19:04:48 -0700
committerGravatar Jason Koenig <unknown>2011-07-14 19:04:48 -0700
commitbd0939ffe92812966dfe2aac15d28cc1e3c37b42 (patch)
treeea5861dcf473be51b024b7fe178e820e8be18c9d /Test/dafny0/NatTypes.dfy
parent5e9cfe9da36b5efda394c1bde3f5536f1a5308a0 (diff)
Fixed failing regression tests.
Diffstat (limited to 'Test/dafny0/NatTypes.dfy')
-rw-r--r--Test/dafny0/NatTypes.dfy3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/dafny0/NatTypes.dfy b/Test/dafny0/NatTypes.dfy
index e56b4122..47bc22e1 100644
--- a/Test/dafny0/NatTypes.dfy
+++ b/Test/dafny0/NatTypes.dfy
@@ -43,6 +43,9 @@ method Generic<T>(i: int, t0: T, t1: T) returns (r: T) {
}
function method FenEric<T>(t0: T, t1: T): T
+{
+ t1
+}
datatype Pair<T> = Pr(T, T);