| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Next.Stream
Contents
Type
See Next.Stream.Type
newtype Stream action item Source #
Instances
| Applicative (Stream action) Source # | |
Defined in Next.Stream.Type Methods pure :: a -> Stream action a # (<*>) :: Stream action (a -> b) -> Stream action a -> Stream action b # liftA2 :: (a -> b -> c) -> Stream action a -> Stream action b -> Stream action c # (*>) :: Stream action a -> Stream action b -> Stream action b # (<*) :: Stream action a -> Stream action b -> Stream action a # | |
| Functor (Stream action) Source # | |
| Monad (Stream action) Source # | |
| Monoid (Stream action item) Source # | |
| Semigroup (Stream action item) Source # | |