select and selectSplit

Neil Mitchell ndmitchell at gmail.com
Sat Feb 16 06:50:11 EST 2008


Hi

> now, documentation that included examples would be nearly as good...
> select [1,2,3,4] = [(1,[2,3,4]), (2,[1,3,4]), (3,[1,2,4]), (4,[1,2,3])]

For list examples, its often clearer to use type Char

select "1234" = [('1',"234"), ...

Thanks

Neil


More information about the Libraries mailing list