why errort cant capture stack trace - benclifford/text GitHub Wiki
Why ErrorT can't capture a stack trace
because function calls are referentially transparent
at the monad layer, we can't tell they're happening
Why ErrorT can't capture a stack trace
because function calls are referentially transparent
at the monad layer, we can't tell they're happening