Skip to content

Commit 8c90818

Browse files
author
Thomas M. DuBuisson
committed
Fix example
1 parent eab1ec9 commit 8c90818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data/Digest/Pure/MD5.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
-- Either rely on type inference or provide an explicit type:
1515
--
1616
-- @
17-
-- hashFileStrict = liftM hash' B.readFile
18-
-- hashFileLazyBS = liftM hash B.readFile
17+
-- hashFileStrict = liftM hash' . B.readFile
18+
-- hashFileLazyBS = liftM hash . B.readFile
1919
-- @
2020
--
2121
-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)