-o option to display operators, too.

This commit is contained in:
Kazu Yamamoto
2011-01-27 14:29:39 +09:00
parent 5af81af272
commit 0cda133040
3 changed files with 19 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ import GHC.Paths (libdir)
data Options = Options {
convert :: [String] -> String
, hlintOpts :: [String]
, operators :: Bool
}
withGHC :: (MonadPlus m) => Ghc (m a) -> IO (m a)