Module Ppxlib.Ast_builder

Helpers for build OCaml AST fragments

Locations

Naming

module Default : sig ... end

Helpers taking a ~loc argument. This module is meant to be opened or aliased.

module type Loc = Ppxlib__Ast_builder_intf.Loc
module type S = Ppxlib__Ast_builder_intf.S
module Make : functor (Loc : Loc) -> S

Build Ast helpers with the location argument factorized.

val make : Location.t -> (module S)

Functional version of Make.