Remove whitespace gobbling from annotateLocation

This commit is contained in:
Joe Hermaszewski 2016-06-25 12:01:15 +01:00
parent 8c55ce604d
commit 6c0683eff3
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ import Prelude hiding (elem)
annotateLocation :: Parser a -> Parser (Ann SrcSpan a)
annotateLocation p = do
whiteSpace
begin <- position
res <- p
end <- position