Companion

object Companion

Functions

Link copied to clipboard
fun forArgument(    context: ExecutionContext,     procedure: Signature,     expectedType: TypeError.Expected,     culprit: <ERROR CLASS>,     index: Int? = null): TypeError
Link copied to clipboard
fun forArgumentList(    context: ExecutionContext,     procedure: Signature,     expectedType: TypeError.Expected,     culprit: <ERROR CLASS>,     index: Int? = null): TypeError
Link copied to clipboard
fun forGoal(    context: ExecutionContext,     procedure: Signature,     expectedType: TypeError.Expected,     culprit: <ERROR CLASS>): TypeError
Link copied to clipboard
fun of(    context: ExecutionContext,     expectedType: TypeError.Expected,     actualValue: <ERROR CLASS>,     message: String): TypeError

Properties

Link copied to clipboard
const val typeFunctor: String

The type error Struct functor