= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
package ocaml-base-compiler
-
bigarray
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Unit values.
- since 4.08
The unit type
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 to_string : t -> string
to_string b
is "()"
.
ON THIS PAGE