Bunch v0.1.1 Bunch.Type View Source
A bunch of commonly used types.
Link to this section Summary
Types
Represents a value along with state
Represents result of an operation that may succeed or fail
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)
Link to this type
stateful_try_t(value, state)
View Source
stateful_try_t(value, state) :: stateful_t(try_t(value), state)
Represents result of an operation that may succeed or fail.