shithub: MicroHs

Download patch

ref: 212234c9e770ebb88850f04da350dbf9f00604f8
parent: 2b6dae8450473faa2c60734ba213f7440d82e5cc
author: Lennart Augustsson <lennart@augustsson.net>
date: Sat Apr 6 17:03:29 EDT 2024

Export the right values.

--- a/lib/Control/Exception/Internal.hs
+++ b/lib/Control/Exception/Internal.hs
@@ -4,8 +4,8 @@
   throw, catch,
   Exception(..),
   SomeException(..),
-  PatternMatchFail, NoMethodError, RecSelError, RecConError,
-  patternMatchFail, NoMethodError, RecSelError, RecConError,
+  PatternMatchFail, NoMethodError, RecSelError, RecConError(..),
+  patternMatchFail, noMethodError, recSelError, recConError,
   ) where
 import Prelude()
 import Primitives(IO)
--