next | previous | forward | backward | up | top | index | toc | home

uniform -- test whether elements of a list are of the same class

Synopsis

Description

i1 : uniform {2,3,5}

o1 = true
i2 : uniform {2,3,x}

o2 = false