Hi,<br><br>Is this a bug or a not quite intuitive normal behavior?<br>> (define (foo s)<br> (case s<br> [("a") 'a]<br> [else 'none]))<br>> (foo "a")<br>'a<br>> (foo (string-append "a" ""))<br>
'none<br><br>in 5.3.1.5--2012-11-08(5589bcb/a) [3m].<br><br>Laurent<br>