Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val append :
Pervasives.out_channel ->
('a, unit, string, unit) Pervasives.format4 ->
'a
val newline : Pervasives.out_channel -> unit
val command :
?redirect:bool ->
('a, unit, string, unit) Pervasives.format4 ->
'a
val read_command : ('a, unit, string, string) Pervasives.format4 -> 'a
val error : ('a, unit, string, 'b) Pervasives.format4 -> 'a
val info : ('a, unit, string, unit) Pervasives.format4 -> 'a
val cofind : ('a, 'b) Hashtbl.t -> 'b -> 'a
val find_or_create : ('a, 'b) Hashtbl.t -> 'a -> (unit -> 'b) -> 'b
val dump : (string, string) Hashtbl.t -> unit