Skip to content

Commit 88ae222

Browse files
authored
Add missing stdlib modules to toplevel (#2224)
1 parent 2fbb324 commit 88ae222

File tree

1 file changed

+6
-0
lines changed
  • ocaml/toplevel/byte

1 file changed

+6
-0
lines changed

ocaml/toplevel/byte/dune

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,20 @@
5050
stdlib__Ephemeron
5151
stdlib__Filename
5252
stdlib__Float
53+
stdlib__Float_u
5354
stdlib__Format
5455
stdlib__Fun
5556
stdlib__Gc
5657
stdlib__Genlex
5758
stdlib__Hashtbl
59+
stdlib__Iarray
60+
stdlib__IarrayLabels
5861
stdlib__In_channel
5962
stdlib__Int
6063
stdlib__Int32
64+
stdlib__Int32_u
6165
stdlib__Int64
66+
stdlib__Int64_u
6267
stdlib__Lazy
6368
stdlib__Lexing
6469
stdlib__List
@@ -67,6 +72,7 @@
6772
stdlib__Marshal
6873
stdlib__MoreLabels
6974
stdlib__Nativeint
75+
stdlib__Nativeint_u
7076
stdlib__Obj
7177
stdlib__Oo
7278
stdlib__Option

0 commit comments

Comments
 (0)