samer@23: % isseq - Test if value is a sequence. samer@23: % isseq :: A -> bool. samer@3: function f=isseq(d), f=isa(d,'seq');