Fmlib_std.Void
Void.t is the type of an object which cannot exist.
Void.t
type t
Type of a nonexisting object.
val absurd : t -> 'a
absurd n Return an object of any type.
absurd n
This function is possible, because there never can be an object n of type t.
n
t