package metapp

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

Signature type destruction

type visibility = Types.visibility =
  1. | Exported
  2. | Hidden
module Sigi : sig ... end

Module types in Types

type functor_parameter = Types.functor_parameter =
  1. | Unit
  2. | Named of Ident.t option * Types.module_type
module Mty : sig ... end
type variant_representation = Types.variant_representation =
  1. | Variant_regular
  2. | Variant_unboxed
val destruct_type_variant : ('lbl, 'cstr) Types.type_kind -> ('cstr list * variant_representation) option
OCaml

Innovation. Community. Security.