| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.Warning
Documentation
Constructors
| Warning | |
Fields
| |
Instances
| Eq Warning # | |
| Show Warning # | |
| Generic Warning # | |
| Binary Warning # | |
| type Rep Warning # | |
Defined in Text.Warning type Rep Warning = D1 (MetaData "Warning" "Text.Warning" "compiler-warnings-0.1.0-L5UbpRLdcHMEuuQk1oWTIv" False) (C1 (MetaCons "Warning" PrefixI True) ((S1 (MetaSel (Just "cmFilePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FilePath) :*: (S1 (MetaSel (Just "cmStartLine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "cmStartColumn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))) :*: (S1 (MetaSel (Just "cmEndLine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: (S1 (MetaSel (Just "cmEndColumn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "cmMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))) | |
parseWarnings :: String -> [Warning] #