Description: No utf8 characters in happy input
Author: Joachim Breitner <nomeata@debian.org>
Bug-Debian: http://bugs.debian.org/640742
Forwarded: no

--- a/src/Language/JavaScript/Parser/Grammar5.y
+++ b/src/Language/JavaScript/Parser/Grammar5.y
@@ -911,7 +911,7 @@
 EmptyStatement : Semi { $1 }
 
 -- ExpressionStatement :                                                                    See 12.4
---         [lookahead ∉ {{, function}] Expression  ;
+--         [lookahead not in {{, function}] Expression  ;
 -- TODO: Sort out lookahead issue. Maybe by just putting production lower to set reduce/reduce conflict
 --       According to http://sideshowbarker.github.com/es5-spec/#x12.4, the ambiguity is with
 --       Block or FunctionDeclaration
