base-compat-0.7.0: A compatibility layer for base

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Functor.Compat

Synopsis

Documentation

($>) :: Functor f => f a -> b -> f b infixl 4

Flipped version of <$.

Since: 4.7.0.0

void :: Functor f => f a -> f ()

void value discards or ignores the result of evaluation, such as the return value of an IO action.