packages feed

utility-ht-0.0.8: src/Control/Functor/HT.hs

module Control.Functor.HT where

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