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
aa54a465
Commit
aa54a465
authored
Nov 26, 2008
by
simonpj
Browse files
Test Trac
#2766
parent
9eef6f3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/T2766.script
0 → 100644
View file @
aa54a465
-- Test Trac #2766
:set -XTypeOperators
:m Control.Arrow
:t first :: Arrow (~>) => b~>c -> (b, d)~>(c, d)
testsuite/tests/ghc-regress/ghci/scripts/T2766.stdout
0 → 100644
View file @
aa54a465
first :: Arrow (~>) => b~>c -> (b, d)~>(c, d)
:: (Arrow (~>)) => (~>) b c -> (~>) (b, d) (c, d)
testsuite/tests/ghc-regress/ghci/scripts/all.T
View file @
aa54a465
...
...
@@ -49,6 +49,7 @@ test('ghci032', normal, ghci_script, ['ghci032.script'])
test
('
ghci033
',
normal
,
ghci_script
,
['
ghci033.script
'])
test
('
ghci034
',
normal
,
ghci_script
,
['
ghci034.script
'])
test
('
2452
',
normal
,
ghci_script
,
['
2452.script
'])
test
('
T2766
',
normal
,
ghci_script
,
['
T2766.script
'])
test
('
1914
',
extra_clean
(['
T1914A.hs
',
'
T1914B.hs
']),
...
...
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