© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Looking for a Codemod to Convert `() => Effect.gen` to `Effect.fn(Untraced)` - Effect Community
EC
Effect Community
•
3mo ago
•
3 replies
adrian_g
Looking for a Codemod to Convert `() => Effect.gen` to `Effect.fn(Untraced)`
Is there a codemod for converting
() => Effect.gen
() => Effect.gen
to
Effect.fn(Untraced)
Effect.fn(Untraced)
? Or any code I could point an LLM at to get inspired from
? I
'd like to convert all my test cases to using
Effect.fnUntraced
Effect.fnUntraced
(as can be seen
here
)
. Thanks
!
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Passing `this` to `Effect.fn` like `Effect.gen`
EC
Effect Community / 🚀-effect
9mo ago
Effect.fn pipeables vs named curried Effect.fn for spans
EC
Effect Community / 🚀-effect
4w ago
effect 3.0 codemod
EC
Effect Community / 🚀-effect
2y ago
Using Effect.gen for Effect.catchAll
EC
Effect Community / 🚀-effect
3y ago