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.
-
ghc-internal GHC.Internal.System.Posix.Internals No documentation available.
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
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
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
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
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
-
lifted-async Control.Concurrent.Async.Lifted No documentation available.
ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThreadlifted-async Control.Concurrent.Async.Lifted No documentation available.
asyncThreadId :: Async a -> ThreadIdlifted-async Control.Concurrent.Async.Lifted -
lifted-async Control.Concurrent.Async.Lifted.Safe No documentation available.