Skip to content
GitLab
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
011e93b3
Commit
011e93b3
authored
Nov 03, 2008
by
simonpj
Browse files
Test Trac #2735
parent
1de9bc2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_compile/T2735.hs
0 → 100644
View file @
011e93b3
-- Trac #2735
module
Bug
where
data
S
=
S
{
s1
::
()
,
s2
::
()
}
f
s
=
s
{
s1
=
()
,
s2
=
s1
s
}
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
View file @
011e93b3
...
...
@@ -287,6 +287,7 @@ test('LoopOfTheDay3', normal, compile, [''])
test
('
T1470
',
normal
,
compile
,
[''])
test
('
T2572
',
normal
,
compile
,
[''])
test
('
T2573
',
normal
,
compile
,
[''])
test
('
T2735
',
normal
,
compile
,
[''])
test
('
T2412
',
extra_clean
(['
T2412.hi-boot
',
'
T2412.o-boot
',
...
...
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