Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val all_point_kinds : point_kind list
val string_of_point_kind : point_kind -> string
val char_of_point_kind : point_kind -> char
val point_kind_of_char : char -> point_kind
val try_in_channel : bool -> string -> (Pervasives.in_channel -> 'a) -> 'a
val try_out_channel : bool -> string -> (Pervasives.out_channel -> 'a) -> 'a
val write_runtime_data :
Pervasives.out_channel ->
(string * int array) list ->
unit
val write_points :
Pervasives.out_channel ->
point_definition list ->
string ->
unit
val read_points : string -> point_definition list