summaryrefslogtreecommitdiff
path: root/Test/hofs/TreeMapSimple.dfy.expect
diff options
context:
space:
mode:
authorGravatar Dan Rosén <danr@chalmers.se>2014-08-18 13:24:57 -0700
committerGravatar Dan Rosén <danr@chalmers.se>2014-08-18 13:24:57 -0700
commit5e7d03fba113642aa1d6b181a854c684c740979e (patch)
tree11043399075689c198e6c44dcafb868445c0dc48 /Test/hofs/TreeMapSimple.dfy.expect
parent2ead070c052fb5f506f188571e0e1bef900af9d4 (diff)
Consider lambdas literals + create literal axioms when an argument is a function
Diffstat (limited to 'Test/hofs/TreeMapSimple.dfy.expect')
-rw-r--r--Test/hofs/TreeMapSimple.dfy.expect7
1 files changed, 5 insertions, 2 deletions
diff --git a/Test/hofs/TreeMapSimple.dfy.expect b/Test/hofs/TreeMapSimple.dfy.expect
index f523ef5d..3b59a2e3 100644
--- a/Test/hofs/TreeMapSimple.dfy.expect
+++ b/Test/hofs/TreeMapSimple.dfy.expect
@@ -1,3 +1,6 @@
-Dafny program verifier finished with 5 verified, 0 errors
-Compiled assembly into TreeMapSimple.dll
+Dafny program verifier finished with 7 verified, 0 errors
+Program compiled successfully
+Running...
+
+Tree.Branch(100, List.Cons(Tree.Branch(50, List.Nil), List.Nil))