jon.recoil.org

Module Debuginfo.Scoped_location

type scopes
val string_of_scopes : Debuginfo.Scoped_location.scopes -> string
type t =
  1. | Loc_unknown
  2. | Loc_known of {
    1. loc : Location.t;
    2. scopes : Debuginfo.Scoped_location.scopes;
    }
val string_of_scoped_location : Debuginfo.Scoped_location.t -> string