package GuaCaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val get_pos : t -> int
val ppos : ?s:string -> t -> unit
val mpos : ?s:string -> t -> unit
val set_meta : t -> (string -> unit) -> unit
val prn_meta : t -> string -> unit
val open_file : string -> t
val close_file : t -> unit
val open_barray : BArray.t -> t
val close_barray : t -> unit
val open_spy : (bool -> unit) -> t -> t
val close_spy : t -> unit
val open_flush : ?cha:Stdlib.out_channel -> t -> t
val close_flush : t -> unit
exception End_of_OfBStream of string