CCPervasives.Opt -> CCPervasives.Option

This commit is contained in:
Simon Cruanes 2014-10-20 11:37:36 +02:00
parent ccb05344e2
commit 92ba6b34a6

View file

@ -35,6 +35,11 @@ This module is meant to be opened if one doesn't want to use both, say,
]}
@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
@ -43,7 +48,7 @@ module Error = CCError
module Fun = CCFun
module Int = CCInt
module List = struct include List include CCList end
module Opt = CCOpt
module Option = CCOpt
module Pair = CCPair
module String = struct include String include CCString end
module Vector = CCVector