Companion

object Companion

Properties

Link copied to clipboard
const val FUNCTOR: String

The canonical list-cell functor: .

Functions

Link copied to clipboard
fun of(head: Term, tail: Term): Cons

Creates a Cons with head as first element and tail as the rest of the list.

Link copied to clipboard

Creates a one-element, well-formed logic list containing only head.