Wayne Van Son

Results 140 comments of Wayne Van Son

I like having documentation inline with the code. It's helpful and I don't really need to visit the docs too often unless I want to read everything and engage in...

I assume that the prettier config in the code base is set to above 80 so that medium length type signatures don't look like a right mess.

I did some debugging and the bug is in ts-morph when it calls typescript, so the error I have is from ts-morph.

@gcanti Please review when you get the chance, it ran.

> > What is preferred, A => B or A1 => A2? > > For consistency with all the other signatures I'd keep `A => B` @gcanti I've used the...

Wow, what a code example. Would you be able to share the background of the code? I'm intrigued. Optional, not required for help. `FromReader` cannot infer from the parent signature...

Writer is lazy, which is why it is in a thunk, same with Task. Can't give you a good reason for double lazy besides the fact that Task is inside...

Thanks for pointing out alternatives. So this would be added to any typeclass that is `Filterable`. Shall I write a PR?