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. PlayingCards :: Block

    unicode-data Unicode.Char.General.Blocks

    U+1F0A0..U+1F0FF: Playing Cards.

  2. PrivateUseArea :: Block

    unicode-data Unicode.Char.General.Blocks

    U+E000..U+F8FF: Private Use Area.

  3. PsalterPahlavi :: Block

    unicode-data Unicode.Char.General.Blocks

    U+10B80..U+10BAF: Psalter Pahlavi.

  4. newtype PVP

    versions Data.Versions

    A PVP version number specific to the Haskell ecosystem. Like SemVer this is a prescriptive scheme, and follows the PVP spec. Legal PVP values are of the form: MAJOR(.MAJOR.MINOR) Example: 1.2.3 Extra Rules:

    1. Each component must be a number.
    2. Only the first MAJOR component is actually necessary. Otherwise, there can be any number of components. 1.2.3.4.5.6.7 is legal.
    3. Unlike SemVer there are two MAJOR components, and both indicate a breaking change. The spec otherwise designates no special meaning to components past the MINOR position.

  5. PVP :: NonEmpty Word -> PVP

    versions Data.Versions

    No documentation available.

  6. type ParsingError = ParseErrorBundle Text Void

    versions Data.Versions

    A synonym for the more verbose megaparsec error type.

  7. type Passphrase = Text

    web3-crypto Crypto.Bip39

    Optional passphrase for mnemnoic sentence.

  8. data PrivateKey

    web3-crypto Crypto.Ethereum

    ECDSA Private Key.

  9. data PublicKey

    web3-crypto Crypto.Ethereum

    ECDSA Public Key.

  10. Pbkdf2 :: Parameters -> HexString -> Kdf

    web3-crypto Crypto.Ethereum.Keyfile

    No documentation available.

Page 753 of many | Previous | Next