pyk.prelude.collections module
¶
list_empty
(
)
→
KInner
[source]
¶
list_item
(
k
:
KInner
)
→
KInner
[source]
¶
list_of
(
ks
:
Iterable
[
KInner
]
)
→
KInner
[source]
¶
map_empty
(
)
→
KInner
[source]
¶
map_item
(
k
:
KInner
,
v
:
KInner
)
→
KInner
[source]
¶
map_of
(
ks
:
dict
[
KInner
,
KInner
]
|
Iterable
[
tuple
[
KInner
,
KInner
]
]
)
→
KInner
[source]
¶
set_empty
(
)
→
KInner
[source]
¶
set_item
(
k
:
KInner
)
→
KInner
[source]
¶
set_of
(
ks
:
Iterable
[
KInner
]
)
→
KInner
[source]
¶
pyk
Navigation
Contents:
pyk
pyk package
Related Topics
Documentation overview
pyk
pyk package
pyk.prelude package
Previous:
pyk.prelude.bytes module
Next:
pyk.prelude.k module
Quick search