package diffast-langs-common

  1. Overview
  2. Docs
class loc_stack : object ... end
val encode_layers : Astloc.t ref list -> string
val decode_layers : string -> Astloc.t ref list
class c : ?layers:Astloc.t ref list -> Astloc.t -> object ... end
val dummy : c
val layers_eq : Astloc.t ref list -> Astloc.t ref list -> bool
val get_common_layers : c -> c -> Astloc.t ref list
val get_common_level : c -> c -> int
val merge : c -> c -> c
val dump_llocs : c list -> unit
val lines_of_llocs : c list -> int
val of_loc : Astloc.t -> c
val of_lexpos : Lexing.position -> c
OCaml

Innovation. Community. Security.