Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
3ab47180
Commit
3ab47180
authored
Jun 28, 2013
by
eir@cis.upenn.edu
Browse files
Add test case T8018
parent
62e48fbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/indexed-types/should_compile/T8018.hs
0 → 100644
View file @
3ab47180
{-# LANGUAGE TypeFamilies #-}
module
T8018
where
data
Foo
a
=
Bar
(
F
a
)
type
family
F
a
where
F
(
Foo
a
)
=
Bool
\ No newline at end of file
testsuite/tests/indexed-types/should_compile/all.T
View file @
3ab47180
...
...
@@ -225,3 +225,5 @@ test('T8011',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T8011
'])
test
('
T8018
',
normal
,
compile
,
[''])
\ No newline at end of file
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