base-compat-0.4.0: A compatibility layer for base

Safe HaskellSafe-Inferred

Data.Functor.Compat

Synopsis

Documentation

($>) :: Functor f => f a -> b -> f bSource

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.