Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.Quotation
module Ast : sig ... end
module DynAst : sig ... end
type !'a expand_fun = Ast.loc -> string option -> string -> 'a
val add : string -> 'a DynAst.tag -> 'a expand_fun -> unit
val find : string -> 'a DynAst.tag -> 'a expand_fun
val expand : Ast.loc -> Camlp4.Sig.quotation -> 'a DynAst.tag -> 'a
module Error : sig ... end