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
Glasgow Haskell Compiler
GHC
Commits
2004baba
Commit
2004baba
authored
Mar 01, 2005
by
simonpj
Browse files
[project @ 2005-03-01 21:44:21 by simonpj]
bogon on test
parent
f32cbea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_compile/tc189.hs
View file @
2004baba
...
...
@@ -18,6 +18,7 @@ module ShouldCompile where
q
::
b
(
p
,
q
,
r
)
=
([
q
,
r
],
r
,
head
p
)
p
::
a
q
::
b
(
p
,
q
,
r
)
=
(
r
,
r
,
p
)
-------------
t
::
a
u
::
b
(
t
,
u
,
v
)
=
(
v
,
v
,
t
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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