package binsec

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

Locations in a file

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

Innovation. Community. Security.