mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
add Float, Ref, Set, Format to CCPervasives
This commit is contained in:
parent
45a35aa646
commit
125484a9c4
1 changed files with 8 additions and 0 deletions
|
|
@ -48,7 +48,13 @@ module Array = struct
|
||||||
end
|
end
|
||||||
module Bool = CCBool
|
module Bool = CCBool
|
||||||
module Error = CCError
|
module Error = CCError
|
||||||
|
module Float = CCFloat
|
||||||
|
module Format = struct
|
||||||
|
include Format
|
||||||
|
include CCFormat
|
||||||
|
end
|
||||||
module Fun = CCFun
|
module Fun = CCFun
|
||||||
|
module Hash = CCHash
|
||||||
module Int = CCInt
|
module Int = CCInt
|
||||||
(* FIXME
|
(* FIXME
|
||||||
module Hashtbl = struct
|
module Hashtbl = struct
|
||||||
|
|
@ -72,6 +78,8 @@ module Random = struct
|
||||||
include Random
|
include Random
|
||||||
include CCRandom
|
include CCRandom
|
||||||
end
|
end
|
||||||
|
module Ref = CCRef
|
||||||
|
module Set = CCSet
|
||||||
module String = struct
|
module String = struct
|
||||||
include String
|
include String
|
||||||
include CCString
|
include CCString
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue