Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
simple Web.Simple.Responses Returns a 403 (Forbidden) Response.
foreignLibs :: PackageDescription -> [ForeignLib]simple-cabal SimpleCabal No documentation available.
formatSitemapTime :: UTCTime -> Textsitemap-gen Web.Sitemap.Gen Render the UTCTime in YYYY-MM-DDTHH:MM:SS+00:00 format.
forgetDefaultRequestHandler :: Server -> IO ()skews Network.WebSockets.Skews Delete the default request handler. After calling this function, the Server object doesn't respond to any message if the request handler queue is empty.
forgetDefaultResponse :: Server -> IO ()skews Network.WebSockets.Skews Alias for forgetDefaultRequestHandler
forgetReceivedRequests :: Server -> IO ()skews Network.WebSockets.Skews Forget recently received requests.
formatANSI :: FormatOptions -> Style -> [SourceLine] -> Textskylighting-format-ansi Skylighting.Format.ANSI No documentation available.
formatHtml4Block :: FormatOptions -> [SourceLine] -> Htmlskylighting-format-blaze-html Skylighting.Format.HTML Like formatHtmlBlock but uses only attributes valid in HTML 4 (so, aria-hidden is not used in empty line number spans).
formatHtmlBlock :: FormatOptions -> [SourceLine] -> Htmlskylighting-format-blaze-html Skylighting.Format.HTML Format tokens as an HTML pre block. Each line is wrapped in an a element with the class ‘source-line’. If line numbering is selected, the surrounding pre is given the class ‘numberSource’, and the resulting html will display line numbers thanks to the included CSS. See the documentation for formatHtmlInline for information about how tokens are encoded.
formatHtmlInline :: FormatOptions -> [SourceLine] -> Htmlskylighting-format-blaze-html Skylighting.Format.HTML Format tokens using HTML spans inside code tags. For example, A KeywordTok is rendered as a span with class kw. Short class names correspond to TokenTypes as follows: KeywordTok = kw, DataTypeTok = dt, DecValTok = dv, BaseNTok = bn, FloatTok = fl, CharTok = ch, StringTok = st, CommentTok = co, OtherTok = ot, AlertTok = al, FunctionTok = fu, RegionMarkerTok = re, ErrorTok = er, ConstantTok = cn, SpecialCharTok = sc, VerbatimStringTok = vs, SpecialStringTok = ss, ImportTok = im, DocumentationTok = do, AnnotationTok = an, CommentVarTok = cv, VariableTok = va, ControlFlowTok = cf, OperatorTok = op, BuiltInTok = bu, ExtensionTok = ex, PreprocessorTok = pp, AttributeTok = at, InformationTok = in, WarningTok = wa. A NormalTok is not marked up at all.