ゆきくらげ
ゆきくらげ
**Description of the change** fix #16 And the documentation was a bit wrong, so I fixed it. ```purs nats :: Stream Number nats = mkExists $ StreamF 0 (\n ->...
The reason that Function and other types cannot be an instance of Costrong is that PureScript is a strict evaluation. ``` unfirst :: forall a b c. p (Tuple a...
First, `every` function. ``` tmp = every 1000.0 main :: Effect Unit main = launchAff_ do Aff.delay $ Milliseconds 500.0 let pulse = tmp liftEffect $ runSignal $ pulse ~>...