| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Language.Futhark.Warnings
Description
A very simple representation of collections of warnings.
Warnings have a position (so they can be ordered), and their
Show-instance produces a human-readable string.
Synopsis
- data Warnings
- singleWarning :: SrcLoc -> String -> Warnings