Hoogle Search
Within Stackage Nightly 2026-07-01 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
setClusterAttributes :: GraphID -> [GlobalAttributes] -> DotGraph n -> DotGraph ngraphviz Data.GraphViz.Types.Graph Specify the attributes of the cluster; adds it if not already present.
setClusterParent :: GraphID -> Maybe GraphID -> DotGraph n -> DotGraph ngraphviz Data.GraphViz.Types.Graph Specify the parent of the cluster; adds both in if not already present.
setTrace :: Connection -> Maybe (Text -> IO ()) -> IO ()sqlite-simple Database.SQLite.Simple http://www.sqlite.org/c3ref/profile.html Enable/disable tracing of SQL execution. Tracing can be disabled by setting Nothing as the logger callback. Warning: If the logger callback throws an exception, your whole program may crash. Enable only for debugging!
-
streamly-core Streamly.Internal.Data.SVar.Type No documentation available.
-
streamly-core Streamly.Internal.Data.SVar.Type No documentation available.