Haskell Function Signature


Haskell
filter :: (a -> Bool) -> [a] -> [a]

This is saying: