Skip to content

Commit 4a1e6dd

Browse files
authored
flambda-backend: Install missing files in stdlib (#1983)
* Install effect.ml and domain.ml and .mlis and artifacts * Domain is [will be] already added by another PR
1 parent 046d5f1 commit 4a1e6dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/dune

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
arrayLabels.mli
7777
atomic.ml
7878
atomic.mli
79+
effect.ml
80+
effect.mli
7981
bigarray.ml
8082
bigarray.mli
8183
bool.ml
@@ -213,6 +215,9 @@
213215
.stdlib.objs/byte/stdlib__Atomic.cmi
214216
.stdlib.objs/byte/stdlib__Atomic.cmt
215217
.stdlib.objs/byte/stdlib__Atomic.cmti
218+
.stdlib.objs/byte/stdlib__Effect.cmi
219+
.stdlib.objs/byte/stdlib__Effect.cmt
220+
.stdlib.objs/byte/stdlib__Effect.cmti
216221
.stdlib.objs/byte/stdlib__Bigarray.cmi
217222
.stdlib.objs/byte/stdlib__Bigarray.cmt
218223
.stdlib.objs/byte/stdlib__Bigarray.cmti
@@ -462,6 +467,7 @@
462467
.stdlib.objs/native/stdlib__BytesLabels.cmx
463468
.stdlib.objs/native/stdlib__Digest.cmx
464469
.stdlib.objs/native/stdlib__Atomic.cmx
470+
.stdlib.objs/native/stdlib__Effect.cmx
465471
.stdlib.objs/native/stdlib__Either.cmx
466472
.stdlib.objs/native/stdlib__In_channel.cmx
467473
.stdlib.objs/native/stdlib__Out_channel.cmx

0 commit comments

Comments
 (0)