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.

  1. enumDescriptions :: JsonSchema -> Maybe [Text]

    gogol-discovery Gogol.Discovery.Types

    The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.

  2. enumerate :: Maybe VendorID -> Maybe ProductID -> IO [DeviceInfo]

    hidapi System.HIDAPI

    No documentation available.

  3. enumerateAll :: IO [DeviceInfo]

    hidapi System.HIDAPI

    No documentation available.

  4. enumerateDevices :: MonadDOM m => MediaDevices -> m [MediaDeviceInfo]

    jsaddle-dom JSDOM.Generated.MediaDevices

    Mozilla MediaDevices.enumerateDevices documentation

  5. enumerateDevices_ :: MonadDOM m => MediaDevices -> m ()

    jsaddle-dom JSDOM.Generated.MediaDevices

    Mozilla MediaDevices.enumerateDevices documentation

  6. enumArgP :: EnumText a => MetaVar -> Parser a

    optparse-enum Text.Enum.Optparse

    parsing an EnumText argument

  7. enumOptP :: EnumText a => FlagChar -> MetaVar -> Parser a

    optparse-enum Text.Enum.Optparse

    parsing an EnumText option

  8. enumSwitchesP :: EnumText a => Parser a

    optparse-enum Text.Enum.Optparse

    generate mutually exclusive switches based on EnumText a

  9. enumDownFrom :: DownwardEnum a => a -> [a]

    prelude-safeenum Prelude.SafeEnum

    Return x followed by all it's predecessors, in (reverse) order. The resulting list is always non-empty, since it includes x. If the resulting list is always finite, then the precedes ordering is well-founded. In GHC, the default implementation is a "good producer" for list fusion.

  10. enumDownFromTo :: DownwardEnum a => a -> a -> [a]

    prelude-safeenum Prelude.SafeEnum

    Return the elements of enumDownFrom x, filtering out everything that precedes z. If x precedes z, then the resulting list is empty; otherwise, it is non-empty, since it includes x. In GHC, the default implementation is a "good producer" for list fusion.

Page 88 of many | Previous | Next