Skip to content

Install missing files in stdlib #1983

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ocaml/stdlib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
arrayLabels.mli
atomic.ml
atomic.mli
effect.ml
effect.mli
bigarray.ml
bigarray.mli
bool.ml
Expand Down Expand Up @@ -213,6 +215,9 @@
.stdlib.objs/byte/stdlib__Atomic.cmi
.stdlib.objs/byte/stdlib__Atomic.cmt
.stdlib.objs/byte/stdlib__Atomic.cmti
.stdlib.objs/byte/stdlib__Effect.cmi
.stdlib.objs/byte/stdlib__Effect.cmt
.stdlib.objs/byte/stdlib__Effect.cmti
.stdlib.objs/byte/stdlib__Bigarray.cmi
.stdlib.objs/byte/stdlib__Bigarray.cmt
.stdlib.objs/byte/stdlib__Bigarray.cmti
Expand Down Expand Up @@ -462,6 +467,7 @@
.stdlib.objs/native/stdlib__BytesLabels.cmx
.stdlib.objs/native/stdlib__Digest.cmx
.stdlib.objs/native/stdlib__Atomic.cmx
.stdlib.objs/native/stdlib__Effect.cmx
.stdlib.objs/native/stdlib__Either.cmx
.stdlib.objs/native/stdlib__In_channel.cmx
.stdlib.objs/native/stdlib__Out_channel.cmx
Expand Down