Log-message for: Improve command-line parser (add OptIntSuffix); make -fliberate...
[ghc-hetmet.git] / compiler / main / CmdLineParser.hs
index 2a92a32..ac73e94 100644 (file)
@@ -33,7 +33,7 @@ data OptKind m                -- Suppose the flag is -f
        | AnySuffix (String -> m ())    -- -f or -farg; pass entire "-farg" to fn
        | PrefixPred    (String -> Bool) (String -> m ())
        | AnySuffixPred (String -> Bool) (String -> m ())
-
 processArgs :: Monad m
            => [(String, OptKind m)]    -- cmdline parser spec
            -> [String]                 -- args