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.

  1. forbidden :: Response

    simple Web.Simple.Responses

    Returns a 403 (Forbidden) Response.

  2. foreignLibs :: PackageDescription -> [ForeignLib]

    simple-cabal SimpleCabal

    No documentation available.

  3. formatSitemapTime :: UTCTime -> Text

    sitemap-gen Web.Sitemap.Gen

    Render the UTCTime in YYYY-MM-DDTHH:MM:SS+00:00 format.

  4. 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.

  5. forgetDefaultResponse :: Server -> IO ()

    skews Network.WebSockets.Skews

    Alias for forgetDefaultRequestHandler

  6. forgetReceivedRequests :: Server -> IO ()

    skews Network.WebSockets.Skews

    Forget recently received requests.

  7. formatANSI :: FormatOptions -> Style -> [SourceLine] -> Text

    skylighting-format-ansi Skylighting.Format.ANSI

    No documentation available.

  8. formatHtml4Block :: FormatOptions -> [SourceLine] -> Html

    skylighting-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).

  9. formatHtmlBlock :: FormatOptions -> [SourceLine] -> Html

    skylighting-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.

  10. formatHtmlInline :: FormatOptions -> [SourceLine] -> Html

    skylighting-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.

Page 186 of many | Previous | Next