@[class]
Instances of this typeclass
Instances of other typeclasses for has_bind
- has_bind.has_sizeof_inst
@[class]
- to_applicative : applicative m
- to_has_bind : has_bind m
Instances of this typeclass
- option.monad
- exceptional.monad
- interaction_monad.monad
- task.monad
- tactic.unsafe.type_context.monad
- id.monad
- except.monad
- except_t.monad
- state_t.monad
- reader_t.monad
- option_t.monad
- conv.monad
- vm_core.monad
- smt_tactic.monad
- list.monad
- sum.monad
- monad_io_is_monad
- io_core_is_monad
- old_conv.monad
- trunc.monad
- with_one.monad
- with_zero.monad
- set.monad
- part.monad
- tactic.ring.ring_m.monad
- linarith.linarith_monad.monad
- ultrafilter.monad
- tactic.ring_exp.ring_exp_m.monad
Instances of other typeclasses for monad
- monad.has_sizeof_inst
Identical to has_bind.and_then
, but it is not inlined.
Equations
- has_bind.seq x y = x >>= λ (_x : α), y