elem = Stream.fold Fold.elem
elemIndex a = Stream.findIndex (== a)
elemIndices a = findIndices (== a)
notElem = Stream.fold Fold.length