return true if the list is empty or if all elements are true, use a \/- state to indicate early failure
return false if the list is empty or if all elements are false, use a \/- state to indicate early success
fold to count elements
fold to count the number of unique elements
the last element
the latest n elements
lift a function to a fold that applies f to the last element
a Fold which simply accumulates elements into a List
a maximum fold
a maximum fold by a given member
a maximum fold of a given member
the mean of elements
a minimum fold
a minimum fold by a given member
a minimum fold of a given member
the number of elements, mean and standard deviation
the number of elements, mean and unbiased variance
the number of elements, mean and variance
the number of elements, mean and variation
a plus fold from a Num
a plus fold from a mapping to a Num
the number of elements, mean and standard deviation
a times fold from a Num
a times fold from a mapping to a Num
List of predefined FoldIds