[allow 'forall' and 'exists' as identifiers
John Meacham <john@repetae.net>**20080306091857] hunk ./FrontEnd/HsParser.y 829
+      | 'forall'              { UnQual (HsIdent "forall") }
+      | 'exists'              { UnQual (HsIdent "exists") }