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.

  1. class GShow a

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

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

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

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

    No documentation available.

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

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

    No documentation available.

  4. ghc8ShowBehavior :: Options -> Bool

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

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  8. 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.

  9. 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.

  10. onpageshow :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the onpageshow attribute. Example:

    div ! onpageshow "bar" $ "Hello."
    
    Result:
    <div onpageshow="bar">Hello.</div>
    

Page 231 of many | Previous | Next