Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. id :: ElementId -> Text

    webdriver-precore WebDriverPreCore

    No documentation available.

  2. id :: forall (a :: k) . Category cat => cat a a

    classy-prelude-yesod ClassyPrelude.Yesod

    the identity morphism

  3. id :: Refinement

    clay Clay

    No documentation available.

  4. id :: Refinement

    clay Clay.Attributes

    No documentation available.

  5. id :: forall (a :: κ) . (Category k, Object k a) => k a a

    constrained-categories Control.Category.Constrained

    No documentation available.

  6. id :: forall (a :: κ) . (Category k, Object k a) => k a a

    constrained-categories Control.Category.Constrained.Prelude

    No documentation available.

  7. id :: a -> a

    copilot-language Copilot.Language.Prelude

    Identity function.

    id x = x
    
    This function might seem useless at first glance, but it can be very useful in a higher order context.

    Examples

    >>> length $ filter id [True, True, False, True]
    3
    
    >>> Just (Just 3) >>= id
    Just 3
    
    >>> foldr id 0 [(^3), (*5), (+2)]
    1000
    

  8. id :: forall (a :: k) . Category cat => cat a a

    free-categories Control.Category.Free

    the identity morphism

  9. id :: JSString -> Attribute

    ghcjs-perch GHCJS.Perch

    No documentation available.

  10. id :: AdExchangeBuyerAccountsGet -> Int32

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    The account id

Page 18 of many | Previous | Next