Module

Control.Selective.SelectTS

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

#SelectTS Source

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

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

Constructors

Instances