Skip to content

Commit 5f97514

Browse files
committed
containers: add Vec = CCVec
1 parent 7f4de29 commit 5f97514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/containers.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ module Result = CCResult
4747
module Seq = CCSeq
4848
module Set = CCSet
4949
module String = CCString
50-
module Vector = CCVector
50+
module Vec = CCVec
51+
module Vector = CCVector [@@deprecated "use Vec"]
5152
module Monomorphic = CCMonomorphic
5253
module Utf8_string = CCUtf8_string
5354
module Unit = CCUnit

0 commit comments

Comments
 (0)