Skip to content

Commit 29b0f28

Browse files
committed
flambda-backend: Stdlib build fixes
1 parent 4bd4c6b commit 29b0f28

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

stdlib/StdlibModules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ STDLIB_MODULE_BASENAMES = \
9898
stdLabels \
9999
in_channel \
100100
out_channel \
101-
camlinternalComprehensions
101+
camlinternalComprehension
102102

103103
STDLIB_PREFIXED_MODULES = \
104104
$(filter-out stdlib camlinternal%, $(STDLIB_MODULE_BASENAMES))

stdlib/in_channel.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
(* *)
1414
(**************************************************************************)
1515

16+
open! Stdlib
17+
1618
(** Input channels.
1719
1820
This module provides functions for working with input channels.

stdlib/type.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
(* *)
1414
(**************************************************************************)
1515

16+
open! Stdlib
17+
1618
(* Type equality witness *)
1719

1820
type (_, _) eq = Equal: ('a, 'a) eq

0 commit comments

Comments
 (0)