Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2b5d4ce9
Commit
2b5d4ce9
authored
May 30, 2007
by
Simon Marlow
Browse files
export noSrcLoc, noSrcSpan
parent
589f2005
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/GHC.hs
View file @
2b5d4ce9
...
...
@@ -172,10 +172,10 @@ module GHC (
-- ** Source locations
SrcLoc
,
pprDefnLoc
,
mkSrcLoc
,
isGoodSrcLoc
,
mkSrcLoc
,
isGoodSrcLoc
,
noSrcLoc
,
srcLocFile
,
srcLocLine
,
srcLocCol
,
SrcSpan
,
mkSrcSpan
,
srcLocSpan
,
isGoodSrcSpan
,
mkSrcSpan
,
srcLocSpan
,
isGoodSrcSpan
,
noSrcSpan
,
srcSpanStart
,
srcSpanEnd
,
srcSpanFile
,
srcSpanStartLine
,
srcSpanEndLine
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment