Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. class GRead a

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

    Class of generic representation types that can be parsed from a String.

  2. NonV4Read1Args :: forall a . ReadPrec a -> ReadPrec [a] -> Read1Args NonV4 a

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

    No documentation available.

  3. V4Read1Args :: forall a . Read a => Read1Args V4 a

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

    No documentation available.

  4. gliftReadPrec :: GRead1 v f => Read1Args v a -> ReadPrec (f a)

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

    No documentation available.

  5. gliftReadPrecCon :: GRead1Con v f => ConType -> Read1Args v a -> ReadPrec (f a)

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

    No documentation available.

  6. greadPrec :: GRead a => ReadPrec a

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

    No documentation available.

  7. liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f) => (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (f a)

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

    A sensible default liftReadsPrec implementation for Generic1 instances.

  8. liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f) => Options -> (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (f a)

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

    Like liftReadsPrecDefault, but with configurable Options. Currently, the Options have no effect (but this may change in the future).

  9. onreadystatechange :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the onreadystatechange attribute. Example:

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

  10. onreadystatechange :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the onreadystatechange attribute. Example:

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

Page 464 of many | Previous | Next