package metapp

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

Module Metapp.TeSource

Sourcetype decl = {
  1. vars : Ast_helper.str list;
  2. args : Ppxlib.constructor_arguments;
  3. res : Ppxlib.core_type option;
}
Sourceval destruct_decl : Ppxlib.extension_constructor_kind -> decl option