Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
GHC.SrcLoc
Contents
- data SrcLoc
- srcLocPackage :: SrcLoc -> String
- srcLocModule :: SrcLoc -> String
- srcLocFile :: SrcLoc -> String
- srcLocStartLine :: SrcLoc -> Int
- srcLocStartCol :: SrcLoc -> Int
- srcLocEndLine :: SrcLoc -> Int
- srcLocEndCol :: SrcLoc -> Int
- showSrcLoc :: SrcLoc -> String
Documentation
srcLocPackage :: SrcLoc -> String
srcLocModule :: SrcLoc -> String
srcLocFile :: SrcLoc -> String
srcLocStartLine :: SrcLoc -> Int
srcLocStartCol :: SrcLoc -> Int
srcLocEndLine :: SrcLoc -> Int
srcLocEndCol :: SrcLoc -> Int
Pretty printing
showSrcLoc :: SrcLoc -> String