missing alias

This commit is contained in:
Simon Cruanes 2017-04-10 10:31:54 +02:00
parent 08bc15dd8c
commit c7b1afca82

View file

@ -26,6 +26,7 @@ module Char = struct
include Char
include (CCChar : module type of CCChar with type t := t)
end
module Equal = CCEqual
module Float = CCFloat
module Format = struct
include Format