Package it.unibo.tuprolog.dsl.unify

Types

Link copied to clipboard
interface PrologScopeWithUnification
Link copied to clipboard
class PrologScopeWithUnificationImpl(unificator: <ERROR CLASS>) : PrologScopeWithUnification

Functions

Link copied to clipboard
fun PrologScopeWithUnification.fact(function: PrologScopeWithUnification.() -> <ERROR CLASS>): <ERROR CLASS>
Link copied to clipboard
fun <R> prolog(function: PrologScopeWithUnification.() -> R): R
Link copied to clipboard
fun PrologScopeWithUnification.rule(function: PrologScopeWithUnification.() -> <ERROR CLASS>): <ERROR CLASS>
Link copied to clipboard
fun <R> PrologScopeWithUnification.scope(function: PrologScopeWithUnification.() -> R): R