Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
tagsoup Text.HTML.TagSoup.Tree These options control how parseTags works. The ParseOptions type is usually generated by one of parseOptions, parseOptionsFast or parseOptionsEntities, then selected fields may be overriden. The options optTagPosition and optTagWarning specify whether to generate TagPosition or TagWarning elements respectively. Usually these options should be set to False to simplify future stages, unless you rely on position information or want to give malformed HTML messages to the end user. The options optEntityData and optEntityAttrib control how entities, for example are handled. Both take a string, and a boolean, where True indicates that the entity ended with a semi-colon ;. Inside normal text optEntityData will be called, and the results will be inserted in the tag stream. Inside a tag attribute optEntityAttrib will be called, and the first component of the result will be used in the attribute, and the second component will be appended after the TagOpen value (usually the second component is []). As an example, to not decode any entities, pass:
parseOptions {optEntityData=\(str,b) -> [TagText $ "&" ++ str ++ [';' | b]] ,optEntityAttrib\(str,b) -> ("&" ++ str ++ [';' | b], []) -
tagsoup Text.HTML.TagSoup.Tree No documentation available.
-
tls Network.TLS No documentation available.
-
tls Network.TLS No documentation available.
-
tls Network.TLS No documentation available.
PostHandshake :: TLSError -> TLSExceptiontls Network.TLS Failure occurred while sending or receiving data after the TLS handshake succeeded.
PreSharedKey :: HandshakeMode13tls Network.TLS Server authentication is skipped.
-
tls Network.TLS Private key types known and used in X.509
PrivKeyDSA :: PrivateKey -> PrivKeytls Network.TLS DSA private key
PrivKeyEC :: PrivKeyEC -> PrivKeytls Network.TLS EC private key