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. 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.

  2. setLexerState :: s -> Action s ()

    alex-tools AlexTools

    Change the state of the lexer.

  3. setLexerState :: s -> Action s ()

    alex-tools AlexToolsBin

    Change the state of the lexer.

  4. setupGame :: Game s r -> GRec -> Game s r

    ansi-terminal-game Terminal.Game

    As testGame, but returns Game instead of result/state. Useful to fast-forward (e.g.: skip menus) before invoking playGame.

  5. setCursorColumnCode :: Int -> String

    ansi-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).

  6. setCursorPositionCode :: Int -> Int -> String

    ansi-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).

  7. setSGRCode :: [SGR] -> String

    ansi-terminal-types System.Console.ANSI.Codes

    No documentation available.

  8. setTitleCode :: String -> String

    ansi-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).

  9. setColor :: MonadIO m => ConsoleLayer -> AnsiColor -> m ()

    ansigraph System.Console.Ansigraph.Core

    Set the given AnsiColor on the given ConsoleLayer.

  10. setRadius :: Double -> Convex -> Convex

    apecs-physics Apecs.Physics

    No documentation available.

Page 759 of many | Previous | Next