Compare two booleans with Falsestd/core/types/False: bool (<)std/core/bool/(<): (x : bool, y : bool) -> bool Truestd/core/types/True: bool
.
Convert a boolean to an intstd/core/types/int: V
.
Order two booleans in ascending order.
Convert a boolstd/core/types/bool: V
to a string.
Standard
boolstd/core/types/bool: V
functions.Booleans are either
Truestd/core/types/True: bool
orFalsestd/core/types/False: bool
.