diff options
Diffstat (limited to 'ghc/compiler/parser/syntax.c')
-rw-r--r-- | ghc/compiler/parser/syntax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/compiler/parser/syntax.c b/ghc/compiler/parser/syntax.c index 989ce0c0bc..244e6940f4 100644 --- a/ghc/compiler/parser/syntax.c +++ b/ghc/compiler/parser/syntax.c @@ -563,7 +563,6 @@ checknobangs(app) } } - /* Check that a type is of the form C a1 a2 .. an where n>=1, and the ai are all type variables |