Merge branch 'poly-bufferio' of github.com:struktured/ocaml-containers into poly-bufferio

This commit is contained in:
carm 2015-02-11 11:09:35 -05:00
commit 55b866ae63

View file

@ -1,5 +1,5 @@
(* (*
* BatBufferIO - Circular byte buffer * CCBufferIO - Polymorphic circular buffer
* Copyright (C) 2014 Simon Cruanes * Copyright (C) 2014 Simon Cruanes
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*) *)
(** Circular Byte Buffer for IO *) (** Polymorphic Circular Buffer for IO *)
type 'a t = { type 'a t = {
mutable start : int; mutable start : int;