Skip to content

Commit 5cade66

Browse files
authored
Merge pull request #149 from safareli/patch-1
Replace List with Array in flap example
2 parents 8bf3ca6 + 0b3ce28 commit 5cade66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Functor.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ infixl 4 voidLeft as $>
8282
-- | hasDigit :: String -> Bool
8383
-- | password :: String
8484
-- |
85-
-- | validate :: String -> List Bool
85+
-- | validate :: String -> Array Bool
8686
-- | validate = flap [longEnough, hasSymbol, hasDigit]
8787
-- | ```
8888
-- |

0 commit comments

Comments
 (0)