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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
cc3ccf9f
Commit
cc3ccf9f
authored
Apr 08, 2014
by
Simon Peyton Jones
Browse files
Test Trac #8963
parent
2c516c4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/deriving/should_compile/T8963.hs
0 → 100644
View file @
cc3ccf9f
{-# LANGUAGE TypeFamilies, GeneralizedNewtypeDeriving #-}
module
T8963
where
class
C
c
where
data
F
c
r
instance
C
Int
where
newtype
F
Int
r
=
F
(
IO
r
)
deriving
(
Functor
)
testsuite/tests/deriving/should_compile/all.T
View file @
cc3ccf9f
...
...
@@ -48,3 +48,4 @@ test('T8678', normal, compile, [''])
test
('
T8865
',
normal
,
compile
,
[''])
test
('
T8893
',
normal
,
compile
,
[''])
test
('
T8950
',
expect_broken
(
8950
),
compile
,
[''])
test
('
T8963
',
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