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 :: a -> a

    clash-prelude Clash.HaskellPrelude

    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
    

  2. id :: CoinDetails -> String

    cryptocompare CryptoCompare

    No documentation available.

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

    dimensional Numeric.Units.Dimensional.Prelude

    the identity morphism

  4. id :: a -> a

    distribution-opensuse OpenSuse.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
    

  5. id :: a -> a

    faktory Faktory.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
    

  6. id :: EventBridgeEvent' a -> Text

    hal AWS.Lambda.Events.EventBridge

    A Version 4 UUID that's generated for every event. You can use id to trace events as they move through rules to targets.

  7. id :: a -> a

    hledger-web Hledger.Web.Import

    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 :: a <-> a

    invertible Data.Invertible.Function

    Identity bijection.

  9. id :: a <-> a

    invertible Data.Invertible.Prelude

    Identity bijection.

  10. id :: MMD0 -> ULONG

    med-module Sound.MED.Raw.MMD0

    No documentation available.

Page 14 of many | Previous | Next