Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. showGlyphString :: GlyphItem -> Render ()

    gtk3 Graphics.UI.Gtk.Cairo

    Draw a glyph string.

    • The origin of the glyphs (the left edge of the baseline) will be drawn at the current point of the cairo context.

  2. showLayout :: PangoLayout -> Render ()

    gtk3 Graphics.UI.Gtk.Cairo

    Draw a PangoLayout.

    • The top-left corner of the PangoLayout will be drawn at the current point of the cairo context.

  3. showLayoutLine :: LayoutLine -> Render ()

    gtk3 Graphics.UI.Gtk.Cairo

    Draw a LayoutLine.

    • The origin of the glyphs (the left edge of the baseline) will be drawn at the current point of the cairo context.

  4. showChunk :: forall (m :: Type -> Type) . Chunk m -> String

    heist Heist.Internal.Types

    No documentation available.

  5. showDocWith :: DynFlags -> Mode -> Doc -> String

    hie-bios HIE.Bios.Ghc.Doc

    No documentation available.

  6. showOneLine :: DynFlags -> PprStyle -> SDoc -> String

    hie-bios HIE.Bios.Ghc.Doc

    No documentation available.

  7. showPage :: DynFlags -> PprStyle -> SDoc -> String

    hie-bios HIE.Bios.Ghc.Doc

    No documentation available.

  8. showChar :: Char -> ShowS

    hledger-web Hledger.Web.Import

    utility function converting a Char to a show function that simply prepends the character unchanged.

  9. showIntegral :: Integral a => a -> String

    hledger-web Hledger.Web.Import

    No documentation available.

  10. showList :: Show a => [a] -> ShowS

    hledger-web Hledger.Web.Import

    The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.

Page 182 of many | Previous | Next