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. newtype Identity a

    netwire Control.Wire

    Identity functor and monad. (a non-strict monad)

    Examples

    >>> fmap (+1) (Identity 0)
    Identity 1
    
    >>> Identity [1, 2, 3] <> Identity [4, 5, 6]
    Identity [1,2,3,4,5,6]
    
    >>> do
    x <- Identity 10
    y <- Identity (x + 5)
    pure (x + y)
    Identity 25
    

  2. Identity :: a -> Identity a

    netwire Control.Wire

    No documentation available.

  3. IdIndexElemDef :: ColId -> IndexElemDef

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

  4. data Ident

    postgresql-syntax PostgresqlSyntax.Ast

    References

    IDENT
    

  5. IdentExtractArg :: Ident -> ExtractArg

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

  6. type Idx = (SInteger, SInteger)

    sbv Documentation.SBV.Examples.KnuckleDragger.BinarySearch

    Bounds: This is the focus into the array; both indexes are inclusive.

  7. Idle :: State

    sbv Documentation.SBV.Examples.Lists.BoundedMutex

    Regular work

  8. data Identity

    sbv Documentation.SBV.Examples.Puzzles.KnightsAndKnaves

    Each inhabitant is either a knave or a knight

  9. type Identifier = Text

    simple-templates Web.Simple.Templates.Types

    A symbol identifier following the format [a-z][a-zA-Z0-9_-]*

  10. IDone :: b -> Initial s b

    streamly-core Streamly.Internal.Data.Parser

    Return a result right away without an input.

Page 206 of many | Previous | Next