Effect CommunityEC
Effect Community3y ago
7 replies
imagio

Comparing `const foo = () => pipe(....)` and `const foo = Effect.suspend(() => pipe(....))`

Is there any meaningful difference between const foo = () => pipe(....) and const foo = Effect.suspend(() => pipe(....))?
Was this page helpful?