Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
wFailureNumFailures :: Error -> !Int32cql Database.CQL.Protocol.Internal No documentation available.
wFailureNumRequired :: Error -> !Int32cql Database.CQL.Protocol.Internal No documentation available.
-
crypto-pubkey-types Crypto.Types.PubKey.DH Represent Diffie Hellman private number X.
PrivateNumber :: Integer -> PrivateNumbercrypto-pubkey-types Crypto.Types.PubKey.DH No documentation available.
-
crypto-pubkey-types Crypto.Types.PubKey.DSA DSA Private Number, usually embedded in DSA Private Key
-
crypto-pubkey-types Crypto.Types.PubKey.ECC ECC Private Number
-
crypto-pubkey-types Crypto.Types.PubKey.ECDSA ECC Private Number
u_enum :: Enum b => Unmarshaller a -> Int -> b -> IO acurl Network.Curl.Opts No documentation available.
fakeBoundedEnum :: forall a (m :: Type -> Type) . (Monad m, Enum a, Bounded a) => FakeT m afakedata Faker.Combinators A sumtype can just use this function directly. Defined as fakeBoundedEnum = fakeEnumFromTo minBound maxBound
fakeEnumFromTo :: forall a (m :: Type -> Type) . (Monad m, Enum a) => a -> a -> FakeT m afakedata Faker.Combinators Generate a value of an enumeration in the range [from, to].
λ> data Animal = Cat | Dog | Zebra | Elephant | Giarfee deriving (Eq,Ord,Enum, Show) λ> generate (fakeEnumFromTo Cat Zebra) Zebra