Hoogle Search
Within Stackage Nightly 2025-10-06 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toWord8Set :: [Char] -> Set Word8bitset-word8 Data.BitSetWord8.Internal Convert given list of Char into Set of Word8. Any Char having code point greater than 0xff is ignored.
-
boltzmann-samplers Boltzmann.Data.Oracle No documentation available.
-
boltzmann-samplers Boltzmann.Data.Oracle Traversal of the definition of a datatype.
-
boltzmann-samplers Boltzmann.Data.Oracle No documentation available.
adjacentEdgeSet :: (Edge e, Ord n) => Graph e n el nl -> n -> Set (e n)comfort-graph Data.Graph.Comfort No documentation available.
-
comfort-graph Data.Graph.Comfort Could be implemented more efficiently.
edgeSet :: (Edge edge, Ord node) => Graph edge node edgeLabel nodeLabel -> Set (edge node)comfort-graph Data.Graph.Comfort No documentation available.
insertEdgeSet :: (Edge e, Ord n) => Map (e n) el -> Graph e n el nl -> Graph e n el nlcomfort-graph Data.Graph.Comfort In the current implementation existing edges are replaced with new labels. However, I think we should better have an extra function for this purpose and you should not rely on this behavior. It is an unchecked error if edges between non-existing nodes are inserted.
nodeSet :: forall (e :: Type -> Type) n el nl . Graph e n el nl -> Set ncomfort-graph Data.Graph.Comfort No documentation available.
-
core-data Core.Data.Structures An empty collection. This is used for example as an inital value when building up a Set using a fold.