We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bf3ca6 + 0b3ce28 commit 5cade66Copy full SHA for 5cade66
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