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
Commits
3dea107c
Commit
3dea107c
authored
Mar 13, 2012
by
Simon Peyton Jones
Browse files
Test Trac
#5937
parent
cc06a177
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T5937.hs
0 → 100644
View file @
3dea107c
{-# LANGUAGE PolyKinds, KindSignatures, DataKinds, GADTs #-}
module
T5937
where
data
SMaybe
::
(
k
->
*
)
->
Maybe
k
->
*
where
SNothing
::
SMaybe
s
'Nothing
SJust
::
s
a
->
SMaybe
s
(
'Just
a
)
testsuite/tests/polykinds/all.T
View file @
3dea107c
...
...
@@ -29,4 +29,5 @@ test('T5862', normal, compile, [''])
test
('
T5912
',
normal
,
compile
,
[''])
test
('
T5881
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T5881
'])
test
('
T5716
',
normal
,
compile_fail
,
[''])
test
('
T5937
',
normal
,
compile
,
[''])
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