package pyml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val check : Object.t -> bool
val of_int64 : int64 -> Object.t
val to_int64 : Object.t -> int64
val of_int : int -> Object.t
val to_int : Object.t -> int
val of_string : ?base:int -> string -> Object.t
val to_string : Object.t -> string