Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,335
Issues
4,335
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
370
Merge Requests
370
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3e3f7c21
Commit
3e3f7c21
authored
Dec 05, 2016
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Trac #12925
parent
e9123102
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
testsuite/tests/typecheck/should_compile/T12925.hs
testsuite/tests/typecheck/should_compile/T12925.hs
+12
-0
testsuite/tests/typecheck/should_compile/all.T
testsuite/tests/typecheck/should_compile/all.T
+1
-1
No files found.
testsuite/tests/typecheck/should_compile/T12925.hs
0 → 100644
View file @
3e3f7c21
module
Bug
where
data
Foo
a
x
=
Foo
x
refoo
::
Foo
a
x
->
Foo
b
x
{-# NOINLINE refoo #-}
refoo
(
Foo
x
)
=
Foo
x
{-# RULES
"refoo/refoo" forall s.
refoo (refoo s) = s #-}
testsuite/tests/typecheck/should_compile/all.T
View file @
3e3f7c21
...
...
@@ -555,4 +555,4 @@ test('T12734', normal, compile, [''])
test
('
T12734a
',
normal
,
compile_fail
,
[''])
test
('
T12763
',
normal
,
compile
,
[''])
test
('
T12797
',
normal
,
compile
,
[''])
test
('
T12925
',
normal
,
compile
,
[''])
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