Shannon -jj Behrens wrote: > lexString ('*':cs) = (classifyString "*", cs) > lexString (c:cs) = (classifyString [c], cs) > The first line isn't needed, it does the same as the second line.