• Alfredo Di Napoli's avatar
    Drop-in panicTrace function · 8e43cc9e
    Alfredo Di Napoli authored
    This commit adds a `panicTrace` function to be used as a drop-in
    replacement of the `panic` function, with the difference that we
    wrap the error in a `WithStacktrace` error, to be later caught
    and logged.
    8e43cc9e
Types.hs 1.04 KB