Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module Rebase.Control.Monad.Identity

    No documentation available.

  2. module Rebase.Control.Monad.Trans.Identity

    No documentation available.

  3. module Rebase.Data.Functor.Identity

    No documentation available.

  4. Id_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  5. Ideographic_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  6. data Identity a

    beam-core Database.Beam

    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
    

  7. IdentDOI :: Text -> Identifier

    citeproc Citeproc.Types

    No documentation available.

  8. IdentPMCID :: Text -> Identifier

    citeproc Citeproc.Types

    No documentation available.

  9. IdentPMID :: Text -> Identifier

    citeproc Citeproc.Types

    No documentation available.

  10. IdentURL :: Text -> Identifier

    citeproc Citeproc.Types

    No documentation available.

Page 197 of many | Previous | Next