documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
common
Target filter
common
Switch theme
Search in API
Skip to content
documentation
dsl-theory
/
it.unibo.tuprolog.dsl.theory
/
LogicProgrammingScopeWithTheories
/
theoryOf
theory
Of
open
fun
theoryOf
(
clauses
:
Sequence
<
Clause
>
,
vararg
otherClauses
:
Sequence
<
Clause
>
)
:
Theory
open
fun
theoryOf
(
clauses
:
Iterable
<
Clause
>
,
vararg
otherClauses
:
Iterable
<
Clause
>
)
:
Theory
Overload of
TheoryFactory.theoryOf
concatenating
clauses
and
otherClauses
into a single
Theory
.