Hoogle Search

Within Stackage Nightly 2026-06-20 (ghc-9.12.4)

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

  1. SetDefault :: CascadeAction

    persistent Database.Persist.Types

    No documentation available.

  2. SetNull :: CascadeAction

    persistent Database.Persist.Types

    No documentation available.

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

  4. data SetOpts

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

  6. data SetOpts

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

  9. newtype SettableStateVar a

    StateVar Data.StateVar

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

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

    StateVar Data.StateVar

    No documentation available.

Page 13 of many | Previous | Next