Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. SetOpts :: Maybe Integer -> Maybe Integer -> Maybe Condition -> SetOpts

    hedis Database.Redis.Sentinel

    No documentation available.

  2. data SetTrace

    distributed-process Control.Distributed.Process.Management.Internal.Trace.Types

    No documentation available.

  3. data SetIndex (b :: Nat) (c :: a) (d :: [a]) (e :: [a])

    first-class-families Fcf

    Modify an element at a given index. The list is unchanged if the index is out of bounds.

    Example

    >>> :kind! Eval (SetIndex 2 7 [1,2,3])
    Eval (SetIndex 2 7 [1,2,3]) :: [Natural]
    = [1, 2, 7]
    

  4. data SetIndex (b :: Nat) (c :: a) (d :: [a]) (e :: [a])

    first-class-families Fcf.Data.List

    Modify an element at a given index. The list is unchanged if the index is out of bounds.

    Example

    >>> :kind! Eval (SetIndex 2 7 [1,2,3])
    Eval (SetIndex 2 7 [1,2,3]) :: [Natural]
    = [1, 2, 7]
    

  5. Set24BitColour :: ConsoleLayer -> Word8 -> Word8 -> Word8 -> SGR

    safe-coloured-text Text.Colour.Code

    No documentation available.

  6. Set8BitColour :: ConsoleLayer -> Word8 -> SGR

    safe-coloured-text Text.Colour.Code

    No documentation available.

  7. SetBlinking :: Blinking -> SGR

    safe-coloured-text Text.Colour.Code

    No documentation available.

  8. SetColour :: ColourIntensity -> ConsoleLayer -> TerminalColour -> SGR

    safe-coloured-text Text.Colour.Code

    No documentation available.

  9. SetConsoleIntensity :: ConsoleIntensity -> SGR

    safe-coloured-text Text.Colour.Code

    No documentation available.

  10. SetItalic :: Bool -> SGR

    safe-coloured-text Text.Colour.Code

    No documentation available.

Page 35 of many | Previous | Next