Organisationsocaml-gospelgospel3c1d64 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2025-10-15 18:31.51: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/454/head (3c1d641c9bdfa2e79e1c7deef07875d0456e78cd) (linux-x86_64:(lint-doc))
Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/454/head" && git reset --hard 3c1d641c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e
# alpine-3.22-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y gospel.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-10-15 18:31.51: Using cache hint "ocaml-gospel/gospel-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e-alpine-3.22-4.14_opam-2.4-4046e957875346b8adbdfb53808e3f50"
2025-10-15 18:31.51: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e)
(comment alpine-3.22-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gospel.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gospel.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y gospel.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
(copy (src .) (dst /src/))
(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2025-10-15 18:31.51: Waiting for resource in pool OCluster
2025-10-15 18:33.25: Waiting for worker…
2025-10-15 18:36.18: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 3c1d641 Tests for let pattern matching


(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e' locally
docker.io/ocaml/opam@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e: Pulling from ocaml/opam
2d35ebdb57d9: Already exists
4eef589852a3: Already exists
9bcbf19aa70e: Already exists
c27157cc8c0d: Already exists
8eb40fc9ec7b: Already exists
cf28fbda269d: Already exists
bdb05ad1bb03: Already exists
14b089059d7b: Already exists
8fba92877dbb: Already exists
b46b8c2b2e76: Already exists
c5fe84151a2d: Already exists
d69ebb2cea14: Already exists
8987930d7936: Already exists
07e0ebe0bb32: Already exists
a8a8cd8bbc43: Already exists
0eee052a54e0: Already exists
9d0f02e69e08: Already exists
4f4fb700ef54: Already exists
a90897db75ef: Already exists
678b7f997d9a: Already exists
55a17ca9d235: Already exists
b0fc237f6c26: Already exists
4a9f9668ab4a: Already exists
f4048786242d: Already exists
322480b4b1d3: Already exists
eda2d7da1b04: Already exists
83325a5b2b26: Already exists
09b67e1d956f: Already exists
2adafa4b73e4: Already exists
8e04b3ec100b: Already exists
7eac41d73ac6: Already exists
477769be07d7: Already exists
1121e0452bac: Already exists
a7433c286e2f: Already exists
d11ef3af080f: Already exists
595e38b8edfd: Already exists
3b6068bfc654: Pulling fs layer
e91a772be517: Pulling fs layer
7ab96ec90fc2: Pulling fs layer
9da6f0039b9b: Pulling fs layer
9da6f0039b9b: Waiting
7ab96ec90fc2: Verifying Checksum
7ab96ec90fc2: Download complete
e91a772be517: Verifying Checksum
e91a772be517: Download complete
9da6f0039b9b: Verifying Checksum
9da6f0039b9b: Download complete
3b6068bfc654: Verifying Checksum
3b6068bfc654: Download complete
3b6068bfc654: Pull complete
e91a772be517: Pull complete
7ab96ec90fc2: Pull complete
9da6f0039b9b: Pull complete
Digest: sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e
Status: Downloaded newer image for ocaml/opam@sha256:7061e4d210c551f55328c75cfe57a1297de774a191b5ef915d0cd2547319e29e
2025-10-15 18:36.19 ---> using "764276640f5b3f4ce6b610321003cb55f6545c42846dc0b360f6be7a346afe65" from cache


/: (comment alpine-3.22-4.14_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2025-10-15 18:36.19 ---> using "6720e54ae64afbb9960c6424bcdad63017c40b4d7d6d4b4cddab855f9e547dfb" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-15 18:36.19 ---> using "491d46b321a60684e70ba78e8db58638ff14fd8a9fd56c82c70e400c4fccae72" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-156-generic
The OCaml toplevel, version 4.14.2
2.2.1
2025-10-15 18:36.19 ---> using "52a7f9418945eb9d3ce95ee8ffa06e22aca6dcb329d067c80a924b63b04e60fa" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-15 18:36.19 ---> using "73a15f0b31d765b8abc13f90f4829410080243cbd172c0dae4cd1714bb2eb89d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
1abfcdbf14..12d0447fd1  master     -> origin/master
deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2025-10-15 18:37.00 ---> saved as "4a7903a0ebc9fad6be748052f2dbc5b6fa3c06a53f090041707e409630f64c89"


/src: (copy (src gospel.opam) (dst ./))
2025-10-15 18:37.01 ---> saved as "ff090ab3a97da1569adab1944c19a686479b8cc63310cb03b36c9a555f84867f"


/src: (run (network host)
(shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2025-10-15 18:37.06 ---> saved as "161dc51a3579b356cbbedf9bd28ce5644245a9b3720c50a031b90d23cd87965b"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 18:37.06 ---> saved as "5b817e601d8d50dd8b9390b0fd12a47f2ea85619790563b978462f244c40fb03"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y gospel.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.2-33-g117b503544a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-38-g69132b0c9b4 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v3.23.0_alpha20250612-8269-gfe44dcd9829 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-8294-g0b869b460ac [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-8295-g1cafec2f0fe [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59568 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-10-15 18:37.32 ---> saved as "9eaadbc7ba96e8944e8c41c0732f6a2a82efd67f9313eacd415106130b6e4cab"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 34 packages
- install astring             0.8.5
- install camlp-streams       5.0.1
- install cmdliner            1.3.0
- install cppo                1.8.0
- install crunch              4.0.0
- install dune                3.20.2
- install dune-build-info     3.20.2
- install fmt                 0.11.0
- install fpath               0.7.3
- install inferno             20220603
- install menhir              20250912
- install menhirCST           20250912
- install menhirLib           20250912
- install menhirSdk           20250912
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install odoc                3.1.0
- install odoc-parser         3.1.0
- install pp_loc              2.1.0
- install pprint              20230830
- install ppx_blob            0.9.0
- install ppx_derivers        1.2.1
- install ppx_deriving        6.1.1
- install ppxlib              0.37.0
- install ptime               1.2.0
- install re                  1.14.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install topkg               1.1.0
- install tyxml               4.6.0
- install unionFind           20250818
- install uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved inferno.20220603  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved unionFind.20250818  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved topkg.1.1.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed menhirCST.20250912
-> installed pp_loc.2.1.0
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed menhirSdk.20250912
-> installed sexplib0.v0.17.0
-> installed menhirLib.20250912
-> installed inferno.20220603
-> installed odoc-parser.3.1.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-build-info.3.20.2
-> installed re.1.14.0
-> installed tyxml.4.6.0
-> installed menhir.20250912
-> installed odoc.3.1.0
-> installed ppxlib.0.37.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-10-15 18:42.23 ---> saved as "ce0e68acb19ca0225a68c28999449e53dea0f818ab2820ba483eb85615c9292d"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package odoc is already installed (current version is 3.1.0).
[NOTE] Package dune is already installed (current version is 3.20.2).
2025-10-15 18:42.28 ---> saved as "dfa3993a46b65048eb39801449b8d65a24d1786f0da81849a7523c1b23a4084f"


/src: (copy (src .) (dst /src/))
2025-10-15 18:42.30 ---> saved as "e2ba20907172c76580985b88cd9ac9cd1dc1782e4918559342fe179df16a97c3"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/docs/stdlib/.gospelstdlib.objs/byte && /home/opam/.opam/4.14/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/gospel --pkg gospel -o gospelstdlib.odoc gospelstdlib.cmti)
File "../../stdlib/gospelstdlib.mli", line 31, character 6 to line 33, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 32, character 6 to line 34, character 39:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 33, character 6 to line 35, character 31:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 41, character 6 to line 43, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 43, character 6 to line 45, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 47, character 6 to line 49, character 51:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 49, character 6 to line 51, character 51:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 51, character 6 to line 53, character 23:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 54, character 6 to line 56, character 18:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 57, character 6 to line 59, character 18:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 60, character 6 to line 62, character 21:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 62, character 6 to line 64, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 63, character 6 to line 65, character 32:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 65, character 6 to line 67, character 34:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 74, character 6 to line 76, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 75, character 6 to line 77, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 77, character 6 to line 79, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 78, character 6 to line 80, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 79, character 6 to line 81, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 80, character 6 to line 82, character 46:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 81, character 6 to line 83, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 82, character 6 to line 84, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 84, character 6 to line 86, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 85, character 6 to line 87, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 87, character 6 to line 89, character 45:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 88, character 6 to line 90, character 45:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 92, character 6 to line 94, character 35:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 93, character 6 to line 95, character 36:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 94, character 6 to line 96, character 35:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 95, character 6 to line 97, character 36:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 99, character 6 to line 101, character 54:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 102, character 6 to line 104, character 55:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 105, character 6 to line 107, character 82:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 106, character 6 to line 108, character 66:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 107, character 6 to line 109, character 66:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 109, character 6 to line 111, character 64:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 111, character 6 to line 116, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 116, character 6 to line 118, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 118, character 6 to line 120, character 58:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 120, character 6 to line 122, character 59:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 122, character 6 to line 128, character 52:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 128, character 6 to line 130, character 64:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 130, character 6 to line 136, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 137, character 8 to line 139, character 30:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 140, character 8 to line 142, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 143, character 8 to line 145, character 50:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 145, character 8 to line 149, character 45:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 149, character 8 to line 153, character 24:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 153, character 8 to line 158, character 37:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 158, character 8 to line 163, character 29:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 163, character 8 to line 168, character 37:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 168, character 8 to line 173, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 173, character 8 to line 175, character 28:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 176, character 8 to line 178, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 178, character 8 to line 180, character 59:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 182, character 8 to line 187, character 32:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 187, character 8 to line 191, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 191, character 8 to line 193, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 194, character 8 to line 199, character 33:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 199, character 8 to line 201, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 203, character 8 to line 207, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 207, character 8 to line 209, character 73:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 209, character 8 to line 214, character 53:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 214, character 8 to line 216, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 218, character 8 to line 222, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 222, character 8 to line 224, character 33:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 226, character 8 to line 230, character 22:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 230, character 8 to line 232, character 35:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 234, character 8 to line 238, character 25:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 238, character 8 to line 240, character 53:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 241, character 8 to line 245, character 34:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 245, character 8 to line 249, character 48:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 249, character 8 to line 254, character 30:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 254, character 8 to line 259, character 42:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 259, character 8 to line 261, character 57:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 262, character 8 to line 266, character 35:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 266, character 8 to line 270, character 59:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 270, character 8 to line 275, character 58:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 275, character 8 to line 279, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 279, character 8 to line 281, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 282, character 8 to line 286, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 286, character 8 to line 288, character 59:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 289, character 8 to line 295, character 4:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 295, character 8 to line 297, character 59:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 299, character 8 to line 304, character 39:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 304, character 8 to line 306, character 50:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 308, character 8 to line 313, character 34:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 313, character 8 to line 317, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 317, character 8 to line 319, character 55:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 321, character 8 to line 326, character 29:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 326, character 8 to line 328, character 64:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 330, character 8 to line 335, character 33:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 335, character 8 to line 337, character 47:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 338, character 8 to line 342, character 25:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 342, character 8 to line 344, character 56:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 346, character 8 to line 351, character 29:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 351, character 8 to line 358, character 35:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 358, character 8 to line 360, character 36:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 362, character 8 to line 366, character 36:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 366, character 8 to line 371, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 371, character 8 to line 377, character 18:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 377, character 8 to line 379, character 70:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 381, character 8 to line 385, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 385, character 8 to line 389, character 63:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 389, character 8 to line 391, character 71:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 393, character 8 to line 397, character 39:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 397, character 8 to line 401, character 65:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 401, character 8 to line 403, character 47:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 405, character 8 to line 410, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 410, character 8 to line 412, character 79:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 414, character 8 to line 422, character 4:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 426, character 8 to line 428, character 25:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 429, character 8 to line 431, character 55:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 432, character 8 to line 436, character 32:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 436, character 8 to line 438, character 28:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 439, character 8 to line 443, character 35:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 443, character 8 to line 445, character 47:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 447, character 8 to line 451, character 48:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 451, character 8 to line 453, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 454, character 8 to line 458, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 458, character 8 to line 460, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 461, character 8 to line 465, character 58:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 465, character 8 to line 469, character 56:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 469, character 8 to line 471, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 472, character 8 to line 476, character 36:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 476, character 8 to line 478, character 47:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 479, character 8 to line 483, character 69:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 483, character 8 to line 488, character 57:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 488, character 8 to line 490, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 492, character 8 to line 497, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 497, character 8 to line 499, character 39:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 501, character 8 to line 506, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 506, character 8 to line 508, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 510, character 8 to line 515, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 515, character 8 to line 517, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 518, character 8 to line 523, character 49:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 523, character 8 to line 525, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 527, character 8 to line 532, character 39:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 532, character 8 to line 534, character 36:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 536, character 8 to line 541, character 61:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 541, character 8 to line 543, character 55:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 544, character 8 to line 549, character 57:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 549, character 8 to line 554, character 42:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 554, character 8 to line 556, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 558, character 8 to line 560, character 34:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 561, character 8 to line 568, character 31:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 568, character 8 to line 572, character 26:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 572, character 8 to line 574, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 574, character 8 to line 578, character 37:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 578, character 8 to line 584, character 61:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 584, character 8 to line 589, character 45:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 589, character 8 to line 594, character 45:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 594, character 8 to line 596, character 48:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 598, character 8 to line 602, character 64:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 604, character 8 to line 606, character 25:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 607, character 8 to line 609, character 28:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 610, character 8 to line 612, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 613, character 8 to line 617, character 26:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 617, character 8 to line 619, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 620, character 8 to line 624, character 26:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 624, character 8 to line 629, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 629, character 8 to line 631, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 632, character 8 to line 634, character 47:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 635, character 8 to line 639, character 35:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 639, character 8 to line 644, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 644, character 8 to line 646, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 647, character 8 to line 652, character 29:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 652, character 8 to line 658, character 33:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 658, character 8 to line 660, character 41:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 661, character 8 to line 667, character 29:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 667, character 8 to line 672, character 33:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 672, character 8 to line 674, character 38:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 675, character 8 to line 679, character 47:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 679, character 8 to line 681, character 40:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 682, character 8 to line 687, character 34:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 687, character 8 to line 692, character 42:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 692, character 8 to line 694, character 36:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 695, character 8 to line 700, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 700, character 8 to line 702, character 50:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 704, character 8 to line 709, character 43:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 709, character 8 to line 711, character 67:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 714, character 8 to line 721, character 19:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 721, character 8 to line 728, character 19:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 728, character 8 to line 730, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 731, character 8 to line 733, character 34:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 733, character 8 to line 740, character 33:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 740, character 8 to line 744, character 26:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 744, character 8 to line 746, character 48:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 746, character 8 to line 752, character 50:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 752, character 8 to line 758, character 47:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 758, character 8 to line 763, character 44:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 763, character 8 to line 765, character 48:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 766, character 8 to line 770, character 60:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 770, character 8 to line 772, character 48:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 774, character 8 to line 780, character 52:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 780, character 8 to line 782, character 83:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 785, character 8 to line 793, character 74:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 794, character 6 to line 796, character 64:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 798, character 6 to line 804, character 24:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 804, character 6 to line 812, character 28:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 816, character 8 to line 818, character 37:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 818, character 8 to line 820, character 65:
Warning: Code blocks should be indented at the opening `{`.
File "../../stdlib/gospelstdlib.mli", line 822, character 8 to line 827, character 39:
Warning: Code blocks should be indented at the opening `{`.
(cd _build/default/_doc/_html && /home/opam/.opam/4.14/bin/odoc link -I ../_odoc/pkg/gospel -I ../../dev_tools/.gospel.objs/byte -I ../../docs/stdlib/.gospelstdlib.objs/byte -I ../../src/.gospel_checker.objs/byte -I ../../src/ppx_odoc_of_gospel/.ppx_odoc_of_gospel.objs/byte -o ../_odocls/gospel/gospelstdlib.odocl ../../docs/stdlib/.gospelstdlib.objs/byte/gospelstdlib.odoc)
File "../../stdlib/gospelstdlib.mli", line 138, characters 20-31:
Warning: Failed to resolve reference unresolvedroot(sequence) Couldn't find "sequence"
2025-10-15 18:42.48 ---> saved as "c1b828c27a02a89d1162a5eecaf8d752559ef0263ad549e2ce45a3de4d05230a"
Job succeeded
2025-10-15 18:42.48: Job succeeded