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
db869e75
Commit
db869e75
authored
May 26, 2014
by
Simon Peyton Jones
Browse files
Add missing test file T7269
parent
b1436f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/deriving/should_compile/T7269.hs
0 → 100644
View file @
db869e75
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE MultiParamTypeClasses, StandaloneDeriving, GeneralizedNewtypeDeriving #-}
module
T7269
where
class
C
(
a
::
k
)
instance
C
Int
newtype
MyInt
=
MyInt
Int
deriving
C
newtype
YourInt
=
YourInt
Int
deriving
instance
C
YourInt
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