Module

Control.Selective.Over

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

#Over Source

newtype Over :: forall k. Type -> k -> Typenewtype Over m a

Collects optional effects. See also Under.

Constructors

Instances

#getOver Source

getOver :: forall @m @a. Over m a -> m