Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setP :: Progress -> Integer -> IO ()MissingH Data.Progress.Tracker Set the completed unit count in the Progress object to the specified value. Unlike incrP, this function sets the count to a specific value, rather than adding to the existing value. If this value exceeds the total, then the total will also be raised to match this value so that the completed count never exceeds teh total.
setP' :: Progress -> Integer -> IO ()MissingH Data.Progress.Tracker Like setP, but never modify the total.
setTotal :: Progress -> Integer -> IO ()MissingH Data.Progress.Tracker Set the total unit count in the Progress object to the specified value. Like incrTotal, this would rarely be needed.
setFlags :: MailboxWriter a b => a -> [b] -> Flags -> IO ()MissingH Network.Email.Mailbox No documentation available.
setupSocketServer :: InetServerOptions -> IO SocketServerMissingH Network.SocketServer Takes some options and sets up the SocketServer. I will bind and begin listening, but will not accept any connections itself.
-
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.
setStrictness :: DotRepr dg n => Bool -> dg n -> dg ngraphviz Data.GraphViz.Types A strict graph disallows multiple edges.