package js_of_ocaml-compiler

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

Conversions

val of_string_unsafe : string -> t
val of_int32 : int32 -> t
val of_float : float -> t
val to_string : t -> string
val to_int32 : t -> int32

Predicates

val is_zero : t -> bool
val is_one : t -> bool
val is_neg : t -> bool

Arithmetic

val add : t -> t -> t
val neg : t -> t