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. rtsIsThreaded_ :: Int

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  2. layoutGetLineReadonly :: (HasCallStack, MonadIO m, IsLayout a) => a -> Int32 -> m (Maybe LayoutLine)

    gi-pango GI.Pango.Objects.Layout

    Retrieves a particular line from a PangoLayout. This is a faster alternative to layoutGetLine, but the user is not expected to modify the contents of the line (glyphs, glyph widths, etc.). Since: 1.16

  3. layoutGetLinesReadonly :: (HasCallStack, MonadIO m, IsLayout a) => a -> m [LayoutLine]

    gi-pango GI.Pango.Objects.Layout

    Returns the lines of the layout as a list. This is a faster alternative to layoutGetLines, but the user is not expected to modify the contents of the lines (glyphs, glyph widths, etc.). Since: 1.16

  4. layoutGetLogAttrsReadonly :: (HasCallStack, MonadIO m, IsLayout a) => a -> m [LogAttr]

    gi-pango GI.Pango.Objects.Layout

    Retrieves an array of logical attributes for each character in the layout. This is a faster alternative to layoutGetLogAttrs. The returned array is part of layout and must not be modified. Modifying the layout will invalidate the returned array. The number of attributes returned in nAttrs will be one more than the total number of characters in the layout, since there need to be attributes corresponding to both the position before the first character and the position after the last character. Since: 1.30

  5. layoutIterGetLineReadonly :: (HasCallStack, MonadIO m) => LayoutIter -> m (Maybe LayoutLine)

    gi-pango GI.Pango.Structs.LayoutIter

    Gets the current line for read-only access. This is a faster alternative to layoutIterGetLine, but the user is not expected to modify the contents of the line (glyphs, glyph widths, etc.). Since: 1.16

  6. layoutIterGetRunReadonly :: (HasCallStack, MonadIO m) => LayoutIter -> m (Maybe GlyphItem)

    gi-pango GI.Pango.Structs.LayoutIter

    Gets the current run for read-only access. When iterating by run, at the end of each line, there's a position with a Nothing run, so this function can return Nothing. The Nothing run at the end of each line ensures that all lines have at least one run, even lines consisting of only a newline. This is a faster alternative to layoutIterGetRun, but the user is not expected to modify the contents of the run (glyphs, glyph widths, etc.). Since: 1.16

  7. data ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted

    No documentation available.

  8. ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted

    No documentation available.

  9. asyncThreadId :: Async a -> ThreadId

    lifted-async Control.Concurrent.Async.Lifted

    Returns the ThreadId of the thread running the given Async.

  10. data ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted.Safe

    No documentation available.

Page 540 of many | Previous | Next