summaryrefslogtreecommitdiff
path: root/Test/hofs/TreeMapSimple.dfy.expect
blob: 3b59a2e35b67c8ef5bd36438ddcdeb104cb6d24d (plain)
1
2
3
4
5
6

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))