Up

Module type Located

Signature

type 'a with_loc
type 'a t = 'a Location.loc
val mk : ('a -> 'a t) with_loc
val map : ('a -> 'b) -> 'a t -> 'b t
val map_lident : string t -> Longident.t t
val of_ident : (Ident.t -> string t) with_loc
val lident : (string -> Longident.t t) with_loc
val lident_of_ident : (Ident.t -> Longident.t t) with_loc