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.
setAlarmSTM :: TimeScale t => AlarmClock t -> t -> STM ()alarmclock Control.Concurrent.AlarmClock Make the AlarmClock go off at (or shortly after) the given time. This can be called more than once; in which case, the alarm will go off at the earliest given time.
setLexerState :: s -> Action s ()alex-tools AlexTools Change the state of the lexer.
setLexerState :: s -> Action s ()alex-tools AlexToolsBin Change the state of the lexer.
setupGame :: Game s r -> GRec -> Game s ransi-terminal-game Terminal.Game As testGame, but returns Game instead of result/state. Useful to fast-forward (e.g.: skip menus) before invoking playGame.
setCursorColumnCode :: Int -> Stringansi-terminal-types System.Console.ANSI.Codes Code to move the cursor to the specified column. The column numbering is 0-based (that is, the left-most column is numbered 0).
setCursorPositionCode :: Int -> Int -> Stringansi-terminal-types System.Console.ANSI.Codes Code to move the cursor to the specified position (row and column). The position is 0-based (that is, the top-left corner is at row 0 column 0).
-
ansi-terminal-types System.Console.ANSI.Codes No documentation available.
setTitleCode :: String -> Stringansi-terminal-types System.Console.ANSI.Codes Code to set the terminal window title and the icon name (that is, the text for the window in the Start bar, or similar).
setColor :: MonadIO m => ConsoleLayer -> AnsiColor -> m ()ansigraph System.Console.Ansigraph.Core Set the given AnsiColor on the given ConsoleLayer.
setRadius :: Double -> Convex -> Convexapecs-physics Apecs.Physics No documentation available.