mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
warnings
This commit is contained in:
parent
787c9ad5d1
commit
f6b3a7addf
2 changed files with 2 additions and 2 deletions
2
.merlin
2
.merlin
|
|
@ -18,4 +18,4 @@ PKG threads
|
||||||
PKG threads.posix
|
PKG threads.posix
|
||||||
PKG lwt
|
PKG lwt
|
||||||
PKG qcheck
|
PKG qcheck
|
||||||
FLG -w +a-4-44-48-60
|
FLG -w +a-4-44-48-60@8
|
||||||
|
|
|
||||||
|
|
@ -944,7 +944,7 @@ let all_ok l =
|
||||||
try
|
try
|
||||||
Result.Ok
|
Result.Ok
|
||||||
(map
|
(map
|
||||||
(function Result.Ok x -> x | Error e -> err := Some e; raise Exit)
|
(function Result.Ok x -> x | Result.Error e -> err := Some e; raise Exit)
|
||||||
l)
|
l)
|
||||||
with Exit ->
|
with Exit ->
|
||||||
begin match !err with
|
begin match !err with
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue