Bunch v0.1.2 Bunch.Type View Source
A bunch of commonly used types.
Link to this section Summary
Link to this section Types
Represents a value along with state.
Link to this type
stateful_try_t(state)
View Source
stateful_try_t(state) :: stateful_t(try_t(), state)
Represents a try_t/0
value along with state.
Link to this type
stateful_try_t(value, state)
View Source
stateful_try_t(value, state) :: stateful_t(try_t(value), state)
Represents a try_t/1
value along with state.
Represents result of an operation that may succeed or fail.
Represents result of an operation that may return something or fail.