mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -05:00
Correction containers.ml file
This commit is contained in:
parent
d8c16ec95b
commit
4a317e57c1
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ module Hashtbl = struct
|
||||||
end
|
end
|
||||||
module Heap = CCHeap
|
module Heap = CCHeap
|
||||||
module Int = CCInt
|
module Int = CCInt
|
||||||
|
module Int32 = CCInt32
|
||||||
module Int64 = CCInt64
|
module Int64 = CCInt64
|
||||||
module IO = CCIO
|
module IO = CCIO
|
||||||
module List = CCList
|
module List = CCList
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue