mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-07 03:35:36 -05:00
reformat…
This commit is contained in:
parent
c50798bf96
commit
4c2a9f1602
3 changed files with 15 additions and 17 deletions
|
|
@ -1,7 +1,6 @@
|
|||
open Common_
|
||||
|
||||
class type t =
|
||||
object
|
||||
class type t = object
|
||||
method input : bytes -> int -> int -> int
|
||||
(** Read into the slice. Returns [0] only if the
|
||||
stream is closed. *)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
open Common_
|
||||
|
||||
class type t =
|
||||
object
|
||||
class type t = object
|
||||
method output_char : char -> unit
|
||||
method output : bytes -> int -> int -> unit
|
||||
method flush : unit -> unit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue