module Location_lift:sig..end
module type Conversion =sig..end
module Make:functor (Loc:Abstract_location.Leaf) ->functor (Convert:Conversionwith type internal_value := Loc.value) ->Abstract.Location.Internalwith type location = Loc.location and type offset = Loc.offset and type value = Convert.extended_value