Package it.unibo.tuprolog.dsl.theory

Types

PrologScopeWithTheories
Link copied to clipboard
interface PrologScopeWithTheories : PrologScopeWithUnification
PrologScopeWithTheoriesImpl
Link copied to clipboard
class PrologScopeWithTheoriesImpl(unificator: Unificator) : PrologScopeWithTheories, PrologScope, Unificator

Functions

prolog
Link copied to clipboard
fun <R> prolog(function: PrologScopeWithTheories.() -> R): R