Module Debuginfo.Scoped_location
type scope_item = | Sc_anonymous_function| Sc_value_definition of string| Sc_module_definition of string| Sc_class_definition of string| Sc_method_definition of string
val string_of_scopes : scopes -> stringval string_of_scoped_location : t -> string