Companion

object Companion

Properties

Link copied to clipboard

The fail atom.

Link copied to clipboard

The functor of FAIL, i.e. "fail".

Link copied to clipboard

The false atom.

Link copied to clipboard

The functor of FALSE, i.e. "false".

Link copied to clipboard

The true atom.

Link copied to clipboard

The functor of TRUE, i.e. "true".

Functions

Link copied to clipboard
fun of(truth: Boolean): Truth

Returns TRUE if truth is true, or FALSE otherwise.

fun of(string: String): Truth

Returns the Truth whose functor equals string.