= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
package metapp
-
metapp.api
-
-
metapp.dyncompile
-
metapp.preutils
-
metapp.test_framework
-
metapp.version_info
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Signature type destruction
module Sigi : sig ... end
Module types in Types
type functor_parameter = Types.functor_parameter =
| Unit
| Named of Ident.t option * Types.module_type
module Mty : sig ... end
val destruct_type_variant :
('lbl, 'cstr) Types.type_kind ->
('cstr list * variant_representation) option
val destruct_tpackage :
Types.type_desc ->
(Path.t * (Longident.t * Types.type_expr) list) option
destruct_tpackage type_desc
returns a pair Some (path, list)
if type_desc
is a Tpackage
, for compatibility between OCaml 4.13 and older versions of OCaml.
val get_desc : Types.type_expr -> Types.type_desc
Getter for type_expr
introduced in OCaml 4.14
val get_level : Types.type_expr -> int
Getter for type_expr
introduced in OCaml 4.14
val get_scope : Types.type_expr -> int
Getter for type_expr
introduced in OCaml 4.14
val get_id : Types.type_expr -> int
Getter for type_expr
introduced in OCaml 4.14
ON THIS PAGE