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 Ident

    ogma-language-smv Language.SMV.AbsSMV

    No documentation available.

  2. Ident :: String -> Ident

    ogma-language-smv Language.SMV.AbsSMV

    No documentation available.

  3. newtype Identity a

    quaalude Essentials

    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
    

  4. Identity :: a -> Identity a

    quaalude Essentials

    No documentation available.

  5. IDSLNASPort :: NASPortType

    radius Network.RADIUS.Types

    No documentation available.

  6. IdleTimeout :: TerminateCause

    radius Network.RADIUS.Types

    No documentation available.

  7. IdleTimeoutAttribute :: Word32 -> PacketAttribute

    radius Network.RADIUS.Types

    No documentation available.

  8. data IdentifierQuotation

    relational-schemas Database.Custom.IBMDB2

    Configuration for quotation of identifiers of SQL.

  9. data IdentifierQuotation

    relational-schemas Database.Custom.MySQL

    Configuration for quotation of identifiers of SQL.

  10. data IdentifierQuotation

    relational-schemas Database.Custom.Oracle

    Configuration for quotation of identifiers of SQL.

Page 260 of many | Previous | Next