summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-09-30 10:40:55 +0000
committersimonpj@microsoft.com <unknown>2009-09-30 10:40:55 +0000
commitcc7fd02d59c5b15f2aee8f3a420d3f6ee3048096 (patch)
tree3f74721a0732800c3c8e21f50820dd9546b66252
parent3fd06a108c4944f3e270288da5e82480c93c5d27 (diff)
downloadhaskell-cc7fd02d59c5b15f2aee8f3a420d3f6ee3048096.tar.gz
White space only
-rw-r--r--compiler/parser/Parser.y.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp
index bddb2bc346..24d8d1be58 100644
--- a/compiler/parser/Parser.y.pp
+++ b/compiler/parser/Parser.y.pp
@@ -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) }