Skip to content
GitLab
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
d90640e7
Commit
d90640e7
authored
May 27, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7939
parent
dcafadf3
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghci/scripts/T7939.hs
0 → 100644
View file @
d90640e7
{-# LANGUAGE TypeFamilies, PolyKinds #-}
module
T7939
where
class
Foo
a
where
type
Bar
a
testsuite/tests/ghci/scripts/T7939.script
0 → 100644
View file @
d90640e7
:l T7939
:i Bar
:k Bar
testsuite/tests/ghci/scripts/T7939.stdout
0 → 100644
View file @
d90640e7
class Foo (k :: BOX) (a :: k) where
type family Bar (k :: BOX) (k :: BOX) (a :: k) :: k
-- Defined at T7939.hs:6:9
Bar :: k1 -> k
testsuite/tests/ghci/scripts/all.T
View file @
d90640e7
...
...
@@ -149,4 +149,5 @@ test('T7586', normal, ghci_script, ['T7586.script'])
test
('
T4175
',
normal
,
ghci_script
,
['
T4175.script
'])
test
('
T7872
',
normal
,
ghci_script
,
['
T7872.script
'])
test
('
T7873
',
normal
,
ghci_script
,
['
T7873.script
'])
test
('
T7939
',
normal
,
ghci_script
,
['
T7939.script
'])
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