package binsec

  1. Overview
  2. Docs

doc/binsec.smtlib/Binsec_smtlib/Lang/Location/index.html

Module Lang.Location

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