Incorrect Entries in Creating Effects Cheatsheet
I believe these 2 entries in the
I think
Creating Effects cheatsheet (https://effect.website/docs/essentials/creating#cheatsheet) are incorrect.I think
suspend should have () => Effect<R, E, A> in the 2nd column, while the async something more like: (Effect<never, E, A> => void) => void
A fully-fledged functional effect system for TypeScript with a rich standard library

