Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. data Panic a

    panic Panic

    The exception thrown when panicing.

  2. Panic :: a -> String -> [String] -> CallStack -> Panic a

    panic Panic

    No documentation available.

  3. class Typeable a => PanicComponent a

    panic Panic

    Description of a component.

  4. data Password

    password-types Data.Password.Types

    A plain-text password. This represents a plain-text password that has NOT been hashed. You should be careful with Password. Make sure not to write it to logs or store it in a database. You can construct a Password by using the mkPassword function or as literal strings together with the OverloadedStrings pragma (or manually, by using fromString on a String). Alternatively, you could also use some of the instances in the password-instances library.

  5. newtype PasswordHash a

    password-types Data.Password.Types

    A hashed password. This represents a password that has been put through a hashing function. The hashed password can be stored in a database.

  6. PasswordHash :: Text -> PasswordHash a

    password-types Data.Password.Types

    No documentation available.

  7. Plain :: EncryptionStatus

    pdf-toolbox-core Pdf.Core

    doesn't require decryption

  8. Plain :: EncryptionStatus

    pdf-toolbox-core Pdf.Core.File

    doesn't require decryption

  9. module Data.Peano

    See Peano.

  10. data Peano

    peano Data.Peano

    The natural numbers in (lazy) unary notation.

Page 726 of many | Previous | Next