shithub: MicroHs

Download patch

ref: 0d0cec2df940bdbfcdb459707cfff4c4130b3d08
parent: 98853f5432c70490376eb0a728619f2f32cac8ee
author: Lennart Augustsson <lennart@augustsson.net>
date: Sun Dec 29 09:03:19 EST 2024

Add type signatures

--- a/lib/Data/ByteString.hs
+++ b/lib/Data/ByteString.hs
@@ -179,7 +179,10 @@
 
 -----------------------------------------
 
+fromStrict :: ByteString -> a
 fromStrict = bsUnimp "fromStrict"
+
+toStrict :: a -> ByteString
 toStrict = bsUnimp "toStrict"
 
 fromFilePath :: FilePath -> IO ByteString