typedefs library

Constants

unit → const ()

Typedefs

Infallible = Never
The error type for errors that can never happen
Unit = ()
Type alias for (). Used for a Result when the returned value does not matter. Preferred over void since forces stricter types. See unit, okay, and error