mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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
|
||||
module Bool = CCBool
|
||||
module Error = CCError
|
||||
module Float = CCFloat
|
||||
module Format = struct
|
||||
include Format
|
||||
include CCFormat
|
||||
end
|
||||
module Fun = CCFun
|
||||
module Hash = CCHash
|
||||
module Int = CCInt
|
||||
(* FIXME
|
||||
module Hashtbl = struct
|
||||
|
|
@ -72,6 +78,8 @@ module Random = struct
|
|||
include Random
|
||||
include CCRandom
|
||||
end
|
||||
module Ref = CCRef
|
||||
module Set = CCSet
|
||||
module String = struct
|
||||
include String
|
||||
include CCString
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue