ref: 1f3391462f8fa1845f9ecfbf5236f19b37787707
parent: 8984756cd8d62913bdcdb16ed44b9483c21c047e
author: Lennart Augustsson <lennart@augustsson.net>
date: Thu Jan 9 06:52:36 EST 2025
Update comment
--- a/lib/Control/Exception/Internal.hs
+++ b/lib/Control/Exception/Internal.hs
@@ -54,6 +54,8 @@
------------------
-- Errors generated by the compiler
+-- NOTE: Do not change the names or locations of these definitions.
+-- The compiler knows about them.
newtype PatternMatchFail = PatternMatchFail String deriving (Typeable)
newtype NoMethodError = NoMethodError String deriving (Typeable)