package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include ExtensibleS with type t = Ppxlib.module_expr
include VisitableS with type t = Ppxlib.module_expr
val to_loc : t -> Location.t
val extension : ?attrs:Ppxlib.attributes -> Ppxlib.extension -> t
val destruct_extension : t -> destruct_extension option
include FunctorS with type t := t
val functor_ : ?loc:Location.t -> ?attrs:Ppxlib.attributes -> functor_parameter -> t -> t
val destruct_functor : t -> (functor_parameter * t) option