package dune

  1. Overview
  2. Docs
type t = {
  1. start : Lexing.position;
  2. stop : Lexing.position;
}
val in_file : string -> t
val none : t
val of_lexbuf : Lexing.lexbuf -> t
OCaml

Innovation. Community. Security.