module type Location_map = sig .. end
sig
end
type y
type loffset
type widen_hint_offsetmap
module Make: functor (Default_offsetmap : sigval default_offsetmap : Base.t -> Lmap.Location_map.loffsetend) -> sig .. end
functor (
Default_offsetmap
:
val default_offsetmap : Base.t -> Lmap.Location_map.loffset
Base.t -> Lmap.Location_map.loffset
) ->