j
k
j a
j l
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.
Back to the thread
Back to the list