package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. start : Stdlib.Lexing.position;
  2. stop : Stdlib.Lexing.position;
}
val none_pos : string -> Stdlib.Lexing.position
module Map : sig ... end
val in_file : Path.t -> t
val in_dir : Path.t -> t
val none : t
val is_none : t -> bool
val drop_position : t -> t
val of_lexbuf : Stdlib.Lexing.lexbuf -> t
val to_dyn : t -> Dyn.t
val dyn_of_position_no_file : Stdlib.Lexing.position -> Dyn.t
val equal : t -> t -> bool
val of_pos : (string * int * int * int) -> t

To be used with __POS__

val to_file_colon_line : t -> string
val pp_file_colon_line : t -> unit Pp.t
val to_dyn_hum : t -> Dyn.t
type tag =
  1. | Loc
val pp : t -> tag Pp.t
val render : Stdlib.Format.formatter -> tag Pp.t -> unit
val on_same_line : t -> t -> bool
val span : t -> t -> t