Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. idS :: Selector s s

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  2. idempotent :: Eq a => (a -> a) -> a -> Bool

    leancheck Test.LeanCheck.Utils.Operators

    Deprecated: Use isIdempotent.

  3. identity :: Eq a => (a -> a) -> a -> Bool

    leancheck Test.LeanCheck.Utils.Operators

    Deprecated: Use isIdentity.

  4. idempotentSemigroupLaws :: (Semigroup a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes-base Test.QuickCheck.Classes.Base

    Tests the following properties:

    • Idempotent a <> a ≡ a
    Note that this does not test associativity. Make sure to use semigroupLaws in addition to this set of laws. In literature, this class of semigroup is known as a band.

  5. identity :: t x -> t x

    selective Control.Selective.Multi

    A trivial product type that stores nothing and simply returns the given tag as the result.

  6. iDom :: Graph gr => gr a b -> Node -> [(Node, Node)]

    fgl Data.Graph.Inductive.Query.Dominators

    return immediate dominators for each reachable node of a graph, given a root

  7. identity :: a -> a

    relude Relude.Function

    Renamed version of id.

    >>> identity 10
    10
    
    >>> fmap identity [1,2,3]
    [1,2,3]
    

  8. idCP :: Typeable a => CP a a

    distributed-process Control.Distributed.Process.Closure

    CP version of id

  9. idCP :: Typeable a => CP a a

    distributed-process Control.Distributed.Process.Internal.Closure.BuiltIn

    CP version of id

  10. idempotent :: (Show a, Eq a, GenValid a) => (a -> a) -> Property

    genvalidity-property Test.Validity.Functions.Idempotence

    No documentation available.

Page 280 of many | Previous | Next