package metapp

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

Module Metapp.Mod

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