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.

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

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

    No documentation available.

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

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

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

  5. onpageshow :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the onpageshow attribute. Example:

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

  6. commandShowOptions :: CommandUI flags -> flags -> [String]

    Cabal Distribution.Simple.Command

    Show flags in the standard long option command line format

  7. data TestShowDetails

    Cabal Distribution.Simple.Setup

    No documentation available.

  8. testShowDetails :: TestFlags -> Flag TestShowDetails

    Cabal Distribution.Simple.Setup

    No documentation available.

  9. Opt_DiagnosticsShowCaret :: GeneralFlag

    ghc GHC

    No documentation available.

  10. Opt_PprShowTicks :: GeneralFlag

    ghc GHC

    No documentation available.

Page 231 of many | Previous | Next