Safe Haskell | None |
---|
Settings
- data Severity
- data Note
- = IncreasesLaziness
- | DecreasesLaziness
- | RemovesError String
- | ValidInstance String String
- | Note String
- showNotes :: [Note] -> String
- type FuncName = (String, String)
- data Setting
- isClassify :: Setting -> Bool
- isMatchExp :: Setting -> Bool
- defaultHintName :: [Char]
- isUnifyVar :: String -> Bool
- readSettings :: FilePath -> [FilePath] -> [String] -> IO [Setting]
- readPragma :: Decl_ -> Maybe Setting
- findSettings :: ParseFlags -> FilePath -> IO (String, [Setting])
Documentation
data Severity
How severe an error is.
data Note
Constructors
IncreasesLaziness | |
DecreasesLaziness | |
RemovesError String | |
ValidInstance String String | |
Note String |
type FuncName = (String, String)
isClassify :: Setting -> Bool
isMatchExp :: Setting -> Bool
defaultHintName :: [Char]
isUnifyVar :: String -> Bool
readSettings :: FilePath -> [FilePath] -> [String] -> IO [Setting]
readPragma :: Decl_ -> Maybe Setting
findSettings :: ParseFlags -> FilePath -> IO (String, [Setting])