Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
91667cc9
Commit
91667cc9
authored
Jun 12, 2012
by
Ian Lynagh
Browse files
Remove an unused Show instance
parent
b2ec66c3
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/basicTypes/Demand.lhs
View file @
91667cc9
...
...
@@ -305,9 +305,6 @@ newtype StrictSig = StrictSig DmdType
instance Outputable StrictSig where
ppr (StrictSig ty) = ppr ty
instance Show StrictSig where
show (StrictSig ty) = showSDoc (ppr ty)
mkStrictSig :: DmdType -> StrictSig
mkStrictSig dmd_ty = StrictSig dmd_ty
...
...
Write
Preview
Supports
Markdown
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