Python Module Index

c | d
 
c
control
    control.async Operations for asynchronous control flow.
    control.monads Common monadic combinators and sequencing operations.
core
    core.arity Restricts the arity of variadic functions.
    core.check Interface checking for JS values.
    core.inspect Human-readable representations for built-in and custom objects.
    core.lambda Core combinators and higher-order functions.
    core.operators Provides JS operators as curried functions.
 
d
data
    data.either A structure for disjunctions (e.g.: computations that may fail).
    data.maybe A structure for values that may not be present, or computations that may fail.
    data.task A structure for time-dependent values, providing explicit effects for delayed computations, latency, etc.
    data.validation A disjunction that is more appropriate for validating inputs and aggregating failures.