Hey all, Trying to match C-style comments, I have: between (string "/*") (string "*/") $ many anyChar Which doesn't work, because it is equivalent (ignoring returned values) to do {string "/*"; many anyChar; string "*/"}