dwww Home | Manual pages | Find package

Unit(3o)                         OCaml library                        Unit(3o)

NAME
       Unit - Unit values.

Module
       Module   Unit

Documentation
       Module Unit
        : sig end

       Unit values.

       Since 4.08

   The unit type
       type t = unit =
        | ()

       The unit type.

       The  constructor  ()  is included here so that it has a path, but it is
       not intended to be used in user-defined data types.

       val equal : t -> t -> bool

       equal u1 u2 is true .

       val compare : t -> t -> int

       compare u1 u2 is 0 .

       val to_string : t -> string

       to_string b is "()" .

OCamldoc                          2023-02-12                          Unit(3o)

Generated by dwww version 1.15 on Fri Jun 21 11:36:36 CEST 2024.