You want the number-strings to stay in the list? Can you show what that list would look like sorted?
Tom/amindfv
what if i have ["ala", "0020", "zero", "00021" , "jera","0030"] and I want to sort only the words and nt the numbersOn Fri, Oct 7, 2011 at 8:53 PM, Felipe Almeida Lessa <felipe.lessa@gmail.com> wrote:
import Data.List
s = sort ["ala", "zero", "jera"]
-
Felipe.
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners