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.

  1. setDuplication :: MonadQuery m => Duplication -> m ()

    relational-query Database.Relational.Monad.Class

    Specify duplication.

  2. setWindowSize :: (HasCallStack, WebDriver wd) => (Word, Word) -> wd ()

    sydtest-webdriver Test.Syd.Webdriver

    No documentation available.

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

  4. setAttribute :: MonadMarkupPrinter m => Attribute m -> m ()

    terminal System.Terminal

    No documentation available.

  5. setAutoWrap :: MonadScreen m => Bool -> m ()

    terminal System.Terminal

    Whether or not to automatically wrap on line ends.

  6. setCursorColumn :: MonadScreen m => Int -> m ()

    terminal System.Terminal

    Set the cursor column.

    • 0 is the leftmost column.

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

  8. setCursorRow :: MonadScreen m => Int -> m ()

    terminal System.Terminal

    Set the cursor row.

    • 0 is the topmost row.

  9. setTargetsFrom :: FilePath -> Relationships -> Relationships

    xlsx Codec.Xlsx.Types.Internal.Relationships

    No documentation available.

  10. setAttr :: ToAttrVal a => Name -> a -> Element -> Element

    xlsx Codec.Xlsx.Writer.Internal

    No documentation available.

Page 448 of many | Previous | Next