mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
missing alias
This commit is contained in:
parent
08bc15dd8c
commit
c7b1afca82
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ 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)
|
||||||
end
|
end
|
||||||
|
module Equal = CCEqual
|
||||||
module Float = CCFloat
|
module Float = CCFloat
|
||||||
module Format = struct
|
module Format = struct
|
||||||
include Format
|
include Format
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue