Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
e147ff68
Commit
e147ff68
authored
Jan 21, 2011
by
Jean-Christophe Filliâtre
Browse files
binary_search2: fixed specification
parent
58f2b34e
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/programs/binary_search2.mlw
View file @
e147ff68
...
...
@@ -20,8 +20,8 @@ module BinarySearch
binary_search target lo mid
else
hi
{ f result = target and
forall x : int. x < result -> f x <
>
target }
{ f result
>
= target and
forall x : int. x < result -> f x < target }
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment