mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -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 lwt
|
||||
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
|
||||
Result.Ok
|
||||
(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)
|
||||
with Exit ->
|
||||
begin match !err with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue