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

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.

  1. enumFromTo :: (Storable a, Enum a) => a -> a -> Vector a

    rio RIO.Vector.Storable

    No documentation available.

  2. enumFromN :: (Unbox a, Num a) => a -> Int -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  3. enumFromStepN :: (Unbox a, Num a) => a -> a -> Int -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  4. enumFromThenTo :: (Unbox a, Enum a) => a -> a -> a -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  5. enumFromTo :: (Unbox a, Enum a) => a -> a -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  6. linenumber :: XmlSource s => Integer -> s -> LString

    xml Text.XML.Light.Lexer

    No documentation available.

  7. data BigNum

    HsOpenSSL OpenSSL.BN

    BigNum is an opaque object representing a big number.

  8. getSerialNumber :: X509 -> IO Integer

    HsOpenSSL OpenSSL.X509

    getSerialNumber cert returns the serial number of certificate.

  9. setSerialNumber :: X509 -> Integer -> IO ()

    HsOpenSSL OpenSSL.X509

    setSerialNumber cert num updates the serial number of certificate.

  10. revSerialNumber :: RevokedCertificate -> Integer

    HsOpenSSL OpenSSL.X509.Revocation

    No documentation available.

Page 193 of many | Previous | Next

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