Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setDuplication :: MonadQuery m => Duplication -> m ()relational-query Database.Relational.Monad.Class Specify duplication.
setWindowSize :: (HasCallStack, WebDriver wd) => (Word, Word) -> wd ()sydtest-webdriver Test.Syd.Webdriver No documentation available.
setAlternateScreenBuffer :: MonadScreen m => Bool -> m ()terminal System.Terminal Whether or not to use the alternate screen buffer.
- The main screen buffer content is preserved and restored when leaving the alternate screen screen buffer.
- The dimensions of the alternate screen buffer are exactly those of the screen.
setAttribute :: MonadMarkupPrinter m => Attribute m -> m ()terminal System.Terminal No documentation available.
setAutoWrap :: MonadScreen m => Bool -> m ()terminal System.Terminal Whether or not to automatically wrap on line ends.
setCursorColumn :: MonadScreen m => Int -> m ()terminal System.Terminal Set the cursor column.
- 0 is the leftmost column.
setCursorPosition :: MonadScreen m => Position -> m ()terminal System.Terminal Set the cursor position.
- Position 0 0 is the upper left of the window.
- The resulting cursor position is undefined when it is outside the window bounds.
setCursorRow :: MonadScreen m => Int -> m ()terminal System.Terminal Set the cursor row.
- 0 is the topmost row.
setTargetsFrom :: FilePath -> Relationships -> Relationshipsxlsx Codec.Xlsx.Types.Internal.Relationships No documentation available.
setAttr :: ToAttrVal a => Name -> a -> Element -> Elementxlsx Codec.Xlsx.Writer.Internal No documentation available.