Module

Control.Selective.SelectM

Package
purescript-selective-functors
Repository
artemisSystem/purescript-selective-functors

#SelectM Source

newtype SelectM :: forall k. (k -> Type) -> k -> Typenewtype SelectM m a

Has a Select instance where select is implemented in terms of bind

Constructors

Instances