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
25fb90d7
Commit
25fb90d7
authored
Apr 03, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7804
parent
86825d5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/indexed-types/should_compile/T7804.hs
0 → 100644
View file @
25fb90d7
{-# LANGUAGE TypeFamilies, RankNTypes #-}
module
T7804
where
type
family
F
f
a
data
Proxy
a
=
P
sDFMap
::
(
forall
a
.
Proxy
f
->
Proxy
a
->
Proxy
(
F
f
a
))
->
Int
sDFMap
_
=
3
testsuite/tests/indexed-types/should_compile/all.T
View file @
25fb90d7
...
...
@@ -208,4 +208,5 @@ test('T7474', normal, compile, [''])
test
('
T7489
',
normal
,
compile
,
[''])
test
('
T7585
',
normal
,
compile
,
[''])
test
('
T7282
',
normal
,
compile
,
[''])
test
('
T7804
',
normal
,
compile
,
[''])
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