Hi, Please, what is the exactly meaning of [n,m..m�]? or where can I find a precise explanation obout this arithmetical series?
I mean, it seems quite strange that, for example: Prelude> [1.2,3.3..8] [1.2,3.3,5.4,7.5] Prelude> [1.2,3.3..9] [1.2,3.3,5.4,7.5,9.6] Prelude> [1,-3..(-14)] [1,-3,-7,-11] Prelude> [1,-3..(-15)] [1,-3,-7,-11,-15] Thanks in advance, Paqui --------------------------------- Paqui Lucio Dpto de LSI Facultad de Inform�tica Paseo Manuel de Lardizabal, 1 20080-San Sebasti�n SPAIN --------------------------------- Tfn: (+34) (9)43 015049 Fax: (+34) (9)43 015590 --------------------------------- _______________________________________________ Hugs-Users mailing list [email protected] http://www.haskell.org/mailman/listinfo/hugs-users
