what if i have ["ala", "0020", "zero", "00021" , "jera","0030"] and I want to sort only the words and nt the numbers
import Data.List s = sort ["ala", "zero", "jera"] - Felipe.