1
0
forked from GitHub/gf-core

Comment out some dead code found with -fwarn-unused-binds

Also fixed some warnings and tightened some imports
This commit is contained in:
hallgren
2015-08-28 13:59:43 +00:00
parent f2952768d5
commit 5bfaf10de5
39 changed files with 122 additions and 116 deletions

View File

@@ -78,8 +78,8 @@ keepSymbol _ = True
showToken :: Token -> Doc
showToken = pp . map toLower
isPunct :: Char -> Bool
isPunct c = c `elem` "-_.:;.,?!()[]{}"
--isPunct :: Char -> Bool
--isPunct c = c `elem` "-_.:;.,?!()[]{}"
comment :: String -> Doc
comment s = ";" <+> s