Hoogle Search
Within Stackage Nightly 2025-10-08 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
streamly-core Streamly.Internal.Data.MutByteArray No documentation available.
-
streamly-core Streamly.Internal.Data.MutByteArray No documentation available.
toIntSet :: forall (m :: Type -> Type) . Monad m => Scanl m Int IntSetstreamly-core Streamly.Internal.Data.Scanl Scan the input adding it to an int set. For integer inputs this performs better than toSet. Definition:
>>> toIntSet = Scanl.mkScanl (flip IntSet.insert) IntSet.empty
toSet :: forall (m :: Type -> Type) a . (Monad m, Ord a) => Scanl m a (Set a)streamly-core Streamly.Internal.Data.Scanl Scan the input adding it to a set. Definition:
>>> toSet = Scanl.mkScanl (flip Set.insert) Set.empty
-
streamly-core Streamly.Internal.Data.Stream No documentation available.
-
streamly-core Streamly.Internal.Data.Time.Clock Resets the current period.
-
string-variants Data.StringVariants No documentation available.
-
string-variants Data.StringVariants.Prose No documentation available.
-
string-variants Data.StringVariants.Prose.Internal No documentation available.
-
tar-conduit Data.Conduit.Tar.Types No documentation available.