Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
38cc2ea3
Commit
38cc2ea3
authored
Sep 01, 1999
by
sof
Browse files
[project @ 1999-09-01 14:24:27 by sof]
qualified import reg. test
parent
67c513a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/tests/reader/should_fail/read010.hs
0 → 100644
View file @
38cc2ea3
-- !!! Check that 'qualified' doesn't bring the unqual'ed name into scope.
module
ShouldFail
where
import
qualified
List
as
L
(
intersperse
)
x
=
L
.
intersperse
y
=
intersperse
ghc/tests/reader/should_fail/read010.stderr
0 → 100644
View file @
38cc2ea3
==================== Parser ====================
module ShouldFail where
import qualified List as L (intersperse)
{- rec -}
y = intersperse
x = L.intersperse
read010.hs:8: Variable not in scope: `intersperse'
Compilation had errors
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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