Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. showGeodeticDDDMMSS :: Bool -> Geodetic e -> String

    geodetics Geodetics.Geodetic

    Show Geodetic as a pair of angles in the DDDMMSS format, e.g. 343123.52N, 461356.43W.

  2. showGeodeticLatLong :: Geodetic e -> String

    geodetics Geodetics.Geodetic

    Show Geodetic as a pair of degrees, minutes, and seconds. This is similar to the Show instance for Geodetic, except it does not include the altitude and the ellipsoid.

  3. showGeodeticNSEWDecimal :: Geodetic e -> String

    geodetics Geodetics.Geodetic

    Show Geodetic as a pair of decimal degrees NSEW, e.g. 34.52327N, 46.23234W.

  4. showGeodeticSignedDecimal :: Geodetic e -> String

    geodetics Geodetics.Geodetic

    Show Geodetic as a pair of signed decimal degrees (5 decimal places of precision), e.g. 34.52327, -46.23234.

  5. showModules :: Ghci -> IO [(String, FilePath)]

    ghcid Language.Haskell.Ghcid

    List the modules currently loaded, with module name and source file.

  6. showPaths :: Ghci -> IO (FilePath, [FilePath])

    ghcid Language.Haskell.Ghcid

    Return the current working directory, and a list of module import paths

  7. showPage :: Render ()

    gi-cairo-render GI.Cairo.Render

    No documentation available.

  8. showText :: CairoString string => string -> Render ()

    gi-cairo-render GI.Cairo.Render

    A drawing operator that generates the shape from a string of Unicode characters, rendered according to the current font face, font size (font matrix), and font options. This function first computes a set of glyphs for the string of text. The first glyph is placed so that its origin is at the current point. The origin of each subsequent glyph is offset from that of the previous glyph by the advance values of the previous glyph. After this call the current point is moved to the origin of where the next glyph would be placed in this same progression. That is, the current point will be at the origin of the final glyph offset by its advance values. This allows for easy display of a single logical string with multiple calls to showText. NOTE: The showText function call is part of what the cairo designers call the "toy" text API. It is convenient for short demos and simple programs, but it is not expected to be adequate for the most serious of text-using applications.

  9. showUri :: (HasCallStack, MonadIO m, IsWindow a) => Maybe a -> Text -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Functions

    Deprecated: (Since version 4.10)Use fileLauncherLaunch oruriLauncherLaunch instead

  10. showUriFull :: (HasCallStack, MonadIO m, IsWindow a, IsCancellable b) => Maybe a -> Text -> Word32 -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    gi-gtk4 GI.Gtk.Functions

    Deprecated: (Since version 4.10)Use fileLauncherLaunch oruriLauncherLaunch instead

Page 146 of many | Previous | Next