Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
825828c6
Commit
825828c6
authored
Mar 16, 2011
by
MARCHE Claude
Browse files
un petit detail
parent
27ec31ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/programs/next_digit_sum.mlw
View file @
825828c6
...
...
@@ -80,7 +80,7 @@ parameter x : ref (array)
(* the target digit sum *)
logic y : int
axiom Hypotheses: n > 0 and y > 0
axiom Hypotheses: n >
=
0 and y > 0
logic m : int = 1 + max n (div y 9)
...
...
src/ide/gmain.ml
View file @
825828c6
...
...
@@ -2191,7 +2191,7 @@ let () =
in
()
let
()
=
let
b
=
GButton
.
button
~
packing
:
tools_box
#
add
~
label
:
"
(
Replay
)
"
()
in
let
b
=
GButton
.
button
~
packing
:
tools_box
#
add
~
label
:
"Replay"
()
in
let
i
=
GMisc
.
image
~
pixbuf
:
(
!
image_replay
)
()
in
let
()
=
b
#
set_image
i
#
coerce
in
let
(
_
:
GtkSignal
.
id
)
=
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment