Skip to content
Snippets Groups Projects
Commit 75b63a41 authored by Rodrigo Mesquita's avatar Rodrigo Mesquita :seedling: Committed by Marge Bot
Browse files

ghc-internal: @since for backtraceDesired

Fixes point 1 in #25052
parent eb1cb536
No related branches found
No related tags found
1 merge request!13121Marge Bot Batch MR - DO NOT TOUCH
......@@ -196,6 +196,7 @@ class (Typeable e, Show e) => Exception e where
displayException :: e -> String
displayException = show
-- | @since base-4.20.0.0
backtraceDesired :: e -> Bool
backtraceDesired _ = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment