• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. NmtEndEnum :: NFCModulationType

    nfc Bindings.NFC

    No documentation available.

  2. numericEnumFrom :: Real a => a -> [a]

    numeric-quest Fraction

    No documentation available.

  3. numericEnumFromThen :: Real a => a -> a -> [a]

    numeric-quest Fraction

    No documentation available.

  4. numericEnumFromThenTo :: Real a => a -> a -> a -> [a]

    numeric-quest Fraction

    No documentation available.

  5. numericEnumFromTo :: Real a => a -> a -> [a]

    numeric-quest Fraction

    No documentation available.

  6. formattedByEnum :: (Bounded a, Enum a) => (a -> Text) -> ValueFormat a

    optima Optima

    Derive value format specification from the Enum instance and explicit mapping of values to their representations.

  7. formattedByEnumUsingShow :: (Bounded a, Enum a, Show a) => ValueFormat a

    optima Optima

    Derive value format specification from the Enum and Show instances.

  8. data Pcre2_callout_enumerate_block

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  9. pcre2_callout_enumerate :: Ptr Pcre2_code -> FunPtr (Ptr Pcre2_callout_enumerate_block -> Ptr a -> IO CInt) -> Ptr a -> IO CInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

  10. pcre2_callout_enumerate_block_callout_number :: Ptr Pcre2_callout_enumerate_block -> IO CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

Page 198 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete