generated at
Bind型クラス



定義
purs(hs)
class Apply m <= Bind m where bind :: forall a b. m a -> (a -> m b) -> m b
Apply型クラスを継承する
bind (>>=) は同じ