Effect CommunityEC
Effect Community3y ago
55 replies
eXtreme

Capturing Stack Trace in Effect: Analyzing E.fail() in E.runSyncExit

Say I have this code:
pipe(E.fail(0), E.runSyncExit)

Does the effect capture a stack trace of where this fail happened? Is it in there somewhere?
Was this page helpful?