:: Eq a => [a] -> a -> Bool -package:basic-prelude -package:clash-prelude -package:base-compat 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.