package seqes

  1. Overview
  2. Docs

Mixed-monad operations

type 'a x
type 'a f
type 'a ret
val bind : 'a x -> ('a -> 'b f) -> 'b ret