Module

Data.Most

Package
purescript-most
Repository
Risto-Stevcev/purescript-most

#fromEvent Source

fromEvent :: forall a. String -> a -> Stream Event

#fromEvent' Source

fromEvent' :: forall a. String -> a -> Boolean -> Stream Event

#scan Source

scan :: forall b a. (b -> a -> b) -> b -> Stream a -> Stream b

#take Source

take :: forall a. Int -> Stream a -> Stream a
Modules
Data.Most