Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the usemap attribute. Example:

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

  2. usemap :: AttributeValue -> Attribute

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

    Combinator for the usemap attribute. Example:

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

  3. usemap :: AttributeValue -> Attribute

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

    Combinator for the usemap attribute. Example:

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

  4. usemap :: AttributeValue -> Attribute

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

    Combinator for the usemap attribute. Example:

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

  5. ismap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the ismap attribute. Example:

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

  6. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the usemap attribute. Example:

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

  7. type ConfiguredComponentMap = Map PackageName Map ComponentName AnnotatedId ComponentId

    Cabal Distribution.Backpack.ConfiguredComponent

    No documentation available.

  8. extendConfiguredComponentMap :: ConfiguredComponent -> ConfiguredComponentMap -> ConfiguredComponentMap

    Cabal Distribution.Backpack.ConfiguredComponent

    No documentation available.

  9. type LinkedComponentMap = Map ComponentId (OpenUnitId, ModuleShape)

    Cabal Distribution.Backpack.LinkedComponent

    No documentation available.

  10. extendLinkedComponentMap :: LinkedComponent -> LinkedComponentMap -> LinkedComponentMap

    Cabal Distribution.Backpack.LinkedComponent

    No documentation available.

Page 438 of many | Previous | Next