Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 1d47229

Browse files
authored
Merge pull request #12 from kika/patch-1
replace `return` with `pure` in Readme.md
2 parents 6b86baa + c43da94 commit 1d47229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ main = launchAff do
1616
files <- FS.readdir "."
1717
files' <- flip filterM files \file -> do
1818
stat <- FS.stat file
19-
return $
19+
pure $
2020
FS.isDirectory stat
2121
&& (maybe false (fromChar >>> (/= ".")) $ charAt 0 file)
2222
liftEff $ print files'

0 commit comments

Comments
 (0)