mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
add Containers.{Char,Result}
This commit is contained in:
parent
6e905a839d
commit
a039add6e7
1 changed files with 9 additions and 0 deletions
|
|
@ -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 *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue