Skip to content
Snippets Groups Projects
Commit 8842a679 authored by Robin Steiger's avatar Robin Steiger
Browse files

Sorry, I ran the wrong command. Still, one examples does not work...

parent 9c076b11
No related branches found
No related tags found
No related merge requests found
...@@ -16,14 +16,14 @@ createRoot postcondition valid Unifier ...@@ -16,14 +16,14 @@ createRoot postcondition valid Unifier
dumbInsertWithOrder postcondition unknown --- dumbInsertWithOrder postcondition unknown ---
==================================================== ====================================================
Revision 1157, now, even worse Revision 1157, now, better again
==================================================== ==================================================
dumbInsertWithOrder postcondition unknown --- createRoot postcondition valid Unifier
createRoot postcondition unknown --- dumbInsert postcondition valid Unifier
mkInfiniteTree postcondition valid Unifier mkInfiniteTree postcondition valid Unifier
insert postcondition unknown --- dumbInsertWithOrder postcondition valid Unifier
dumbInsert postcondition unknown --- insert postcondition <BAPA seems to hang on conjunction 11>
==================================================== ==================================================
Would be great if we could this working again... Okay, we're getting there..
...@@ -26,7 +26,7 @@ object BinarySearchTree { ...@@ -26,7 +26,7 @@ object BinarySearchTree {
n n
} }
} }
} ensuring (contents(_) == contents(tree) ++ Set(value)) } //ensuring (contents(_) == contents(tree) ++ Set(value))
def dumbInsert(tree: Tree): Node = { def dumbInsert(tree: Tree): Node = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment