Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. type PrivateNumber = Integer

    crypto-pubkey-types Crypto.Types.PubKey.ECDSA

    ECC Private Number

  2. u_enum :: Enum b => Unmarshaller a -> Int -> b -> IO a

    curl Network.Curl.Opts

    No documentation available.

  3. fakeBoundedEnum :: forall a (m :: Type -> Type) . (Monad m, Enum a, Bounded a) => FakeT m a

    fakedata Faker.Combinators

    A sumtype can just use this function directly. Defined as fakeBoundedEnum = fakeEnumFromTo minBound maxBound

  4. fakeEnumFromTo :: forall a (m :: Type -> Type) . (Monad m, Enum a) => a -> a -> FakeT m a

    fakedata 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
    

  5. tertiaryDegreeCourseNumber :: Fake Text

    fakedata Faker.Educator

    No documentation available.

  6. PhoneNumber :: SourceData

    fakedata Faker.Internal.Types

    No documentation available.

  7. module Faker.PhoneNumber

    No documentation available.

  8. seekPointSampleNumber :: SeekPoint -> !Word64

    flac Codec.Audio.FLAC.Metadata

    The sample number of the target frame

  9. InputPurposeNumber :: InputPurpose

    gi-gtk3 GI.Gtk.Enums

    Edited field expects numbers

  10. type MenuMoveScrollCallback = ScrollType -> IO ()

    gi-gtk3 GI.Gtk.Objects.Menu

    No description available in the introspection data.

Page 172 of many | Previous | Next