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
37a28207
Commit
37a28207
authored
May 14, 2012
by
pcapriotti
Browse files
Add test for
#6091
.
parent
d93dc415
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghci/scripts/T6091.hs
0 → 100644
View file @
37a28207
module
T6091
where
infixr
4
`
foo
`
foo
::
Int
->
Int
->
Int
foo
x
y
=
x
*
y
testsuite/tests/ghci/scripts/T6091.script
0 → 100644
View file @
37a28207
:l T6091.hs
:info foo
testsuite/tests/ghci/scripts/T6091.stdout
0 → 100644
View file @
37a28207
foo :: Int -> Int -> Int -- Defined at T6091.hs:5:1
infixr 4 `foo`
testsuite/tests/ghci/scripts/all.T
View file @
37a28207
...
...
@@ -126,3 +126,4 @@ test('T5975b',
test
('
T6027ghci
',
normal
,
ghci_script
,
['
T6027ghci.script
'])
test
('
T6007
',
normal
,
ghci_script
,
['
T6007.script
'])
test
('
T6091
',
normal
,
ghci_script
,
['
T6091.script
'])
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