Warning police: eliminate all defaulting within stage1
[ghc-hetmet.git] / compiler / parser / Lexer.x
index 8b637da..96f1ad2 100644 (file)
@@ -774,7 +774,7 @@ multiline_doc_comment span buf _len = withLexedDocType (worker "")
 nested_comment :: P (Located Token) -> Action
 nested_comment cont span _str _len = do
   input <- getInput
-  go 1 input
+  go (1::Int) input
   where
     go 0 input = do setInput input; cont
     go n input = case alexGetChar input of