Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
generic-data Generic.Data Generic liftShowsPrec.
gshowsPrec :: (Generic a, GShow0 (Rep a)) => Int -> a -> ShowSgeneric-data Generic.Data Generic showsPrec.
instance Show MyType where showsPrec = gshowsPrec
class
GShow (p :: Type -> Type) (f :: Type -> Type)generic-data Generic.Data.Internal.Show No documentation available.
-
generic-data Generic.Data.Internal.Show Generic representation of Show1 types.
class
GShowC (p :: Type -> Type) (c :: Meta) (f :: Type -> Type)generic-data Generic.Data.Internal.Show No documentation available.
class
GShowFields (p :: Type -> Type) (f :: Type -> Type)generic-data Generic.Data.Internal.Show No documentation available.
class
GShowNamed (p :: Type -> Type) (f :: Type -> Type)generic-data Generic.Data.Internal.Show No documentation available.
class
GShowSingle (p :: Type -> Type) (f :: Type -> Type)generic-data Generic.Data.Internal.Show No documentation available.
gLiftPrecShows :: GShow1 f => (Int -> a -> ShowS) -> ([a] -> ShowS) -> f a -> PrecShowSgeneric-data Generic.Data.Internal.Show No documentation available.
gPrecShows :: GShow p f => p (ShowsPrec a) -> f a -> PrecShowSgeneric-data Generic.Data.Internal.Show No documentation available.