Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
MalformedUserInfo :: URIParseErroruri-bytestring URI.ByteString No documentation available.
attrForeColor :: Attr -> !MaybeDefault Colorvty Graphics.Vty.Attributes No documentation available.
fixedForeColor :: FixedAttr -> !Maybe Colorvty Graphics.Vty.Attributes No documentation available.
withForeColor :: Attr -> Color -> Attrvty Graphics.Vty.Attributes Set the foreground color of an Attr.
regionForWindow :: MockWindow -> DisplayRegionvty Graphics.Vty.Debug No documentation available.
limitAttrForDisplay :: Output -> Attr -> Attrvty Graphics.Vty.Output Not all terminals support all display attributes. This filters a display attribute to what the given terminal can display.
picForImage :: Image -> Picturevty Graphics.Vty.Picture Create a picture from the given image. The picture will not have a displayed cursor and no background pattern (ClearBackground) will be used.
picForLayers :: [Image] -> Picturevty Graphics.Vty.Picture Create a picture with the given layers, top-most first. The picture will not have a displayed cursor and no background pattern (ClearBackgroun) will be used.
displayOpsForPic :: Picture -> DisplayRegion -> DisplayOpsvty Graphics.Vty.PictureToSpans Produces the span ops that will render the given picture, possibly cropped or padded, into the specified region.
performMethod :: (Yesod site, RedirectUrl site url) => ByteString -> url -> YesodExample site ()yesod-test Yesod.Test Perform a request using a given method to url.
Examples
performMethod "DELETE" HomeR