package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = int
val to_string : t -> string
val zero : t
val succ : t -> t
val pred : t -> t
module Set : Set.S with type elt = t
module Map : Map.S with type key = t