Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
inox
Commits
8842a679
Commit
8842a679
authored
14 years ago
by
Robin Steiger
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testcases/regression/README
+9
-9
9 additions, 9 deletions
testcases/regression/README
testcases/regression/unifier_valid.scala
+1
-1
1 addition, 1 deletion
testcases/regression/unifier_valid.scala
with
10 additions
and
10 deletions
testcases/regression/README
+
9
−
9
View file @
8842a679
...
@@ -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
createRoo
t postcondition
unknown ---
dumbInser
t postcondition
valid Unifier
mkInfiniteTree postcondition valid
Unifier
mkInfiniteTree postcondition valid Unifier
insert
postcondition
unknown ---
dumbInsertWithOrder
postcondition
valid Unifier
dumbI
nsert postcondition
unknown ---
i
nsert
postcondition
<BAPA seems to hang on conjunction 11>
==================================================
==
==================================================
Would be great if we could this working again.
..
Okay, we're getting there
..
This diff is collapsed.
Click to expand it.
testcases/regression/unifier_valid.scala
+
1
−
1
View file @
8842a679
...
@@ -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
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment