package stdcompat

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

Module Stdcompat.UnitSource

Sourcetype t = unit =
  1. | ()
  • since 4.08.0: type t = unit =

| ()

Sourceval equal : t -> t -> bool
  • since 4.08.0: val equal : t -> t -> bool
Sourceval compare : t -> t -> int
  • since 4.08.0: val compare : t -> t -> int
Sourceval to_string : t -> string
  • since 4.08.0: val to_string : t -> string
OCaml

Innovation. Community. Security.