base-compat-0.4.1: A compatibility layer for base

Safe HaskellSafe-Inferred

Control.Monad.Compat

Synopsis

Documentation

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

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