sig
  type t = UTF8LineReaderImpl.t
  val make : InputStream.t -> t
  val get : t -> UTF8Impl.t
  val close : t -> unit
  val close_noerr : t -> unit
end