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.
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.
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.
-
threads Control.Concurrent.Thread.Group Like Control.Concurrent.Thread.forkOnWithUnmask but additionaly adds the thread to the group.
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.
formatID :: GettableStateVar IntGLUT 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.
-
charset Data.CharSet.Unicode No documentation available.
-
charset Data.CharSet.Unicode.Category No documentation available.
formattingDelimChar :: FormattingSpec il -> !Charcommonmark Commonmark.Inlines Character that triggers formatting
formattingDoubleMatch :: FormattingSpec il -> Maybe (il -> il)commonmark Commonmark.Inlines Constructor to use for text between double delimiters.
formattingIgnorePunctuation :: FormattingSpec il -> !Boolcommonmark Commonmark.Inlines Treat punctuation like letters for purposes of computing can open/can close