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

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    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 :: forall (arrow :: Type -> Type -> Type) sample . Category arrow => T arrow sample sample

    synthesizer-dimensional Synthesizer.Dimensional.Arrow

    No documentation available.

  3. id :: T s sample sample

    synthesizer-dimensional Synthesizer.Dimensional.Causal.Process

    No documentation available.

  4. id :: forall (arrow :: Type -> Type -> Type) sample . Category arrow => T arrow sample sample

    synthesizer-dimensional Synthesizer.Dimensional.Map

    No documentation available.

  5. id :: a -> a

    LambdaHack Game.LambdaHack.Core.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 :: a -> a

    cabal-install-solver Distribution.Solver.Compat.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
    

  7. id :: ScalarType

    graphql Language.GraphQL.Type

    The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

  8. id :: a -> a

    ihaskell IHaskellPrelude

    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
    

  9. id :: a -> a

    incipit-base Incipit.Base

    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
    

  10. id :: Node -> !Integer

    cayley-client Database.Cayley.Types

    No documentation available.

Page 13 of many | Previous | Next