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.
soundSourceRead :: SoundSource (handle :: Type -> Type) y -> handle y -> Ptr y -> Size -> IO Sizealsa-pcm Sound.ALSA.PCM No documentation available.
clientStoreAdded :: ClientStore ci si a -> !Map ci aappendful Data.Appendful.Collection No documentation available.
serverSyncProcessorRead :: ServerSyncProcessor ci si a (m :: Type -> Type) -> m (Map si a)appendful Data.Appendful.Collection No documentation available.
-
bech32 Codec.Binary.Bech32 Represents the human-readable part of a Bech32 string, as defined here: https://git.io/fj8FS
HumanReadablePartContainsInvalidChars :: [CharPosition] -> HumanReadablePartErrorbech32 Codec.Binary.Bech32 The human-readable part contains one or more characters whose values are less than humanReadableCharMinBound or greater than humanReadableCharMaxBound.
-
bech32 Codec.Binary.Bech32 Represents the set of error conditions that may occur while parsing the human-readable part of a Bech32 string.
HumanReadablePartTooLong :: HumanReadablePartErrorbech32 Codec.Binary.Bech32 The human-readable part is longer than humanReadablePartMaxLength.
HumanReadablePartTooShort :: HumanReadablePartErrorbech32 Codec.Binary.Bech32 The human-readable part is shorter than humanReadablePartMinLength.
humanReadableCharMaxBound :: Charbech32 Codec.Binary.Bech32 The upper bound of the set of characters permitted to appear within the human-readable part of a Bech32 string.
humanReadableCharMinBound :: Charbech32 Codec.Binary.Bech32 The lower bound of the set of characters permitted to appear within the human-readable part of a Bech32 string.