Module

Control.Selective.SelectA

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

#SelectA Source

newtype SelectA :: forall k. (k -> Type) -> k -> Typenewtype SelectA f a

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

Constructors

Instances