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
644e5d9f
Commit
644e5d9f
authored
Oct 21, 2010
by
simonpj
Browse files
Add test for Trac #4356
parent
eb699fb4
Changes
2
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_compile/T4356.hs
0 → 100644
View file @
644e5d9f
{-# LANGUAGE TypeFamilies #-}
module
T4356
where
type
family
T
t
::
*
->
*
->
*
type
instance
T
Bool
=
(
->
)
f
::
T
Bool
Bool
Bool
f
=
not
testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
View file @
644e5d9f
...
...
@@ -155,3 +155,4 @@ test('T3851', normal, compile, [''])
test
('
T4178
',
normal
,
compile
,
[''])
test
('
T3023
',
normal
,
compile
,
[''])
test
('
T4358
',
normal
,
compile
,
[''])
test
('
T4356
',
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