Module

Control.Selective.Under

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

#Under Source

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

Ignores optional effects. See also Over.

Constructors

Instances

#getUnder Source

getUnder :: forall @m @a. Under m a -> m