package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type const =
  1. | S of string
  2. | I of int
val eq : const -> const -> bool
val hash : const -> int
val to_string : const -> string
val i : int -> const
val s : string -> const
OCaml

Innovation. Community. Security.