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. IdleTimeout :: TerminateCause

    radius Network.RADIUS.Types

    No documentation available.

  2. IdleTimeoutAttribute :: Word32 -> PacketAttribute

    radius Network.RADIUS.Types

    No documentation available.

  3. data IdentifierQuotation

    relational-schemas Database.Custom.IBMDB2

    Configuration for quotation of identifiers of SQL.

  4. data IdentifierQuotation

    relational-schemas Database.Custom.MySQL

    Configuration for quotation of identifiers of SQL.

  5. data IdentifierQuotation

    relational-schemas Database.Custom.Oracle

    Configuration for quotation of identifiers of SQL.

  6. data IdentifierQuotation

    relational-schemas Database.Custom.PostgreSQL

    Configuration for quotation of identifiers of SQL.

  7. data IdentifierQuotation

    relational-schemas Database.Custom.SQLServer

    Configuration for quotation of identifiers of SQL.

  8. data IdentifierQuotation

    relational-schemas Database.Custom.SQLite3

    Configuration for quotation of identifiers of SQL.

  9. newtype Identity a

    verset Verset

    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
    

  10. Identity :: a -> Identity a

    verset Verset

    No documentation available.

Page 261 of many | Previous | Next