[clean-list] Lists

Richard A. O'Keefe ok@cs.otago.ac.nz
Thu, 23 May 2002 12:59:39 +1200 (NZST)


	There is Rational type in Clean 2.0's ExtendedArith library, with which
	you can do exact computations on Rational numbers.
	
This is overkill.  [fromInt n / 10.0 \\ n <- [10,11..20]]
does the job just fine.