summaryrefslogtreecommitdiff
path: root/Test/dafny4/Ackermann.dfy.expect
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2015-09-08 17:08:06 -0700
committerGravatar Rustan Leino <unknown>2015-09-08 17:08:06 -0700
commit510623d57984f81105c621c898c60c79d3a32c0f (patch)
tree831968ecb62bc3d19fce31beb488ffd2185b086d /Test/dafny4/Ackermann.dfy.expect
parent629762d100ac6daa1cb09d33d4fe82cfbdedbe0c (diff)
Proof that Ackermann can be curried and that it is monotonic in both arguments.
Diffstat (limited to 'Test/dafny4/Ackermann.dfy.expect')
-rw-r--r--Test/dafny4/Ackermann.dfy.expect6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/dafny4/Ackermann.dfy.expect b/Test/dafny4/Ackermann.dfy.expect
new file mode 100644
index 00000000..158f2a48
--- /dev/null
+++ b/Test/dafny4/Ackermann.dfy.expect
@@ -0,0 +1,6 @@
+
+Dafny program verifier finished with 30 verified, 0 errors
+Program compiled successfully
+Running...
+
+Ack(3, 4) = 125