mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Merge branch 'poly-bufferio' of github.com:struktured/ocaml-containers into poly-bufferio
This commit is contained in:
commit
55b866ae63
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue