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
e54809c4
Commit
e54809c4
authored
Apr 27, 2011
by
U-EUROPE\dimitris
Browse files
Adding test for
#5120
parent
dad1bf2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_compile/T5120.hs
0 → 100755
View file @
e54809c4
{-# LANGUAGE ImplicitParams #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
module
Test
where
class
C
t
where
type
TF
t
ttt
::
TF
t
->
t
b
::
(
C
t
,
?
x
::
TF
t
)
=>
t
b
=
ttt
?
x
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
View file @
e54809c4
...
...
@@ -342,3 +342,4 @@ test('T4912', extra_clean(['T4912a.hi', 'T4912a.o']),
test
('
T4952
',
normal
,
compile
,
[''])
test
('
T4969
',
normal
,
compile
,
[''])
test
('
T5120
',
normal
,
compile
,
[''])
\ No newline at end of file
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