mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
Comment out some dead code found with -fwarn-unused-binds
Also fixed some warnings and tightened some imports
This commit is contained in:
@@ -99,10 +99,10 @@ tag (Just fmt) t =
|
||||
|
||||
isPunct :: Char -> Bool
|
||||
isPunct c = c `elem` "-_.;.,?!"
|
||||
|
||||
{-
|
||||
comment :: String -> Doc
|
||||
comment s = "//" <+> s
|
||||
|
||||
-}
|
||||
alts :: [Doc] -> Doc
|
||||
alts = fsep . prepunctuate ("| ")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user