object
  method input_byte : unit -> int
  method input_char : unit -> char
  method input_line : unit -> string
  method really_input : Stdlib.Bytes.t -> int -> int -> unit
  method really_input_string : int -> string
end