White space only
authorsimonpj@microsoft.com <unknown>
Wed, 30 Sep 2009 10:40:55 +0000 (10:40 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 30 Sep 2009 10:40:55 +0000 (10:40 +0000)
compiler/parser/Parser.y.pp

index bddb2bc..24d8d1b 100644 (file)
@@ -981,7 +981,7 @@ context :: { LHsContext RdrName }
 
 type :: { LHsType RdrName }
         : btype                         { $1 }
-        | btype qtyconop type        { LL $ HsOpTy $1 $2 $3 }
+        | btype qtyconop type           { LL $ HsOpTy $1 $2 $3 }
         | btype tyvarop  type          { LL $ HsOpTy $1 $2 $3 }
        | btype '->'     ctype          { LL $ HsFunTy $1 $3 }
         | btype '~'      btype         { LL $ HsPredTy (HsEqualP $1 $3) }