package pyml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val check : Object.t -> bool
val make : string -> ('a -> Object.t) * (Object.t -> 'a)
val type_of : Object.t -> string
val is_valid : Object.t -> string -> bool
val unsafe_wrap_value : 'a -> Object.t
val unsafe_unwrap_value : Object.t -> 'a