Data.Void.Compat
absurd :: Void -> a #
vacuous :: Functor f => f Void -> f a #
data Void #
Defined in GHC.Internal.Base
Methods
(<>) :: Void -> Void -> Void #
sconcat :: NonEmpty Void -> Void #
stimes :: Integral b => b -> Void -> Void #
Defined in GHC.Internal.Exception.Type
toException :: Void -> SomeException #
fromException :: SomeException -> Maybe Void #
displayException :: Void -> String #
backtraceDesired :: Void -> Bool #
Defined in GHC.Internal.Read
readsPrec :: Int -> ReadS Void #
readList :: ReadS [Void] #
readPrec :: ReadPrec Void #
readListPrec :: ReadPrec [Void] #
Defined in GHC.Internal.Show
showsPrec :: Int -> Void -> ShowS #
show :: Void -> String #
showList :: [Void] -> ShowS #
(==) :: Void -> Void -> Bool #
(/=) :: Void -> Void -> Bool #
compare :: Void -> Void -> Ordering #
(<) :: Void -> Void -> Bool #
(<=) :: Void -> Void -> Bool #
(>) :: Void -> Void -> Bool #
(>=) :: Void -> Void -> Bool #
max :: Void -> Void -> Void #
min :: Void -> Void -> Void #