Companion

object Companion

Properties

Link copied to clipboard
const val typeFunctor: String

The instantiation error Struct functor

Functions

Link copied to clipboard
fun forArgument(context: ExecutionContext, procedure: Signature, variable: Var, index: Int? = null): InstantiationError

Creates an InstantiationError reporting that the (optionally index-th) argument of procedure, variable, is unexpectedly unbound.

Link copied to clipboard
fun forGoal(context: ExecutionContext, procedure: Signature, variable: Var): InstantiationError

Creates an InstantiationError reporting that subgoal variable of procedure is unexpectedly unbound.