ryanhanks-bestow

Results 5 comments of ryanhanks-bestow

I also ran into this. Thanks for the patch @udiedrichsen

Excited to see this in flight. Question: is there a reason not to match the type signature introduced by the typescript library, in terms of type parameter names and their...

Hey Sandro. Looking good, I've been playing around. Given ``` typedef ProduceEffect = Effect; typedef HandleEffect = Effect; typedef ApplyEffect = Effect ``` , how would you do a fold...

> Hey Sandro. > > Looking good, I've been playing around. > > Given > > ``` > typedef ProduceEffect > = Effect; > typedef HandleEffect > = Effect; >...

@SandroMaglione what editor do you use? In intelliJ, when I'm creating an Effect using `Effect.gen`, I lose type-awareness inside the call to sync (even if I explicitly supply the type...