We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf3ca6 commit 0b3ce28Copy full SHA for 0b3ce28
src/Data/Functor.purs
@@ -82,7 +82,7 @@ infixl 4 voidLeft as $>
82
-- | hasDigit :: String -> Bool
83
-- | password :: String
84
-- |
85
--- | validate :: String -> List Bool
+-- | validate :: String -> Array Bool
86
-- | validate = flap [longEnough, hasSymbol, hasDigit]
87
-- | ```
88
0 commit comments