mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
containers: add Vec = CCVec
This commit is contained in:
parent
d4e2daeab5
commit
ebff0be5ea
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ module Result = CCResult
|
|||
module Seq = CCSeq
|
||||
module Set = CCSet
|
||||
module String = CCString
|
||||
module Vector = CCVector
|
||||
module Vec = CCVec
|
||||
module Vector = CCVector [@@deprecated "use Vec"]
|
||||
module Monomorphic = CCMonomorphic
|
||||
module Utf8_string = CCUtf8_string
|
||||
module Unit = CCUnit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue