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. class (Monoid set, Semigroup set, MonoFoldable set, Eq ContainerKey set, GrowingAppend set) => SetContainer set

    mono-traversable Data.Containers

    A container whose values are stored in Key-Value pairs.

  2. data SetOpts

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

  4. data SetOpts

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

  7. newtype SettableStateVar a

    StateVar Data.StateVar

    A concrete implementation of a write-only state variable, carrying an IO action to write the new value.

  8. SettableStateVar :: (a -> IO ()) -> SettableStateVar a

    StateVar Data.StateVar

    No documentation available.

  9. Set1 :: BrewerName

    graphviz Data.GraphViz.Attributes.Colors.Brewer

    No documentation available.

  10. Set2 :: BrewerName

    graphviz Data.GraphViz.Attributes.Colors.Brewer

    Maximum of 8.

Page 12 of many | Previous | Next