Hoogle Search

Within LTS Haskell 22.34 (ghc-9.6.6)

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

  1. for :: (Traversable t, Applicative f) => t a -> (a -> f b) -> f (t b)

    base Data.Traversable

    for is traverse with its arguments flipped. For a version that ignores the results see for_.

  2. for :: Functor f => f a -> (a -> b) -> f b

    utility-ht Control.Functor.HT

    No documentation available.

  3. for :: Monad m => [a] -> (a -> m b) -> m [b]

    utility-ht Control.Monad.HT

    No documentation available.

  4. for :: AttributeValue -> Attribute

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

    Combinator for the for attribute. Example:

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

  5. for :: AttributeValue -> Attribute

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

    Combinator for the for attribute. Example:

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

  6. for :: AttributeValue -> Attribute

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

    Combinator for the for attribute. Example:

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

  7. for :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the for attribute. Example:

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

  8. for :: AttributeValue -> Attribute

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

    Combinator for the for attribute. Example:

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

  9. for :: AttributeValue -> Attribute

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

    Combinator for the for attribute. Example:

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

  10. for :: AttributeValue -> Attribute

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

    Combinator for the for attribute. Example:

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

Page 1 of many | Next