| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Futhark.Warnings
Synopsis
- data Warnings
- singleWarning :: SrcLoc -> String -> Warnings
Documentation
The warnings produced by the compiler. The Show instance
produces a human-readable description.
singleWarning :: SrcLoc -> String -> Warnings Source #