Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. humanReadableCharMaxBound :: Char

    bech32 Codec.Binary.Bech32.Internal

    The upper bound of the set of characters permitted to appear within the human-readable part of a Bech32 string.

  2. humanReadableCharMinBound :: Char

    bech32 Codec.Binary.Bech32.Internal

    The lower bound of the set of characters permitted to appear within the human-readable part of a Bech32 string.

  3. humanReadablePartFromText :: Text -> Either HumanReadablePartError HumanReadablePart

    bech32 Codec.Binary.Bech32.Internal

    Parses the human-readable part of a Bech32 string, as defined here: https://git.io/fj8FS

  4. humanReadablePartMaxLength :: Int

    bech32 Codec.Binary.Bech32.Internal

    The longest length permitted for the human-readable part of a Bech32 string.

  5. humanReadablePartMinLength :: Int

    bech32 Codec.Binary.Bech32.Internal

    The shortest length permitted for the human-readable part of a Bech32 string.

  6. humanReadablePartToText :: HumanReadablePart -> Text

    bech32 Codec.Binary.Bech32.Internal

    Get the raw text of the human-readable part of a Bech32 string.

  7. humanReadablePartToWords :: HumanReadablePart -> [Word5]

    bech32 Codec.Binary.Bech32.Internal

    Convert the specified human-readable part to a list of words.

  8. bRead :: ByteString -> Maybe BEncode

    bencode Data.BEncode

    bRead is a conversion routine. It assumes a B-coded string as input and attempts a parse of it into a BEncode data type

  9. data BReader a

    bencode Data.BEncode.Reader

    Reader monad for extracting data from a BEncoded structure.

  10. runBReader :: BReader a -> BEncode -> Either String a

    bencode Data.BEncode.Reader

    Run a BReader. See usage examples elsewhere in this file.

Page 680 of many | Previous | Next