Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
belenios
belenios
Commits
099da35d
Commit
099da35d
authored
Jan 27, 2016
by
Stephane Glondu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in fforall
parent
9e4ff654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/common.ml
src/lib/common.ml
+1
-1
No files found.
src/lib/common.ml
View file @
099da35d
...
...
@@ -46,7 +46,7 @@ module Array = struct
let
n
=
Array
.
length
x
in
let
rec
loop_inner
j
=
if
j
>=
0
then
f
x
.
(
j
)
&&
loop_inner
(
pred
j
)
else
true
else
loop_outer
(
pred
i
)
in
loop_inner
(
pred
n
)
else
true
in
...
...
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