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
Glasgow Haskell Compiler
GHC
Commits
3cedede9
Commit
3cedede9
authored
Jan 24, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7587
parent
3b42c19a
Changes
3
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghci/scripts/T7587.script
0 → 100644
View file @
3cedede9
:set -XPolyKinds
data A x y
:k A
testsuite/tests/ghci/scripts/T7587.stdout
0 → 100644
View file @
3cedede9
A :: k -> k1 -> *
testsuite/tests/ghci/scripts/all.T
View file @
3cedede9
...
...
@@ -135,4 +135,5 @@ test('ghci058',
extra_clean
(['
Ghci058.hs
',
'
Ghci058.hi
',
'
Ghci058.o
']),
ghci_script
,
['
ghci058.script
'])
test
('
T7587
',
normal
,
ghci_script
,
['
T7587.script
'])
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