﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20	Better docs for the select function, or change the implementation.	Ben Lippmeier		"From SO: 
Hello! I'm a bit confused with select function in repa package:

`select (\i -> True) (\i -> i) 10`
gives the result

![0,1,2,3,4,5,6,7,8]

I thought i to be between 0 and 10 or 0 and 9. Why is it between 0 and 8?

Getting indices from [0..8] for an extend of 10 is confusing.
"	defect	closed	blocker	3.0.0	algorithms	2.0.1	fixed		
