package relit_helper

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. start_pos : int;
  2. end_pos : int;
}
val mk : (int * int) -> t
val read_to : string -> Lexing.lexbuf -> t
module Read_to_tests : sig ... end
val validate_seg : t -> int -> unit
val validate_seg_pair : t -> t -> int -> unit
val validate : t list -> int -> unit