diff options
author | simonpj@microsoft.com <unknown> | 2009-09-30 10:40:55 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-09-30 10:40:55 +0000 |
commit | cc7fd02d59c5b15f2aee8f3a420d3f6ee3048096 (patch) | |
tree | 3f74721a0732800c3c8e21f50820dd9546b66252 | |
parent | 3fd06a108c4944f3e270288da5e82480c93c5d27 (diff) | |
download | haskell-cc7fd02d59c5b15f2aee8f3a420d3f6ee3048096.tar.gz |
White space only
-rw-r--r-- | compiler/parser/Parser.y.pp | 2 |
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) } |