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

    ghc-internal GHC.Internal.Data.Functor.Identity

    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

    ghc-internal GHC.Internal.Data.Functor.Identity

    No documentation available.

  3. Ident :: String -> Lexeme

    ghc-internal GHC.Internal.Text.Read

    Haskell identifier, e.g. foo, Baz

  4. Ident :: String -> Lexeme

    ghc-internal GHC.Internal.Text.Read.Lex

    Haskell identifier, e.g. foo, Baz

  5. Idiv :: Operation

    hslua-packaging HsLua.Packaging.Module

    the floor division (//) operation. Behavior similar to the addition operation.

  6. Idiv :: Operation

    hslua-packaging HsLua.Packaging.UDType

    the floor division (//) operation. Behavior similar to the addition operation.

  7. module TextShow.Data.Functor.Identity

    TextShow instance for Identity values. Since: 2

  8. Idle :: ApplicationCacheStatus

    webdriver Test.WebDriver.Commands

    No documentation available.

  9. Idle :: ApplicationCacheStatus

    webdriver Test.WebDriver.Types

    No documentation available.

  10. newtype IDREF

    HaXml Text.XML.HaXml.Schema.PrimitiveTypes

    No documentation available.

Page 190 of many | Previous | Next