Hoogle Search

Within Stackage Nightly 2025-09-24 (ghc-9.12.2)

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

  1. data SetOpts

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

  4. newtype SettableStateVar a

    StateVar Data.StateVar

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

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

    StateVar Data.StateVar

    No documentation available.

  6. Set1 :: BrewerName

    graphviz Data.GraphViz.Attributes.Colors.Brewer

    No documentation available.

  7. Set2 :: BrewerName

    graphviz Data.GraphViz.Attributes.Colors.Brewer

    Maximum of 8.

  8. Set3 :: BrewerName

    graphviz Data.GraphViz.Attributes.Colors.Brewer

    Maximum of 12.

  9. SetNodeSize :: NodeSize

    graphviz Data.GraphViz.Attributes.Complete

    Width and Height dictate the size of the node with a warning if the label cannot fit in this.

  10. SetShapeSize :: NodeSize

    graphviz Data.GraphViz.Attributes.Complete

    Width and Height dictate the size of the shape only and the label can expand out of the shape (with a warning). Requires Graphviz >= 2.38.0.

Page 13 of many | Previous | Next