package OCanren-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Myhelpers.LocatedSource

include module type of struct include Ppxlib.Ast_builder.Default.Located end
Sourcetype 'a t = 'a Ppxlib.Loc.t
Sourceval loc : _ t -> Ppxlib.Location.t
Sourceval mk : loc:Ppxlib.Location.t -> 'a -> 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval map_lident : string t -> Ppxlib.Longident.t t
Sourceval lident : loc:Ppxlib.Location.t -> string -> Ppxlib.Longident.t t
Sourceval map_loc : f:('a -> 'b) -> 'a Ppxlib.loc -> 'b Ppxlib.loc
Sourceval sprintf : loc:Ppxlib.Location.t -> ('a, Caml.Format.formatter, unit, string t) format4 -> 'a
OCaml

Innovation. Community. Security.