purescript-hareactive
purescript-hareactive copied to clipboard
PureScript bindings for the FRP library Hareactive
Hello! Currently, I have this thing in my code: ``` flattenArrayStream :: forall a. Stream (Array a) -> Now (Stream a) flattenArrayStream input = do ss
@erisco asked on the PureScript Slack wether or not `runStreamAff` runs `Aff`s in parallel or sequentially. This made me realize that there is no way to control that currently. @limemloh...
Hello @paldepind I think will be better to have another package for DOM-related constructions. We should use FRP without DOM-related things. That just my thoughts