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. data PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    PemX509ReqFormat represents format of PKCS#10 certificate request.

  2. ReqNewFormat :: PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    The new format, whose header is "NEW CERTIFICATE REQUEST".

  3. ReqOldFormat :: PemX509ReqFormat

    HsOpenSSL OpenSSL.PEM

    The old format, whose header is "CERTIFICATE REQUEST".

  4. getNotBefore :: X509 -> IO UTCTime

    HsOpenSSL OpenSSL.X509

    getNotBefore cert returns the time when the certificate begins to be valid.

  5. setNotBefore :: X509 -> UTCTime -> IO ()

    HsOpenSSL OpenSSL.X509

    setNotBefore cert utc updates the time when the certificate begins to be valid.

  6. onbeforeonload_ :: Text -> Attribute

    lucid Lucid.Html5

    The onbeforeonload attribute.

  7. onbeforeprint_ :: Text -> Attribute

    lucid Lucid.Html5

    The onbeforeprint attribute.

  8. onformchange_ :: Text -> Attribute

    lucid Lucid.Html5

    The onformchange attribute.

  9. onforminput_ :: Text -> Attribute

    lucid Lucid.Html5

    The onforminput attribute.

  10. coercionToPlatformTypes :: Either (Coercion OsChar WindowsChar, Coercion OsString WindowsString) (Coercion OsChar PosixChar, Coercion OsString PosixString)

    os-string System.OsString

    This is a type-level evidence that OsChar is a newtype wrapper over WindowsChar or PosixChar and OsString is a newtype wrapper over WindowsString or PosixString. If you pattern match on coercionToPlatformTypes, GHC will know that relevant types are coercible to each other. This helps to avoid CPP in certain scenarios.

Page 544 of many | Previous | Next