package pyml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Unknown
  2. | Bool
  3. | Bytes
  4. | Callable
  5. | Capsule
  6. | Closure
  7. | Dict
  8. | Float
  9. | List
  10. | Int
  11. | Long
  12. | Module
  13. | None
  14. | Null
  15. | Tuple
  16. | Type
  17. | Unicode
  18. | Iter
val get : Object.t -> t
val is_subtype : Object.t -> Object.t -> bool
val is_none : Object.t -> bool
val name : t -> string
val mismatch : string -> Object.t -> 'a
val create : string -> Object.t list -> (string * Object.t) list -> Object.t