:: Eq a => [a] -> a -> Bool -is:exact -package:basic-prelude -package:github -package:ghc-lib-parser -package:xmonad-contrib package:data-ordlist

The has function returns True if the element appears in the list; it is equivalent to member except the order of the arguments is reversed, making it a function from an ordered list to its characteristic function.