-- 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.3 module Data.Void data Void void :: Void -> a instance Eq Void instance Ord Void instance Show Void instance Read Void