add Containers.{Char,Result}

This commit is contained in:
Simon Cruanes 2016-03-22 18:42:08 +01:00
parent 6e905a839d
commit a039add6e7

View file

@ -80,3 +80,12 @@ module Vector = CCVector
module Int64 = CCInt64
(** @since 0.13 *)
module Char = struct
include Char
include (CCChar : module type of CCChar with type t := t)
end
(** @since NEXT_RELEASE *)
module Result = CCResult
(** @since NEXT_RELEASE *)