This commit is contained in:
Simon Cruanes 2015-02-09 21:05:22 +01:00
parent 9b4677b266
commit 0d3158d1bd
2 changed files with 4 additions and 1 deletions

View file

@ -24,7 +24,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*) *)
(** {1 References} *) (** {1 References}
@since NEXT_RELEASE *)
type 'a print = Format.formatter -> 'a -> unit type 'a print = Format.formatter -> 'a -> unit
type 'a pp = Buffer.t -> 'a -> unit type 'a pp = Buffer.t -> 'a -> unit

View file

@ -25,6 +25,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*) *)
(** {1 Wrapper around Set} (** {1 Wrapper around Set}
@since NEXT_RELEASE *) @since NEXT_RELEASE *)
type 'a sequence = ('a -> unit) -> unit type 'a sequence = ('a -> unit) -> unit