Effect CommunityEC
Effect Community3y ago
2 replies
adrian_g

Incorrect Entries in Creating Effects Cheatsheet

I believe these 2 entries in the 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
image.png
A fully-fledged functional effect system for TypeScript with a rich standard library
Creating Effects – Effect
Was this page helpful?