mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-18 00:26:41 -05:00
Correction containers.ml file
This commit is contained in:
parent
c36161a687
commit
f82253bf3d
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