package OCanren-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Ppxlib.Ast_builder.Default.Located end
type 'a t = 'a Ppxlib.Loc.t
val loc : _ t -> Ppxlib.Location.t
val mk : loc:Ppxlib.Location.t -> 'a -> 'a t
val map : ('a -> 'b) -> 'a t -> 'b t
val map_lident : string t -> Ppxlib.Longident.t t
val lident : loc:Ppxlib.Location.t -> string -> Ppxlib.Longident.t t
val map_loc : f:('a -> 'b) -> 'c Ppxlib.loc -> 'd Ppxlib.loc
val sprintf : loc:Ppxlib.Location.t -> ('a, Caml.Format.formatter, unit, string t) format4 -> 'b