package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val uint_size : int
val maxuint31 : t
val of_int : int -> t
val to_int2 : t -> int * int
val of_int64 : Int64.t -> t
val to_int64 : t -> Int64.t
val to_int_min : t -> int -> int
val of_float : float -> t
val to_float : t -> float
val hash : t -> int
val to_string : t -> string
val compile : t -> string
val zero : t
val one : t
val l_sl : t -> t -> t
val l_sr : t -> t -> t
val l_and : t -> t -> t
val l_xor : t -> t -> t
val l_or : t -> t -> t
val add : t -> t -> t
val sub : t -> t -> t
val mul : t -> t -> t
val div : t -> t -> t
val rem : t -> t -> t
val diveucl : t -> t -> t * t
val mulc : t -> t -> t * t
val addmuldiv : t -> t -> t -> t
val div21 : t -> t -> t -> t * t
val lt : t -> t -> bool
val equal : t -> t -> bool
val le : t -> t -> bool
val compare : t -> t -> int
val head0 : t -> t
val tail0 : t -> t
val is_uint63 : Obj.t -> bool
type !'a carry =
  1. | C0 of 'a
  2. | C1 of 'a
val addc : t -> t -> t carry
val addcarryc : t -> t -> t carry
val subc : t -> t -> t carry
val subcarryc : t -> t -> t carry