On 3/12/06, Lennart Augustsson <lennart at augustsson.net> wrote: > 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. Good eye! You are correct. Thanks, -jj