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.

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

  2. setP' :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Like setP, but never modify the total.

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

  4. setFlags :: MailboxWriter a b => a -> [b] -> Flags -> IO ()

    MissingH Network.Email.Mailbox

    No documentation available.

  5. setupSocketServer :: InetServerOptions -> IO SocketServer

    MissingH Network.SocketServer

    Takes some options and sets up the SocketServer. I will bind and begin listening, but will not accept any connections itself.

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

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

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

    graphviz Data.GraphViz.Types

    Set the ID of the graph.

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

    graphviz Data.GraphViz.Types

    Set whether a graph is directed or not.

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

    graphviz Data.GraphViz.Types

    A strict graph disallows multiple edges.

Page 350 of many | Previous | Next