package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. loc_start : Lexing.position;
  2. loc_end : Lexing.position;
}

Locations in a file

val mk_loc : Lexing.position -> Lexing.position -> t
val none : t
val dummy_loc : t
val pp_lines : Format.formatter -> t -> unit