Safe Haskell | None |
---|
Generics.Deriving.Show
Contents
- class GShow a where
- gshowsPrec :: Int -> a -> ShowS
- gshows :: a -> ShowS
- gshow :: a -> String
- gshowsPrecdefault :: (Generic a, GShow' (Rep a)) => Int -> a -> ShowS
Generic show class
Default definition
gshowsPrecdefault :: (Generic a, GShow' (Rep a)) => Int -> a -> ShowSSource