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
Commits
59dc0c9d
Commit
59dc0c9d
authored
Apr 18, 2006
by
simonpj
Browse files
Test for foralls to the right of =>
parent
1966bbe2
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_compile/all.T
View file @
59dc0c9d
...
...
@@ -212,6 +212,7 @@ test('tc199', expect_fail_if_compiler_type('ghc'), compile, [''])
test
('
tc200
',
normal
,
compile
,
[''])
test
('
tc201
',
normal
,
compile
,
[''])
test
('
tc202
',
normal
,
compile
,
[''])
test
('
tc203
',
normal
,
compile
,
[''])
# Omitting temporarily
# test('syn-perf', normal, compile, ['-fcontext-stack=30'])
...
...
testsuite/tests/ghc-regress/typecheck/should_compile/tc203.hs
0 → 100644
View file @
59dc0c9d
{-# OPTIONS -fglasgow-exts #-}
-- Check that we can have a forall after a forall
module
Foo4
where
type
AnyE
a
=
forall
err
.
Either
err
a
foo
::
Monad
m
=>
AnyE
(
m
t
)
foo
=
undefined
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