Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b082afe1
Commit
b082afe1
authored
Aug 28, 2001
by
simonmar
Browse files
[project @ 2001-08-28 14:23:41 by simonmar]
rn030 was a duplicate of rn026
parent
c15cdf60
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_compile/all.T
View file @
b082afe1
...
...
@@ -22,7 +22,6 @@ test "rn026" { vtc("") }
test
"
rn027
"
{
vtc
("")
}
test
"
rn028
"
{
vtc
("")
}
test
"
rn029
"
{
vtc
("")
}
test
"
rn030
"
{
vtc
("")
}
test
"
rn031
"
{
vtc
("")
}
test
"
rn032
"
{
vtc
("")
}
test
"
rn033
"
{
vtc
("")
}
...
...
testsuite/tests/ghc-regress/rename/should_compile/rn030.hs
deleted
100644 → 0
View file @
c15cdf60
-- !!! Checking that more than imported module can share a local
-- !!! local alias.
module
ShouldCompile
where
import
qualified
List
as
X
import
qualified
Maybe
as
X
x
::
Ord
a
=>
[
a
]
->
[
a
]
x
=
X
.
sort
y
::
Maybe
a
->
Bool
y
=
X
.
isJust
Write
Preview
Markdown
is supported
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