package bisect_ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type point_definition = {
  1. offset : int;
  2. identifier : int;
}
val try_finally : 'a -> ('a -> 'b) -> ('a -> unit) -> 'b
val try_in_channel : bool -> string -> (Pervasives.in_channel -> 'a) -> 'a
val try_out_channel : bool -> string -> (Pervasives.out_channel -> 'a) -> 'a
exception Invalid_file of string
exception Unsupported_version of string
exception Modified_file of string
val write_runtime_data : Pervasives.out_channel -> (string * (int array * string)) list -> unit
val write_points : point_definition list -> string
val read_runtime_data' : string -> (string * (int array * string)) list
val read_points' : string -> point_definition list
val read_runtime_data : string -> (string * int array) list
  • deprecated read_runtime_data' will take the place of this function
val read_points : string -> point_definition list
  • deprecated read_points' will take the place of this function