Module Ppxlib.Ast_builder

module Default : sig ... end
module type Loc = sig ... end
module type S = sig ... end
module Make (Loc : Loc) : S
val make : Astlib.Location.t -> (module S)