Companion

object Companion

Properties

Link copied to clipboard

The functor of an EmptyBlock, coincidentally equal to FUNCTOR itself (i.e. the atom {}).

Link copied to clipboard
const val FUNCTOR: String

The canonical block functor: {}

Functions

Link copied to clipboard

Creates a new, empty Block, i.e. the {} atom.

Link copied to clipboard
fun of(terms: List<Term>): Block
fun of(vararg terms: Term): Block

Creates a Block wrapping the given terms.