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
Alex D
GHC
Commits
bae7a6ba
Commit
bae7a6ba
authored
Dec 29, 2011
by
Simon Peyton Jones
Browse files
Test Trac #5721
parent
869df3c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/th/T5721.hs
0 → 100644
View file @
bae7a6ba
{-# LANGUAGE TemplateHaskell, ScopedTypeVariables #-}
module
T5371
where
import
Language.Haskell.TH
f
::
a
->
Name
f
(
x
::
a
)
=
''a
testsuite/tests/th/all.T
View file @
bae7a6ba
...
...
@@ -219,4 +219,5 @@ test('T5665', extra_clean(['T5665a.hi','T5665a.o']),
multimod_compile
,
['
T5665
','
-v0
'])
test
('
T5700
',
extra_clean
(['
T5700a.hi
','
T5700a.o
']),
multimod_compile
,
['
T5700
','
-v0 -ddump-splices
'])
test
('
T5721
',
normal
,
compile
,
['
-v0
'])
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