WithoutSideEffects

abstract class WithoutSideEffects<E : ExecutionContext>(operator: String) : BinaryRelation<E>

A BinaryRelation that only needs to produce the Substitutions for each solution, without custom side effects.

Inheritors

Constructors

Link copied to clipboard
constructor(operator: String)

Properties

Link copied to clipboard

Gets this wrapped primitive description Pair formed by signature and wrapped primitive type

Link copied to clipboard

A shorthand to get the signature functor name

Link copied to clipboard

Checked primitive implementation

Link copied to clipboard