add alias Containers.IO

This commit is contained in:
Simon Cruanes 2016-11-02 08:22:03 +01:00
parent 18b32f8313
commit 3e7cbc1420

View file

@ -81,6 +81,9 @@ module Vector = CCVector
module Int64 = CCInt64 module Int64 = CCInt64
(** @since 0.13 *) (** @since 0.13 *)
module IO = CCIO
(** @since NEXT_RELEASE *)
module Char = struct module Char = struct
include Char include Char
include (CCChar : module type of CCChar with type t := t) include (CCChar : module type of CCChar with type t := t)