Copyright | 2009 Holger Siegel 2012 - 2015 Björn Peemöller |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
The type message represents a compiler message with an optional source code position.
Documentation
Compiler message
posMessage :: HasPosition p => p -> Doc -> Message Source #
Construct a message from an entity with a Position
and a text