mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
add alias Containers.IO
This commit is contained in:
parent
18b32f8313
commit
3e7cbc1420
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ module Vector = CCVector
|
|||
module Int64 = CCInt64
|
||||
(** @since 0.13 *)
|
||||
|
||||
module IO = CCIO
|
||||
(** @since NEXT_RELEASE *)
|
||||
|
||||
module Char = struct
|
||||
include Char
|
||||
include (CCChar : module type of CCChar with type t := t)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue