-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A Haskell 98 logically uninhabited data type -- -- A Haskell 98 logically uninhabited data type. Used to indicate that a -- given term should not exist. @package void @version 0.1 module Data.Void newtype Void Void :: Void -> Void void :: Void -> a