Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.FrameSet.Attributes

    Combinator for the readonly attribute. Example:

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

  2. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.Strict.Attributes

    Combinator for the readonly attribute. Example:

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

  3. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.Transitional.Attributes

    Combinator for the readonly attribute. Example:

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

  4. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the readonly attribute. Example:

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

  5. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.FrameSet.Attributes

    Combinator for the readonly attribute. Example:

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

  6. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.Strict.Attributes

    Combinator for the readonly attribute. Example:

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

  7. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.Transitional.Attributes

    Combinator for the readonly attribute. Example:

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

  8. readonly :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the readonly attribute. Example:

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

  9. readDesc :: UserHooks -> IO (Maybe GenericPackageDescription)

    Cabal Distribution.Simple

    Read the description file

  10. readBuildTargets :: Verbosity -> PackageDescription -> [String] -> IO [BuildTarget]

    Cabal Distribution.Simple.BuildTarget

    Read a list of user-supplied build target strings and resolve them to BuildTargets according to a PackageDescription. If there are problems with any of the targets e.g. they don't exist or are misformatted, throw an IOException.

Page 108 of many | Previous | Next