
#12959: GHC doesn't warn about missing implementations for class methods beginning
with an underscore
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by RyanGlScott):
* cc: simonpj (added)
Comment:
At the very least, I've found the commit (
http://git.haskell.org/ghc.git/commit/96f33e63fe913298becbef33bf95daee98fbe4...
) all the way back from 2001 which introduced this quirk:
{{{
From 96f33e63fe913298becbef33bf95daee98fbe44d Mon Sep 17 00:00:00 2001
From: unknown