package smtlib-utils

  1. Overview
  2. Docs

Module V_2_6.LocSource

Locations

Sourcetype t = {
  1. file : string;
  2. start_line : int;
  3. start_column : int;
  4. stop_line : int;
  5. stop_column : int;
}
Sourceval mk : string -> int -> int -> int -> int -> t
Sourceval mk_pair : string -> (int * int) -> (int * int) -> t
Sourceval equal : 'a -> 'a -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp_opt : Format.formatter -> t option -> unit
Sourceval pp_to_string : (Format.formatter -> 'a -> 'b) -> 'a -> string
Sourceval to_string_opt : t option -> string

Lexbuf

Sourceval set_file : Lexing.lexbuf -> string -> unit
Sourceval get_file : Lexing.lexbuf -> string
Sourceval of_lexbuf : Lexing.lexbuf -> t
OCaml

Innovation. Community. Security.