package metapp

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

Module type Metapp.ModS

include ExtensibleS
include VisitableS
type t
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