Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. 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
    

  2. 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.

  3. 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
    

  4. id :: a <-> a

    invertible Data.Invertible.Function

    Identity bijection.

  5. id :: a <-> a

    invertible Data.Invertible.Prelude

    Identity bijection.

  6. id :: MMD0 -> ULONG

    med-module Sound.MED.Raw.MMD0

    No documentation available.

  7. id :: MMD1 -> ULONG

    med-module Sound.MED.Raw.MMD1

    No documentation available.

  8. id :: MMD2 -> ULONG

    med-module Sound.MED.Raw.MMD2

    No documentation available.

  9. id :: MMD3 -> ULONG

    med-module Sound.MED.Raw.MMD3

    No documentation available.

  10. id :: GpuContext -> Value

    patrol Patrol.Type.GpuContext

    No documentation available.

Page 15 of many | Previous | Next