Module Debuginfo.Scoped_location
val equal_scope_item :
Debuginfo.Scoped_location.scope_item ->
Debuginfo.Scoped_location.scope_item ->
booltype scopes = private | Empty| Cons of {item : Debuginfo.Scoped_location.scope_item;str : string;str_fun : string;name : string;prev : Debuginfo.Scoped_location.scopes;assume_zero_alloc : ZA.Assume_info.t;
}
val string_of_scopes :
include_zero_alloc:bool ->
Debuginfo.Scoped_location.scopes ->
stringval compilation_unit :
Debuginfo.Scoped_location.scopes ->
Compilation_unit.t optionval empty_scopes : Debuginfo.Scoped_location.scopesval enter_anonymous_function :
scopes:Debuginfo.Scoped_location.scopes ->
assume_zero_alloc:ZA.Assume_info.t ->
Debuginfo.Scoped_location.scopesval enter_value_definition :
scopes:Debuginfo.Scoped_location.scopes ->
assume_zero_alloc:ZA.Assume_info.t ->
Ident.t ->
Debuginfo.Scoped_location.scopesval enter_compilation_unit :
scopes:Debuginfo.Scoped_location.scopes ->
Compilation_unit.t ->
Debuginfo.Scoped_location.scopesval enter_module_definition :
scopes:Debuginfo.Scoped_location.scopes ->
Ident.t ->
Debuginfo.Scoped_location.scopesval enter_class_definition :
scopes:Debuginfo.Scoped_location.scopes ->
Ident.t ->
Debuginfo.Scoped_location.scopesval enter_method_definition :
scopes:Debuginfo.Scoped_location.scopes ->
Asttypes.label ->
Debuginfo.Scoped_location.scopesval enter_lazy :
scopes:Debuginfo.Scoped_location.scopes ->
Debuginfo.Scoped_location.scopesval enter_partial_or_eta_wrapper :
scopes:Debuginfo.Scoped_location.scopes ->
Debuginfo.Scoped_location.scopesval update_assume_zero_alloc :
scopes:Debuginfo.Scoped_location.scopes ->
assume_zero_alloc:ZA.Assume_info.t ->
Debuginfo.Scoped_location.scopesval get_assume_zero_alloc :
scopes:Debuginfo.Scoped_location.scopes ->
ZA.Assume_info.tval of_location :
scopes:Debuginfo.Scoped_location.scopes ->
Location.t ->
Debuginfo.Scoped_location.tval to_location : Debuginfo.Scoped_location.t -> Location.tval string_of_scoped_location :
include_zero_alloc:bool ->
Debuginfo.Scoped_location.t ->
stringval map_scopes :
(scopes:Debuginfo.Scoped_location.scopes -> Debuginfo.Scoped_location.scopes) ->
Debuginfo.Scoped_location.t ->
Debuginfo.Scoped_location.t