From 4f7e3015270a2bdb9f5984a849985ad2a6a99df2 Mon Sep 17 00:00:00 2001 From: Vincent Bernardoff Date: Mon, 29 Dec 2014 19:26:49 +0100 Subject: [PATCH] Added @since NEXT_RELEASE. --- src/io/CCIO.mli | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/io/CCIO.mli b/src/io/CCIO.mli index 945fb5ce..a7e43112 100644 --- a/src/io/CCIO.mli +++ b/src/io/CCIO.mli @@ -151,13 +151,16 @@ module File : sig (** [remove_exn path] tries to remove the file at [path] from the file system. - {b Raises} [Sys_error] if there is no file at [path] *) + {b Raises} [Sys_error] if there is no file at [path]. + @since NEXT_RELEASE *) val remove : t -> unit or_error - (** Like [remove_exn] but with an error monad. *) + (** Like [remove_exn] but with an error monad. + @since NEXT_RELEASE *) val remove_noerr : t -> unit - (** Like [remove_exn] but do not raise any exception on failure. *) + (** Like [remove_exn] but do not raise any exception on failure. + @since NEXT_RELEASE *) val read_dir : ?recurse:bool -> t -> t gen (** [read_dir d] returns a sequence of files and directory contained