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. getSerialNumber :: X509 -> IO Integer

    HsOpenSSL OpenSSL.X509

    getSerialNumber cert returns the serial number of certificate.

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

    HsOpenSSL OpenSSL.X509

    setSerialNumber cert num updates the serial number of certificate.

  3. revSerialNumber :: RevokedCertificate -> Integer

    HsOpenSSL OpenSSL.X509.Revocation

    No documentation available.

  4. isAlphaNum :: Char -> Bool

    word8 Data.Char8

    No documentation available.

  5. isNumber :: Char -> Bool

    word8 Data.Char8

    No documentation available.

  6. _numbersign :: Word8

    word8 Data.Word8

    No documentation available.

  7. isAlphaNum :: Word8 -> Bool

    word8 Data.Word8

    No documentation available.

  8. isNumber :: Word8 -> Bool

    word8 Data.Word8

    No documentation available.

  9. revokedSerialNumber :: RevokedCertificate -> Integer

    crypton-x509 Data.X509

    No documentation available.

  10. enum :: Enum a => Iso' Int a

    diagrams-lib Diagrams.Prelude

    This isomorphism can be used to convert to or from an instance of Enum.

    >>> LT^.from enum
    0
    
    >>> 97^.enum :: Char
    'a'
    
    Note: this is only an isomorphism from the numeric range actually used and it is a bit of a pleasant fiction, since there are questionable Enum instances for Double, and Float that exist solely for [1.0 .. 4.0] sugar and the instances for those and Integer don't cover all values in their range.

Page 191 of many | Previous | Next