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.
setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> sgeneric-lens Data.Generics.Product.Positions >>> setPosition @2 60 human Human {name = "Tunyasz", age = 60, address = "London"}
setTyped :: HasType a s => a -> s -> sgeneric-lens Data.Generics.Product.Typed Set field at type.
-
primitive-unlifted Data.Primitive.Unlifted.Array No documentation available.
setUnliftedArray :: PrimUnlifted a => MutableUnliftedArray s a -> a -> Int -> Int -> ST s ()primitive-unlifted Data.Primitive.Unlifted.Array.ST No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray.ST No documentation available.
-
graphviz Data.GraphViz Determine if the provided Graph is directed or not and set the value of isDirected appropriately.
setEdgeIDAttribute :: (LEdge el -> Attributes) -> LEdge (EdgeID el) -> Attributesgraphviz Data.GraphViz Add a custom attribute to the list of attributes containing the value of the unique edge identifier.
setID :: DotRepr dg n => GraphID -> dg n -> dg ngraphviz Data.GraphViz.Types Set the ID of the graph.
setIsDirected :: DotRepr dg n => Bool -> dg n -> dg ngraphviz Data.GraphViz.Types Set whether a graph is directed or not.