mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-29 04:14:51 -05:00
CCPervasives.Opt -> CCPervasives.Option
This commit is contained in:
parent
ccb05344e2
commit
92ba6b34a6
1 changed files with 6 additions and 1 deletions
|
|
@ -35,6 +35,11 @@ This module is meant to be opened if one doesn't want to use both, say,
|
||||||
]}
|
]}
|
||||||
|
|
||||||
@since 0.4
|
@since 0.4
|
||||||
|
|
||||||
|
Changed [Opt] to [Option] to better reflect that this module is about the
|
||||||
|
['a option] type, with [module Option = CCOpt].
|
||||||
|
|
||||||
|
@since NEXT_RELEASE
|
||||||
*)
|
*)
|
||||||
|
|
||||||
module Array = struct include Array include CCArray end
|
module Array = struct include Array include CCArray end
|
||||||
|
|
@ -43,7 +48,7 @@ module Error = CCError
|
||||||
module Fun = CCFun
|
module Fun = CCFun
|
||||||
module Int = CCInt
|
module Int = CCInt
|
||||||
module List = struct include List include CCList end
|
module List = struct include List include CCList end
|
||||||
module Opt = CCOpt
|
module Option = CCOpt
|
||||||
module Pair = CCPair
|
module Pair = CCPair
|
||||||
module String = struct include String include CCString end
|
module String = struct include String include CCString end
|
||||||
module Vector = CCVector
|
module Vector = CCVector
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue