Function extra::list::has

pub fn has<T: std::cmp::Eq>(ls: @List<T>, elt: T) -> bool

Returns true if a list contains an element with the given value