Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
consumeStreamExample :: IO (Either String String)bluefin-internal Bluefin.Internal.Examples No documentation available.
consumeStreamExample2 :: IO ()bluefin-internal Bluefin.Internal.Examples No documentation available.
takeConsumeExample :: ([Int], ())bluefin-internal Bluefin.Internal.Examples No documentation available.
-
bluefin-internal Bluefin.Internal.Pipes No documentation available.
lSum :: [(Nat, Integer)] -> (Nat, Integer)boltzmann-samplers Boltzmann.Data.Oracle Sum of a list of series.
assume :: forall (dom :: Domain) a . AssertionValue dom a => a -> Property domclash-prelude Clash.Explicit.Verification Inform the prover that this property is true. This is the same as assert for simulations.
CvAssume :: Assertion' a -> Property' aclash-prelude Clash.Verification.Internal No documentation available.
type
Consumer i (m :: Type -> Type) r = forall o . () => ConduitT i o m rclassy-prelude-conduit ClassyPrelude.Conduit A component which consumes a stream of input values and produces a final result, regardless of the output stream. A Consumer is a generalization of a Sink, and can be used as either a Sink or a Conduit. Since 1.0.0
asumC :: forall (m :: Type -> Type) f a o . (Monad m, Alternative f) => ConduitT (f a) o m (f a)classy-prelude-conduit ClassyPrelude.Conduit Alternatively combine all values in the stream.
toConsumer :: forall (m :: Type -> Type) a b o . Monad m => ConduitT a Void m b -> ConduitT a o m bclassy-prelude-conduit ClassyPrelude.Conduit