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,332
Issues
4,332
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
3fdabe9873e311571f614d455d1b16bc3f4fdc0f
3fdabe9873e311571f614d455d1b16bc3f4fdc0f
Switch branch/tag
ghc
testsuite
tests
deSugar
should_compile
T13257.hs
Find file
Normal view
History
Permalink
T13257.hs
82 Bytes
Edit
Web IDE
Newer
Older
Changed OverLit warnings to work with negative literals (#13257)
ruperthorlick
committed
Mar 06, 2017
1
2
3
4
5
6
module
T13257
where
import
Data.Int
int8
=
-
128
::
Int8
word
=
-
1
::
Word