shithub: MicroHs

Download patch

ref: 22b1cbccef44e631ac34878f346cdee553aef0ef
parent: aa4a7a2d37d6fdfc5b778626be10308333589243
author: Lennart Augustsson <lennart@augustsson.net>
date: Sun Sep 22 07:00:22 EDT 2024

Export ReadPrec

--- a/lib/Text/Read/Internal.hs
+++ b/lib/Text/Read/Internal.hs
@@ -17,6 +17,7 @@
 
   -- ReadS type
   , ReadS
+  , ReadPrec
 
   -- H2010 compatibility
   , lex
--