Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. withForeColor :: Attr -> Color -> Attr

    vty Graphics.Vty.Attributes

    Set the foreground color of an Attr.

  2. regionForWindow :: MockWindow -> DisplayRegion

    vty Graphics.Vty.Debug

    No documentation available.

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

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

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

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

  7. package yesod-form

    Form handling support for Yesod Web Framework API docs and the README are available at http://www.stackage.org/package/yesod-form. Third-party packages which you can find useful: yesod-form-richtext - richtext form fields (currently it provides only Summernote support).

  8. defaultFormMessage :: FormMessage -> Text

    yesod-form Yesod.Form

    No documentation available.

  9. fileAFormOpt :: forall (m :: Type -> Type) . MonadHandler m => FieldSettings (HandlerSite m) -> AForm m (Maybe FileInfo)

    yesod-form Yesod.Form

    No documentation available.

  10. fileAFormReq :: forall (m :: Type -> Type) . (MonadHandler m, RenderMessage (HandlerSite m) FormMessage) => FieldSettings (HandlerSite m) -> AForm m FileInfo

    yesod-form Yesod.Form

    No documentation available.

Page 588 of many | Previous | Next