Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
fin Data.Nat show displaying a structure of Nat.
>>> explicitShow 0 "Z"
>>> explicitShow 2 "S (S Z)"
explicitShowsPrec :: Int -> Nat -> ShowSfin Data.Nat -
fin Data.Type.Nat show displaying a structure of Nat.
>>> explicitShow 0 "Z"
>>> explicitShow 2 "S (S Z)"
explicitShowsPrec :: Int -> Nat -> ShowSfin Data.Type.Nat -
generic-data Generic.Data Generic representation of Show1 types.
-
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.