We use require-callstack. Due to the implicit param in provideCallStack :: (RequireCallStackImpl => r) -> r, dekking fails to adapt it correctly.
I'd like to be able to tell dekking to have an exception for a function name. That would allow it to not adapt error in our codebase, which would work nicely (sort of? probably not great to lose whether or not we test error branches)
Alternatively, I can edit error's type signature depending on the coverage flag being enabled.. which may work around. Still - would it be feasible to add the logic I describe