pyk
Contents:
pyk
pyk package
Subpackages
pyk.cterm package
pyk.kast package
pyk.kbuild package
pyk.kcfg package
pyk.kdist package
pyk.kllvm package
pyk.konvert package
pyk.kore package
pyk.kore_exec_covr package
pyk.krepl package
pyk.ktool package
pyk.prelude package
pyk.proof package
pyk.testing package
Submodules
pyk
pyk
pyk package
pyk.prelude package
pyk.prelude.kbool module
View page source
pyk.prelude.kbool module
andBool
(
items
:
Iterable
[
KInner
]
)
→
KInner
[source]
boolToken
(
b
:
bool
)
→
KToken
[source]
impliesBool
(
antecedent
:
KInner
,
consequent
:
KInner
)
→
KApply
[source]
notBool
(
item
:
KInner
)
→
KApply
[source]
orBool
(
items
:
Iterable
[
KInner
]
)
→
KInner
[source]