Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
66440396
Commit
66440396
authored
Jun 08, 2015
by
eir@cis.upenn.edu
Browse files
Test case for #10428.
parent
ace8d4fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/typecheck/should_compile/T10428.hs
0 → 100644
View file @
66440396
module
T10428
where
import
Data.Coerce
coerceNewtype
::
(
Coercible
(
o
r
)
(
n
m'
r
))
=>
[
o
r
]
->
[
n
m'
r
]
coerceNewtype
=
coerce
testsuite/tests/typecheck/should_compile/all.T
View file @
66440396
...
...
@@ -461,3 +461,4 @@ test('T10489', normal, compile, [''])
test
('
T10348
',
normal
,
compile
,
[''])
test
('
T10494
',
normal
,
compile
,
[''])
test
('
T10493
',
normal
,
compile
,
[''])
test
('
T10428
',
normal
,
compile
,
[''])
Write
Preview
Markdown
is supported
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