package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type sig_type = {
  1. id : Ident.t;
  2. decl : Types.type_declaration;
  3. rec_status : Types.rec_status;
  4. visibility : visibility;
}
val sig_type : sig_type -> Types.signature_item
val destruct_sig_type : Types.signature_item -> sig_type option