Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
011e93b3bebace8c89a92741c3cdf94e29a0670c
011e93b3bebace8c89a92741c3cdf94e29a0670c
Switch branch/tag
ghc
testsuite
tests
ghc-regress
typecheck
should_compile
T2735.hs
Find file
Normal view
History
Permalink
T2735.hs
99 Bytes
Edit
Web IDE
Newer
Older
Test Trac #2735
simonpj
committed
Nov 03, 2008
1
2
3
4
5
6
7
-- Trac #2735
module
Bug
where
data
S
=
S
{
s1
::
()
,
s2
::
()
}
f
s
=
s
{
s1
=
()
,
s2
=
s1
s
}