Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
27fe87a0e4457c3daa50a0e0cf9affef4a2803f2
27fe87a0e4457c3daa50a0e0cf9affef4a2803f2
Switch branch/tag
ghc
testsuite
tests
ghc-regress
parser
should_fail
T3095.hs
Find file
Normal view
History
Permalink
T3095.hs
102 Bytes
Newer
Older
Test Trac #3095
simonpj
committed
Mar 16, 2009
1
2
3
4
5
{-# LANGUAGE KindSignatures #-}
-- Trac #3095
module
T3095
where
class
Bla
(
forall
x
.
x
::
*
)
where