Skip to content

Commit

Permalink
flambda-backend: Stdlib build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Nov 2, 2023
1 parent 4bd4c6b commit 29b0f28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/StdlibModules
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ STDLIB_MODULE_BASENAMES = \
stdLabels \
in_channel \
out_channel \
camlinternalComprehensions
camlinternalComprehension

STDLIB_PREFIXED_MODULES = \
$(filter-out stdlib camlinternal%, $(STDLIB_MODULE_BASENAMES))
Expand Down
2 changes: 2 additions & 0 deletions stdlib/in_channel.mli
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
(* *)
(**************************************************************************)

open! Stdlib

(** Input channels.
This module provides functions for working with input channels.
Expand Down
2 changes: 2 additions & 0 deletions stdlib/type.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
(* *)
(**************************************************************************)

open! Stdlib

(* Type equality witness *)

type (_, _) eq = Equal: ('a, 'a) eq
Expand Down

0 comments on commit 29b0f28

Please sign in to comment.