Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. liftShowsPrecOptions :: (GShow1 NonV4 (Rep1 f), Generic1 f) => Options -> (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> f a -> ShowS

    transformers-compat Data.Functor.Classes.Generic

    Like liftShowsPrecDefault, but with configurable Options.

  2. class GShow a

    transformers-compat Data.Functor.Classes.Generic.Internal

    Class of generic representation types that can be converted to a String.

  3. NonV4Show1Args :: forall a . (Int -> a -> ShowS) -> ([a] -> ShowS) -> Show1Args NonV4 a

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  4. V4Show1Args :: forall a . Show a => Show1Args V4 a

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  5. ghc8ShowBehavior :: Options -> Bool

    transformers-compat Data.Functor.Classes.Generic.Internal

    If True, a default Show1 implementation will show hash signs (#) when showing unlifted types.

  6. gliftShowsPrec :: GShow1 v f => Options -> Show1Args v a -> Int -> f a -> ShowS

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  7. gliftShowsPrecCon :: GShow1Con v f => Options -> ConType -> Show1Args v a -> Int -> f a -> ShowS

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  8. gshowsPrec :: GShow a => Options -> Int -> a -> ShowS

    transformers-compat Data.Functor.Classes.Generic.Internal

    No documentation available.

  9. liftShowsPrecDefault :: (GShow1 NonV4 (Rep1 f), Generic1 f) => (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> f a -> ShowS

    transformers-compat Data.Functor.Classes.Generic.Internal

    A sensible default liftShowsPrec implementation for Generic1 instances.

  10. liftShowsPrecOptions :: (GShow1 NonV4 (Rep1 f), Generic1 f) => Options -> (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> f a -> ShowS

    transformers-compat Data.Functor.Classes.Generic.Internal

    Like liftShowsPrecDefault, but with configurable Options.

Page 230 of many | Previous | Next