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.
-
HsOpenSSL OpenSSL.PEM PemX509ReqFormat represents format of PKCS#10 certificate request.
ReqNewFormat :: PemX509ReqFormatHsOpenSSL OpenSSL.PEM The new format, whose header is "NEW CERTIFICATE REQUEST".
ReqOldFormat :: PemX509ReqFormatHsOpenSSL OpenSSL.PEM The old format, whose header is "CERTIFICATE REQUEST".
getNotBefore :: X509 -> IO UTCTimeHsOpenSSL OpenSSL.X509 getNotBefore cert returns the time when the certificate begins to be valid.
setNotBefore :: X509 -> UTCTime -> IO ()HsOpenSSL OpenSSL.X509 setNotBefore cert utc updates the time when the certificate begins to be valid.
onbeforeonload_ :: Text -> Attributelucid Lucid.Html5 The onbeforeonload attribute.
onbeforeprint_ :: Text -> Attributelucid Lucid.Html5 The onbeforeprint attribute.
onformchange_ :: Text -> Attributelucid Lucid.Html5 The onformchange attribute.
onforminput_ :: Text -> Attributelucid Lucid.Html5 The onforminput attribute.
-
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.