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
5e4fb4ff
Commit
5e4fb4ff
authored
Oct 27, 2008
by
simonpj
Browse files
Test Trac
#2713
parent
259e6689
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/T2713.hs
0 → 100644
View file @
5e4fb4ff
{-# LANGUAGE TemplateHaskell #-}
module
Fixity
where
class
MyClass
a
where
(
.*.
)
::
a
->
a
->
a
$
(
[
d
|
x = undefined
|]
)
infixr
3
.*.
testsuite/tests/ghc-regress/th/T2713.stderr
0 → 100644
View file @
5e4fb4ff
T2713.hs:9:9:
The fixity signature for `.*.' lacks an accompanying binding
(The fixity signature must be given where `.*.' is declared)
testsuite/tests/ghc-regress/th/all.T
View file @
5e4fb4ff
...
...
@@ -116,6 +116,7 @@ test('TH_ghci1', normal, ghci_script, ['TH_ghci1.script'])
test
('
TH_scope
',
normal
,
compile
,
[''])
test
('
T2632
',
normal
,
compile
,
[''])
test
('
T2700
',
normal
,
compile
,
['
-v0
'])
test
('
T2713
',
normal
,
compile_fail
,
['
-v0
'])
test
('
T2386
',
extra_clean
(['
T2386_Lib.hi
',
'
T2386_Lib.o
']),
run_command
,
...
...
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