Build:
- 0
2026-06-16 18:52.56: New job: build devkit.1.0 (db64bccf8c9d)
2026-06-16 18:52.56: Waiting for resource in pool day11-builds
2026-06-16 19:08.10: Got resource from pool day11-builds
2026-06-16 19:08.10: [profile full] build devkit.1.0
2026-06-16 19:08.11: build devkit.1.0 (db64bccf8c9d)
=== DEPENDENCIES (59 transitive) ===
astring.0.8.5 c751bd2f9880
base.v0.15.2 e55b568b34b1
base-bigarray.base dfc2a7e726c3
base-bytes.base 4b9d16efdb50
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
bigarray-compat.1.1.0 b348b1d45233
camlp4.4.11+1 ef7c65fcd715
camlzip.1.11 fb3f11850951
conf-libcurl.2 09493f4c775a
conf-libevent.1 0026ff56582d
conf-libpcre.2 1e78e423e0f7
conf-pkg-config.5 64c6b37d622b
conf-zlib.1 6a8e9cb470aa
cppo.1.8.0 5b7957cf3e5d
csexp.1.5.2 ba14d6290f52
cstruct.6.2.0 f900116c7f84
curl.0.10.0 138b30510fcf
curl_lwt.0.10.0 a2219970be3c
dune.3.23.1 fc50a1588b4e
dune-compiledb.0.6.0 4e9a1d87e862
dune-configurator.3.22.2 ac79ab5113c0
extlib.1.8.0 361f00d2f1f4
extunix.0.3.2 83a57d413ecf
ezjsonm.1.3.0 3ed6cfcd7737
fmt.0.11.0 e84cb4fe9174
fpath.0.7.3 0d993db291d5
hex.1.5.0 bd9de39a7de1
jsonm.1.0.2 9f23e12e4bbd
libevent.0.9.0 d81f7d9e1f2e
lwt.4.5.0 d5a431ed8884
lwt_ppx.2.1.0 685ccfad0976
mmap.1.2.0 708ebfb2fc63
num.1.6 b17c86f0ab2a
ocaml.4.11.2 82527a3d9959
ocaml-base-compiler.4.11.2 853adb80bee7
ocaml-compiler-libs.v0.12.4 9e596c9d9c3d
ocaml-config.1 73dc523c3cc6
ocaml-secondary-compiler.4.14.2 208983c0e1e0
ocamlbuild.0.16.1 f3c519c1bc8e
ocamlfind.1.9.6 37418aad65fb
ocamlfind-secondary.1.9.6 4507fb801bdf
ocamlnet.4.1.9-2 be0ad4f722c1
ocplib-endian.1.2 3a6993067d75
ocurl.transition 1dba3d1189e8
ounit.2.2.7 bdc5fad9fe69
ounit2.2.2.7 aae146689e87
parsexp.v0.15.0 399398a19b45
pcre.8.0.5 8458dde29b35
ppx_derivers.1.2.1 9184cd55b4ad
ppxlib.0.35.0 126a14d516b1
result.1.5 22261c52cca2
seq.base 9cd2e9e1495c
sexplib.v0.15.1 ed752bf7cf22
sexplib0.v0.15.1 13d7bafb4cfb
stdlib-shims.0.3.0 5d8e5ebedaf1
topkg.1.1.1 08c178677c80
uutf.1.0.4 4b62d002942e
yojson.3.0.0 cfa853f75275
=== STDOUT ===
Processing: [default: loading data]
[devkit.1.0: dl]
[devkit.1.0: extract]
-> retrieved devkit.1.0 (https://opam.ocaml.org/cache)
[devkit: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "devkit" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/devkit.1.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Exn.cmo -c -impl exn.ml)
- File "exn.ml", lines 19-28, characters 4-7:
- 19 | ....begin match err with
- 20 | | Pcre.Partial -> "Partial"
- 21 | | Pcre.BadPartial -> "BadPartial"
- 22 | | Pcre.BadPattern(m,p) -> sprintf "BadPattern(%s,%i)" m p
- 23 | | Pcre.BadUTF8 -> "BadUTF8"
- 24 | | Pcre.BadUTF8Offset -> "BadUTF8Offset"
- 25 | | Pcre.MatchLimit -> "MatchLimit"
- 26 | | Pcre.RecursionLimit -> "RecursionLimit"
- 27 | | Pcre.InternalError s -> sprintf "InternalError(%s)" s
- 28 | end
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- WorkspaceSize
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Network.cmi -c -intf network.mli)
- File "network.mli", line 18, characters 29-45:
- 18 | val ipv4_to_yojson : ipv4 -> Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Error: Unbound type constructor Yojson.Safe.json
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/native/devkit_core__Exn.cmx -c -impl exn.ml)
- File "exn.ml", lines 19-28, characters 4-7:
- 19 | ....begin match err with
- 20 | | Pcre.Partial -> "Partial"
- 21 | | Pcre.BadPartial -> "BadPartial"
- 22 | | Pcre.BadPattern(m,p) -> sprintf "BadPattern(%s,%i)" m p
- 23 | | Pcre.BadUTF8 -> "BadUTF8"
- 24 | | Pcre.BadUTF8Offset -> "BadUTF8Offset"
- 25 | | Pcre.MatchLimit -> "MatchLimit"
- 26 | | Pcre.RecursionLimit -> "RecursionLimit"
- 27 | | Pcre.InternalError s -> sprintf "InternalError(%s)" s
- 28 | end
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- WorkspaceSize
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__ExtEnum_merge.cmo -c -impl extEnum_merge.ml)
- File "extEnum_merge.ml", line 9, characters 25-39:
- 9 | let _found_6 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 13, characters 30-46:
- 13 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 16, characters 33-49:
- 16 | (Enum.junk e2_5; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 34, characters 26-40:
- 34 | let _found_21 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 38, characters 30-46:
- 38 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 41, characters 34-50:
- 41 | (Enum.junk e2_20; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 60, characters 26-40:
- 60 | let _found_36 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 64, characters 30-46:
- 64 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 85, characters 26-40:
- 85 | let _found_51 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 89, characters 30-46:
- 89 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 110, characters 26-40:
- 110 | let _found_66 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 114, characters 30-46:
- 114 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 117, characters 34-50:
- 117 | (Enum.junk e2_65; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 135, characters 26-40:
- 135 | let _found_81 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 140, characters 30-46:
- 140 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 143, characters 20-34:
- 143 | if Pervasives.not _prev_found_84
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 147, characters 34-50:
- 147 | (Enum.junk e2_80; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 156, characters 25-39:
- 156 | if Pervasives.not _prev_found_84
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 170, characters 26-40:
- 170 | let _found_97 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 174, characters 30-46:
- 174 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 194, characters 27-41:
- 194 | let _found_112 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 199, characters 30-46:
- 199 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 202, characters 20-34:
- 202 | if Pervasives.not _prev_found_115
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 216, characters 25-39:
- 216 | if Pervasives.not _prev_found_115
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 228, characters 23-37:
- 228 | let _found_126 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 232, characters 26-42:
- 232 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 235, characters 31-47:
- 235 | (Enum.junk e2_125; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 237, characters 25-39:
- 237 | let k1_133 = Pervasives.fst x_131 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 238, characters 25-39:
- 238 | let k2_134 = Pervasives.fst y_132 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 243, characters 28-42:
- 243 | (k1_133, (Pervasives.snd x_131), (Pervasives.snd y_132)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 243, characters 52-66:
- 243 | (k1_133, (Pervasives.snd x_131), (Pervasives.snd y_132)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 252, characters 23-37:
- 252 | let _found_139 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 256, characters 26-42:
- 256 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 258, characters 33-47:
- 258 | (Enum.junk e1_137; ((Pervasives.fst x_142), (Pervasives.snd x_142), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 258, characters 57-71:
- 258 | (Enum.junk e1_137; ((Pervasives.fst x_142), (Pervasives.snd x_142), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 260, characters 31-47:
- 260 | (Enum.junk e2_138; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 262, characters 25-39:
- 262 | let k1_146 = Pervasives.fst x_144 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 263, characters 25-39:
- 263 | let k2_147 = Pervasives.fst y_145 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 268, characters 28-42:
- 268 | (k1_146, (Pervasives.snd x_144), (Some (Pervasives.snd y_145))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 268, characters 58-72:
- 268 | (k1_146, (Pervasives.snd x_144), (Some (Pervasives.snd y_145))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 270, characters 46-60:
- 270 | (Enum.junk e1_137; (k1_146, (Pervasives.snd x_144), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 278, characters 23-37:
- 278 | let _found_152 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 282, characters 26-42:
- 282 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 285, characters 33-47:
- 285 | (Enum.junk e2_151; ((Pervasives.fst y_156), None, (Pervasives.snd y_156)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 285, characters 63-77:
- 285 | (Enum.junk e2_151; ((Pervasives.fst y_156), None, (Pervasives.snd y_156)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 287, characters 25-39:
- 287 | let k1_159 = Pervasives.fst x_157 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 288, characters 25-39:
- 288 | let k2_160 = Pervasives.fst y_158 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 293, characters 34-48:
- 293 | (k1_159, (Some (Pervasives.snd x_157)), (Pervasives.snd y_158)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 293, characters 59-73:
- 293 | (k1_159, (Some (Pervasives.snd x_157)), (Pervasives.snd y_158)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 295, characters 55-69:
- 295 | | _ -> (Enum.junk e2_151; (k2_160, None, (Pervasives.snd y_158)))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 302, characters 23-37:
- 302 | let _found_165 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 306, characters 26-42:
- 306 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 309, characters 15-29:
- 309 | ((Pervasives.fst x_168), (`Left (Pervasives.snd x_168))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 309, characters 46-60:
- 309 | ((Pervasives.fst x_168), (`Left (Pervasives.snd x_168))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 312, characters 15-29:
- 312 | ((Pervasives.fst y_169), (`Right (Pervasives.snd y_169))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 312, characters 47-61:
- 312 | ((Pervasives.fst y_169), (`Right (Pervasives.snd y_169))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 314, characters 25-39:
- 314 | let k1_172 = Pervasives.fst x_170 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 315, characters 25-39:
- 315 | let k2_173 = Pervasives.fst y_171 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 320, characters 36-50:
- 320 | (k1_172, (`Both ((Pervasives.snd x_170), (Pervasives.snd y_171)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 320, characters 60-74:
- 320 | (k1_172, (`Both ((Pervasives.snd x_170), (Pervasives.snd y_171)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 322, characters 53-67:
- 322 | (Enum.junk e1_163; (k1_172, (`Left (Pervasives.snd x_170))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 323, characters 57-71:
- 323 | | _ -> (Enum.junk e2_164; (k2_173, (`Right (Pervasives.snd y_171))))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 330, characters 23-37:
- 330 | let _found_178 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 334, characters 26-42:
- 334 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 337, characters 31-47:
- 337 | (Enum.junk e2_177; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 339, characters 25-39:
- 339 | let k1_185 = Pervasives.fst x_183 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 340, characters 25-39:
- 340 | let k2_186 = Pervasives.fst y_184 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 345, characters 28-42:
- 345 | (k1_185, (Pervasives.snd x_183), (Pervasives.snd y_184)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 345, characters 52-66:
- 345 | (k1_185, (Pervasives.snd x_183), (Pervasives.snd y_184)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 354, characters 23-37:
- 354 | let _found_191 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 359, characters 26-42:
- 359 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 362, characters 16-30:
- 362 | if Pervasives.not _prev_found_194
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 363, characters 20-34:
- 363 | then ((Pervasives.fst x_195), (Pervasives.snd x_195), None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 363, characters 44-58:
- 363 | then ((Pervasives.fst x_195), (Pervasives.snd x_195), None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 366, characters 31-47:
- 366 | (Enum.junk e2_190; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 368, characters 25-39:
- 368 | let k1_199 = Pervasives.fst x_197 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 369, characters 25-39:
- 369 | let k2_200 = Pervasives.fst y_198 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 374, characters 28-42:
- 374 | (k1_199, (Pervasives.snd x_197), (Some (Pervasives.snd y_198))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 374, characters 58-72:
- 374 | (k1_199, (Pervasives.snd x_197), (Some (Pervasives.snd y_198))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 377, characters 21-35:
- 377 | if Pervasives.not _prev_found_194
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 378, characters 33-47:
- 378 | then (k1_199, (Pervasives.snd x_197), None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 387, characters 23-37:
- 387 | let _found_205 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 391, characters 26-42:
- 391 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 394, characters 33-47:
- 394 | (Enum.junk e2_204; ((Pervasives.fst y_209), None, (Pervasives.snd y_209)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 394, characters 63-77:
- 394 | (Enum.junk e2_204; ((Pervasives.fst y_209), None, (Pervasives.snd y_209)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 396, characters 25-39:
- 396 | let k1_212 = Pervasives.fst x_210 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 397, characters 25-39:
- 397 | let k2_213 = Pervasives.fst y_211 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 402, characters 34-48:
- 402 | (k1_212, (Some (Pervasives.snd x_210)), (Pervasives.snd y_211)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 402, characters 59-73:
- 402 | (k1_212, (Some (Pervasives.snd x_210)), (Pervasives.snd y_211)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 404, characters 55-69:
- 404 | | _ -> (Enum.junk e2_204; (k2_213, None, (Pervasives.snd y_211)))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 411, characters 23-37:
- 411 | let _found_218 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 416, characters 26-42:
- 416 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 419, characters 16-30:
- 419 | if Pervasives.not _prev_found_221
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 420, characters 20-34:
- 420 | then ((Pervasives.fst x_222), (`Left (Pervasives.snd x_222)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 420, characters 51-65:
- 420 | then ((Pervasives.fst x_222), (`Left (Pervasives.snd x_222)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 424, characters 15-29:
- 424 | ((Pervasives.fst y_223), (`Right (Pervasives.snd y_223))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 424, characters 47-61:
- 424 | ((Pervasives.fst y_223), (`Right (Pervasives.snd y_223))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 426, characters 25-39:
- 426 | let k1_226 = Pervasives.fst x_224 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 427, characters 25-39:
- 427 | let k2_227 = Pervasives.fst y_225 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 432, characters 36-50:
- 432 | (k1_226, (`Both ((Pervasives.snd x_224), (Pervasives.snd y_225)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 432, characters 60-74:
- 432 | (k1_226, (`Both ((Pervasives.snd x_224), (Pervasives.snd y_225)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 435, characters 21-35:
- 435 | if Pervasives.not _prev_found_221
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 436, characters 40-54:
- 436 | then (k1_226, (`Left (Pervasives.snd x_224)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 438, characters 57-71:
- 438 | | _ -> (Enum.junk e2_217; (k2_227, (`Right (Pervasives.snd y_225))))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 445, characters 23-37:
- 445 | let _found_232 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 449, characters 26-42:
- 449 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 469, characters 23-37:
- 469 | let _found_245 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 473, characters 26-42:
- 473 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 476, characters 15-29:
- 476 | ((Pervasives.fst x_248), (Some (Pervasives.snd x_248)), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 476, characters 45-59:
- 476 | ((Pervasives.fst x_248), (Some (Pervasives.snd x_248)), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 479, characters 15-29:
- 479 | ((Pervasives.fst y_249), None, (Some (Pervasives.snd y_249))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 479, characters 51-65:
- 479 | ((Pervasives.fst y_249), None, (Some (Pervasives.snd y_249))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 481, characters 25-39:
- 481 | let k1_252 = Pervasives.fst x_250 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 482, characters 25-39:
- 482 | let k2_253 = Pervasives.fst y_251 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 487, characters 34-48:
- 487 | (k1_252, (Some (Pervasives.snd x_250)),
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 488, characters 27-41:
- 488 | (Some (Pervasives.snd y_251))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 490, characters 52-66:
- 490 | (Enum.junk e1_243; (k1_252, (Some (Pervasives.snd x_250)), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 492, characters 58-72:
- 492 | (Enum.junk e2_244; (k2_253, None, (Some (Pervasives.snd y_251))))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/native/devkit_core__ExtEnum_merge.cmx -c -impl extEnum_merge.ml)
- File "extEnum_merge.ml", line 9, characters 25-39:
- 9 | let _found_6 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 13, characters 30-46:
- 13 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 16, characters 33-49:
- 16 | (Enum.junk e2_5; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 34, characters 26-40:
- 34 | let _found_21 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 38, characters 30-46:
- 38 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 41, characters 34-50:
- 41 | (Enum.junk e2_20; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 60, characters 26-40:
- 60 | let _found_36 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 64, characters 30-46:
- 64 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 85, characters 26-40:
- 85 | let _found_51 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 89, characters 30-46:
- 89 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 110, characters 26-40:
- 110 | let _found_66 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 114, characters 30-46:
- 114 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 117, characters 34-50:
- 117 | (Enum.junk e2_65; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 135, characters 26-40:
- 135 | let _found_81 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 140, characters 30-46:
- 140 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 143, characters 20-34:
- 143 | if Pervasives.not _prev_found_84
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 147, characters 34-50:
- 147 | (Enum.junk e2_80; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 156, characters 25-39:
- 156 | if Pervasives.not _prev_found_84
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 170, characters 26-40:
- 170 | let _found_97 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 174, characters 30-46:
- 174 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 194, characters 27-41:
- 194 | let _found_112 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 199, characters 30-46:
- 199 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 202, characters 20-34:
- 202 | if Pervasives.not _prev_found_115
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 216, characters 25-39:
- 216 | if Pervasives.not _prev_found_115
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 228, characters 23-37:
- 228 | let _found_126 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 232, characters 26-42:
- 232 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 235, characters 31-47:
- 235 | (Enum.junk e2_125; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 237, characters 25-39:
- 237 | let k1_133 = Pervasives.fst x_131 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 238, characters 25-39:
- 238 | let k2_134 = Pervasives.fst y_132 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 243, characters 28-42:
- 243 | (k1_133, (Pervasives.snd x_131), (Pervasives.snd y_132)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 243, characters 52-66:
- 243 | (k1_133, (Pervasives.snd x_131), (Pervasives.snd y_132)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 252, characters 23-37:
- 252 | let _found_139 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 256, characters 26-42:
- 256 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 258, characters 33-47:
- 258 | (Enum.junk e1_137; ((Pervasives.fst x_142), (Pervasives.snd x_142), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 258, characters 57-71:
- 258 | (Enum.junk e1_137; ((Pervasives.fst x_142), (Pervasives.snd x_142), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 260, characters 31-47:
- 260 | (Enum.junk e2_138; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 262, characters 25-39:
- 262 | let k1_146 = Pervasives.fst x_144 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 263, characters 25-39:
- 263 | let k2_147 = Pervasives.fst y_145 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 268, characters 28-42:
- 268 | (k1_146, (Pervasives.snd x_144), (Some (Pervasives.snd y_145))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 268, characters 58-72:
- 268 | (k1_146, (Pervasives.snd x_144), (Some (Pervasives.snd y_145))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 270, characters 46-60:
- 270 | (Enum.junk e1_137; (k1_146, (Pervasives.snd x_144), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 278, characters 23-37:
- 278 | let _found_152 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 282, characters 26-42:
- 282 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 285, characters 33-47:
- 285 | (Enum.junk e2_151; ((Pervasives.fst y_156), None, (Pervasives.snd y_156)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 285, characters 63-77:
- 285 | (Enum.junk e2_151; ((Pervasives.fst y_156), None, (Pervasives.snd y_156)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 287, characters 25-39:
- 287 | let k1_159 = Pervasives.fst x_157 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 288, characters 25-39:
- 288 | let k2_160 = Pervasives.fst y_158 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 293, characters 34-48:
- 293 | (k1_159, (Some (Pervasives.snd x_157)), (Pervasives.snd y_158)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 293, characters 59-73:
- 293 | (k1_159, (Some (Pervasives.snd x_157)), (Pervasives.snd y_158)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 295, characters 55-69:
- 295 | | _ -> (Enum.junk e2_151; (k2_160, None, (Pervasives.snd y_158)))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 302, characters 23-37:
- 302 | let _found_165 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 306, characters 26-42:
- 306 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 309, characters 15-29:
- 309 | ((Pervasives.fst x_168), (`Left (Pervasives.snd x_168))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 309, characters 46-60:
- 309 | ((Pervasives.fst x_168), (`Left (Pervasives.snd x_168))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 312, characters 15-29:
- 312 | ((Pervasives.fst y_169), (`Right (Pervasives.snd y_169))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 312, characters 47-61:
- 312 | ((Pervasives.fst y_169), (`Right (Pervasives.snd y_169))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 314, characters 25-39:
- 314 | let k1_172 = Pervasives.fst x_170 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 315, characters 25-39:
- 315 | let k2_173 = Pervasives.fst y_171 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 320, characters 36-50:
- 320 | (k1_172, (`Both ((Pervasives.snd x_170), (Pervasives.snd y_171)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 320, characters 60-74:
- 320 | (k1_172, (`Both ((Pervasives.snd x_170), (Pervasives.snd y_171)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 322, characters 53-67:
- 322 | (Enum.junk e1_163; (k1_172, (`Left (Pervasives.snd x_170))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 323, characters 57-71:
- 323 | | _ -> (Enum.junk e2_164; (k2_173, (`Right (Pervasives.snd y_171))))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 330, characters 23-37:
- 330 | let _found_178 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 334, characters 26-42:
- 334 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 337, characters 31-47:
- 337 | (Enum.junk e2_177; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 339, characters 25-39:
- 339 | let k1_185 = Pervasives.fst x_183 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 340, characters 25-39:
- 340 | let k2_186 = Pervasives.fst y_184 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 345, characters 28-42:
- 345 | (k1_185, (Pervasives.snd x_183), (Pervasives.snd y_184)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 345, characters 52-66:
- 345 | (k1_185, (Pervasives.snd x_183), (Pervasives.snd y_184)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 354, characters 23-37:
- 354 | let _found_191 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 359, characters 26-42:
- 359 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 362, characters 16-30:
- 362 | if Pervasives.not _prev_found_194
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 363, characters 20-34:
- 363 | then ((Pervasives.fst x_195), (Pervasives.snd x_195), None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 363, characters 44-58:
- 363 | then ((Pervasives.fst x_195), (Pervasives.snd x_195), None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 366, characters 31-47:
- 366 | (Enum.junk e2_190; Pervasives.raise Enum.No_more_elements)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 368, characters 25-39:
- 368 | let k1_199 = Pervasives.fst x_197 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 369, characters 25-39:
- 369 | let k2_200 = Pervasives.fst y_198 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 374, characters 28-42:
- 374 | (k1_199, (Pervasives.snd x_197), (Some (Pervasives.snd y_198))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 374, characters 58-72:
- 374 | (k1_199, (Pervasives.snd x_197), (Some (Pervasives.snd y_198))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 377, characters 21-35:
- 377 | if Pervasives.not _prev_found_194
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 378, characters 33-47:
- 378 | then (k1_199, (Pervasives.snd x_197), None)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 387, characters 23-37:
- 387 | let _found_205 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 391, characters 26-42:
- 391 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 394, characters 33-47:
- 394 | (Enum.junk e2_204; ((Pervasives.fst y_209), None, (Pervasives.snd y_209)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 394, characters 63-77:
- 394 | (Enum.junk e2_204; ((Pervasives.fst y_209), None, (Pervasives.snd y_209)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 396, characters 25-39:
- 396 | let k1_212 = Pervasives.fst x_210 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 397, characters 25-39:
- 397 | let k2_213 = Pervasives.fst y_211 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 402, characters 34-48:
- 402 | (k1_212, (Some (Pervasives.snd x_210)), (Pervasives.snd y_211)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 402, characters 59-73:
- 402 | (k1_212, (Some (Pervasives.snd x_210)), (Pervasives.snd y_211)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 404, characters 55-69:
- 404 | | _ -> (Enum.junk e2_204; (k2_213, None, (Pervasives.snd y_211)))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 411, characters 23-37:
- 411 | let _found_218 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 416, characters 26-42:
- 416 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 419, characters 16-30:
- 419 | if Pervasives.not _prev_found_221
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 420, characters 20-34:
- 420 | then ((Pervasives.fst x_222), (`Left (Pervasives.snd x_222)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 420, characters 51-65:
- 420 | then ((Pervasives.fst x_222), (`Left (Pervasives.snd x_222)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 424, characters 15-29:
- 424 | ((Pervasives.fst y_223), (`Right (Pervasives.snd y_223))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 424, characters 47-61:
- 424 | ((Pervasives.fst y_223), (`Right (Pervasives.snd y_223))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 426, characters 25-39:
- 426 | let k1_226 = Pervasives.fst x_224 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 427, characters 25-39:
- 427 | let k2_227 = Pervasives.fst y_225 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 432, characters 36-50:
- 432 | (k1_226, (`Both ((Pervasives.snd x_224), (Pervasives.snd y_225)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 432, characters 60-74:
- 432 | (k1_226, (`Both ((Pervasives.snd x_224), (Pervasives.snd y_225)))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 435, characters 21-35:
- 435 | if Pervasives.not _prev_found_221
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 436, characters 40-54:
- 436 | then (k1_226, (`Left (Pervasives.snd x_224)))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 438, characters 57-71:
- 438 | | _ -> (Enum.junk e2_217; (k2_227, (`Right (Pervasives.snd y_225))))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 445, characters 23-37:
- 445 | let _found_232 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 449, characters 26-42:
- 449 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 469, characters 23-37:
- 469 | let _found_245 = Pervasives.ref false in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 473, characters 26-42:
- 473 | | (None, None) -> Pervasives.raise Enum.No_more_elements
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 476, characters 15-29:
- 476 | ((Pervasives.fst x_248), (Some (Pervasives.snd x_248)), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 476, characters 45-59:
- 476 | ((Pervasives.fst x_248), (Some (Pervasives.snd x_248)), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 479, characters 15-29:
- 479 | ((Pervasives.fst y_249), None, (Some (Pervasives.snd y_249))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 479, characters 51-65:
- 479 | ((Pervasives.fst y_249), None, (Some (Pervasives.snd y_249))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 481, characters 25-39:
- 481 | let k1_252 = Pervasives.fst x_250 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 482, characters 25-39:
- 482 | let k2_253 = Pervasives.fst y_251 in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 487, characters 34-48:
- 487 | (k1_252, (Some (Pervasives.snd x_250)),
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 488, characters 27-41:
- 488 | (Some (Pervasives.snd y_251))))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 490, characters 52-66:
- 490 | (Enum.junk e1_243; (k1_252, (Some (Pervasives.snd x_250)), None))
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "extEnum_merge.ml", line 492, characters 58-72:
- 492 | (Enum.junk e2_244; (k2_253, None, (Some (Pervasives.snd y_251))))) in
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Action.cmi -c -intf action.mli)
- File "action.mli", line 207, characters 28-44:
- 207 | method json : (string * Yojson.Safe.json) list
- ^^^^^^^^^^^^^^^^
- Error: Unbound type constructor Yojson.Safe.json
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Pid.cmo -c -impl pid.ml)
- File "pid.ml", line 25, characters 14-30:
- 25 | { id; host=String.lowercase host; name=get_name @@ String.lowercase name; stamp; })
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "pid.ml", line 25, characters 54-70:
- 25 | { id; host=String.lowercase host; name=get_name @@ String.lowercase name; stamp; })
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "pid.ml", line 29, characters 13-29:
- 29 | let host = String.lowercase @@ Unix.gethostname () in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "pid.ml", line 33, characters 33-49:
- 33 | { host; id; name = get_name @@ String.lowercase name; stamp; }
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Static_config.cmo -c -impl static_config.ml)
- File "static_config.ml", line 64, characters 52-68:
- 64 | let bool = make_node string_of_bool (fun s -> match String.lowercase s with
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__HtmlStream.cmo -c -impl htmlStream.pp.ml)
- File "htmlStream.ml", line 32, characters 12-28:
- 32 | let label = String.lowercase
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Nix.cmo -c -impl nix.ml)
- File "nix.ml", line 99, characters 21-36:
- 99 | if exit then Pervasives.exit 0)))
- ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "nix.ml", line 270, characters 33-48:
- 270 | IO.create_out ~write:(fun c -> buf.[!len] <- c; incr len; check_flush ())
- ^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.set
- Use Bytes.set instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/native/devkit_core__Pid.cmx -c -impl pid.ml)
- File "pid.ml", line 25, characters 14-30:
- 25 | { id; host=String.lowercase host; name=get_name @@ String.lowercase name; stamp; })
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "pid.ml", line 25, characters 54-70:
- 25 | { id; host=String.lowercase host; name=get_name @@ String.lowercase name; stamp; })
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "pid.ml", line 29, characters 13-29:
- 29 | let host = String.lowercase @@ Unix.gethostname () in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "pid.ml", line 33, characters 33-49:
- 33 | { host; id; name = get_name @@ String.lowercase name; stamp; }
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/native/devkit_core__Static_config.cmx -c -impl static_config.ml)
- File "static_config.ml", line 64, characters 52-68:
- 64 | let bool = make_node string_of_bool (fun s -> match String.lowercase s with
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/native/devkit_core__HtmlStream.cmx -c -impl htmlStream.pp.ml)
- File "htmlStream.ml", line 32, characters 12-28:
- 32 | let label = String.lowercase
- ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .devkit_core.objs/byte -I .devkit_core.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -intf-suffix .ml -no-alias-deps -open Devkit_core -o .devkit_core.objs/native/devkit_core__Nix.cmx -c -impl nix.ml)
- File "nix.ml", line 99, characters 21-36:
- 99 | if exit then Pervasives.exit 0)))
- ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "nix.ml", line 270, characters 33-48:
- 270 | IO.create_out ~write:(fun c -> buf.[!len] <- c; incr len; check_flush ())
- ^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.set
- Use Bytes.set instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .devkit_core.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/curl -I /home/opam/.opam/default/lib/curl_lwt -I /home/opam/.opam/default/lib/extlib -I /home/opam/.opam/default/lib/extunix -I /home/opam/.opam/default/lib/libevent -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/mmap -I /home/opam/.opam/default/lib/netstring -I /home/opam/.opam/default/lib/netsys -I /home/opam/.opam/default/lib/oUnit -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/ounit2 -I /home/opam/.opam/default/lib/ounit2/advanced -I /home/opam/.opam/default/lib/pcre -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I /home/opam/.opam/default/lib/zip -no-alias-deps -open Devkit_core -o .devkit_core.objs/byte/devkit_core__Logstash.cmi -c -intf logstash.pp.mli)
- File "logstash.mli", line 12, characters 20-36:
- 12 | event : (string * Yojson.Safe.json) list -> unit; (** write event manually *)
- ^^^^^^^^^^^^^^^^
- Error: Unbound type constructor Yojson.Safe.json
[ERROR] The compilation of devkit.1.0 failed at "dune build -p devkit -j 39".
build failed...
=== STDERR ===
2026-06-16 19:08.28: FAILED: build devkit.1.0
2026-06-16 19:08.28: Job failed: build failed: devkit.1.0