From 3e7cbc142002b74a572479db6110e3caab70c983 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 2 Nov 2016 08:22:03 +0100 Subject: [PATCH] add alias `Containers.IO` --- src/core/containers.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/containers.ml b/src/core/containers.ml index b8271589..829c1f11 100644 --- a/src/core/containers.ml +++ b/src/core/containers.ml @@ -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)