Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. forkOS :: ThreadGroup -> IO a -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread.Group

    Same as Control.Concurrent.Thread.forkOS but additionaly adds the thread to the group.

  2. forkOn :: Int -> ThreadGroup -> IO a -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread.Group

    Same as Control.Concurrent.Thread.forkOn but additionaly adds the thread to the group.

  3. forkOnWithUnmask :: Int -> ThreadGroup -> ((forall b . () => IO b -> IO b) -> IO a) -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread.Group

    Like Control.Concurrent.Thread.forkOnWithUnmask but additionaly adds the thread to the group.

  4. forceJoystickCallback :: MonadIO m => m ()

    GLUT Graphics.UI.GLUT.DeviceControl

    Execute the joystick callback set by joystickCallback once (if one exists). This is done in a synchronous fashion within the current context, i.e. when forceJoystickCallback returns, the callback will have already happened.

  5. formatID :: GettableStateVar Int

    GLUT Graphics.UI.GLUT.State

    Contains the window system dependent format ID for the current layer of the current window. On X11 GLUT implementations, this is the X visual ID. On Win32 GLUT implementations, this is the Win32 Pixel Format Descriptor number. This value is returned for debugging, benchmarking, and testing ease.

  6. format :: CharSet

    charset Data.CharSet.Unicode

    No documentation available.

  7. format :: CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  8. formattingDelimChar :: FormattingSpec il -> !Char

    commonmark Commonmark.Inlines

    Character that triggers formatting

  9. formattingDoubleMatch :: FormattingSpec il -> Maybe (il -> il)

    commonmark Commonmark.Inlines

    Constructor to use for text between double delimiters.

  10. formattingIgnorePunctuation :: FormattingSpec il -> !Bool

    commonmark Commonmark.Inlines

    Treat punctuation like letters for purposes of computing can open/can close

Page 81 of many | Previous | Next