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.

  1. MalformedUserInfo :: URIParseError

    uri-bytestring URI.ByteString

    No documentation available.

  2. attrForeColor :: Attr -> !MaybeDefault Color

    vty Graphics.Vty.Attributes

    No documentation available.

  3. fixedForeColor :: FixedAttr -> !Maybe Color

    vty Graphics.Vty.Attributes

    No documentation available.

  4. withForeColor :: Attr -> Color -> Attr

    vty Graphics.Vty.Attributes

    Set the foreground color of an Attr.

  5. regionForWindow :: MockWindow -> DisplayRegion

    vty Graphics.Vty.Debug

    No documentation available.

  6. limitAttrForDisplay :: Output -> Attr -> Attr

    vty Graphics.Vty.Output

    Not all terminals support all display attributes. This filters a display attribute to what the given terminal can display.

  7. picForImage :: Image -> Picture

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

  8. picForLayers :: [Image] -> Picture

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

  9. displayOpsForPic :: Picture -> DisplayRegion -> DisplayOps

    vty Graphics.Vty.PictureToSpans

    Produces the span ops that will render the given picture, possibly cropped or padded, into the specified region.

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

Page 612 of many | Previous | Next