Comma

ISO conjunction ','/2: (A, B) :- A, B., i.e. the body is the tuple (A, B) itself, which toGoals unfolds back into the sequential goal stream A then B. Included in StateRuleSelection's transparentToCut set, so a cut occurring in A or B still cuts the enclosing clause's choice points, not some choice point local to this rule.

Properties

Link copied to clipboard
open override val Scope.body: Term
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val Scope.head: List<Term>
Link copied to clipboard
override val implementation: Rule
Link copied to clipboard

Functions

Link copied to clipboard
override fun toString(): String