Hoogle Search

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

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

  1. setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> s

    generic-lens Data.Generics.Product.Positions

    >>> setPosition @2 60 human
    Human {name = "Tunyasz", age = 60, address = "London"}
    

  2. setTyped :: HasType a s => a -> s -> s

    generic-lens Data.Generics.Product.Typed

    Set field at type.

  3. setUnliftedArray :: (PrimMonad m, PrimUnlifted a) => MutableUnliftedArray (PrimState m) a -> a -> Int -> Int -> m ()

    primitive-unlifted Data.Primitive.Unlifted.Array

    No documentation available.

  4. setUnliftedArray :: PrimUnlifted a => MutableUnliftedArray s a -> a -> Int -> Int -> ST s ()

    primitive-unlifted Data.Primitive.Unlifted.Array.ST

    No documentation available.

  5. setSmallUnliftedArray :: (PrimMonad m, PrimUnlifted a) => SmallMutableUnliftedArray (PrimState m) a -> a -> Int -> Int -> m ()

    primitive-unlifted Data.Primitive.Unlifted.SmallArray

    No documentation available.

  6. setSmallUnliftedArray :: PrimUnlifted a => SmallMutableUnliftedArray s a -> a -> Int -> Int -> ST s ()

    primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST

    No documentation available.

  7. setDirectedness :: (Ord el, Graph gr) => (GraphvizParams Node nl el cl l -> gr nl el -> a) -> GraphvizParams Node nl el cl l -> gr nl el -> a

    graphviz Data.GraphViz

    Determine if the provided Graph is directed or not and set the value of isDirected appropriately.

  8. setEdgeIDAttribute :: (LEdge el -> Attributes) -> LEdge (EdgeID el) -> Attributes

    graphviz Data.GraphViz

    Add a custom attribute to the list of attributes containing the value of the unique edge identifier.

  9. setID :: DotRepr dg n => GraphID -> dg n -> dg n

    graphviz Data.GraphViz.Types

    Set the ID of the graph.

  10. setIsDirected :: DotRepr dg n => Bool -> dg n -> dg n

    graphviz Data.GraphViz.Types

    Set whether a graph is directed or not.

Page 46 of many | Previous | Next