Package-level declarations

Types

Link copied to clipboard
data class BooleanValue(val value: Boolean) : IOValue

A boolean value.

Link copied to clipboard
data class IntegerValue(val value: Int) : IOValue

An integer.

Link copied to clipboard
sealed class IOValue : Value
Link copied to clipboard

The unique value of type UnitType.

Link copied to clipboard
abstract class Value : PrettyPrintable

The result of evaluating an expression.

Link copied to clipboard
object ValueStyle : Style

The display style of Values.