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. soundSourceRead :: SoundSource (handle :: Type -> Type) y -> handle y -> Ptr y -> Size -> IO Size

    alsa-pcm Sound.ALSA.PCM

    No documentation available.

  2. clientStoreAdded :: ClientStore ci si a -> !Map ci a

    appendful Data.Appendful.Collection

    No documentation available.

  3. serverSyncProcessorRead :: ServerSyncProcessor ci si a (m :: Type -> Type) -> m (Map si a)

    appendful Data.Appendful.Collection

    No documentation available.

  4. data HumanReadablePart

    bech32 Codec.Binary.Bech32

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

  5. HumanReadablePartContainsInvalidChars :: [CharPosition] -> HumanReadablePartError

    bech32 Codec.Binary.Bech32

    The human-readable part contains one or more characters whose values are less than humanReadableCharMinBound or greater than humanReadableCharMaxBound.

  6. data HumanReadablePartError

    bech32 Codec.Binary.Bech32

    Represents the set of error conditions that may occur while parsing the human-readable part of a Bech32 string.

  7. HumanReadablePartTooLong :: HumanReadablePartError

    bech32 Codec.Binary.Bech32

    The human-readable part is longer than humanReadablePartMaxLength.

  8. HumanReadablePartTooShort :: HumanReadablePartError

    bech32 Codec.Binary.Bech32

    The human-readable part is shorter than humanReadablePartMinLength.

  9. humanReadableCharMaxBound :: Char

    bech32 Codec.Binary.Bech32

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

  10. humanReadableCharMinBound :: Char

    bech32 Codec.Binary.Bech32

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

Page 678 of many | Previous | Next