Skip to content

Commit

Permalink
flambda-backend: Install missing files in stdlib (#1983)
Browse files Browse the repository at this point in the history
* Install effect.ml and domain.ml and .mlis and artifacts

* Domain is [will be] already added by another PR
  • Loading branch information
gretay-js authored Nov 3, 2023
1 parent 046d5f1 commit 4a1e6dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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

0 comments on commit 4a1e6dd

Please sign in to comment.