summaryrefslogtreecommitdiff
path: root/Test/dafny0/ComputationsLoop.dfy
diff options
context:
space:
mode:
authorGravatar Dan Rosén <danr@chalmers.se>2014-08-12 14:44:55 -0700
committerGravatar Dan Rosén <danr@chalmers.se>2014-08-12 14:44:55 -0700
commite2d1b7891526c90e26a790a9783aed8f69a57450 (patch)
tree986d95d64662104c8eac9a5321ea7e99faedc665 /Test/dafny0/ComputationsLoop.dfy
parent8797f054f44d114147562689d80c9970d8ea4f82 (diff)
Compile lambda functions and apply expressions, and change let expr compilation
Diffstat (limited to 'Test/dafny0/ComputationsLoop.dfy')
-rw-r--r--Test/dafny0/ComputationsLoop.dfy3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/dafny0/ComputationsLoop.dfy b/Test/dafny0/ComputationsLoop.dfy
index b89455a2..ecba17e4 100644
--- a/Test/dafny0/ComputationsLoop.dfy
+++ b/Test/dafny0/ComputationsLoop.dfy
@@ -10,4 +10,5 @@ function KeepDoin'It(x: nat): nat
lemma Test(r: nat)
{
assert KeepDoin'It(20) == r;
-} \ No newline at end of file
+}
+