Module

Control.Selective.SelectTM

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

#SelectTM Source

newtype SelectTM :: forall k. (k -> Type) -> k -> Typenewtype SelectTM t a

Has a Select instance where select is implemented in terms of sequence. See also SelectTS.

Constructors

Instances