shithub: MicroHs

Download patch

ref: e9d5380d740912fd4cd686b05a7733c564757c1e
parent: 6aca60b66493c3f6b6739c5ca4b2b3e3ba8174c9
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Sep 25 06:35:36 EDT 2024

Add missing exports

--- a/lib/Data/Functor/Classes.hs
+++ b/lib/Data/Functor/Classes.hs
@@ -3,13 +3,13 @@
     -- ** For unary constructors
     Eq1(..), eq1,
     Ord1(..), compare1,
-    Read1(..), -- readsPrec1, readPrec1,
+    Read1(..), readsPrec1, readPrec1,
     liftReadListDefault, liftReadListPrecDefault,
     Show1(..), showsPrec1,
     -- ** For binary constructors
     Eq2(..), eq2,
     Ord2(..), compare2,
-    Read2(..), -- readsPrec2, readPrec2,
+    Read2(..), readsPrec2, readPrec2,
     liftReadList2Default, liftReadListPrec2Default,
     Show2(..), showsPrec2,
     -- * Helper functions