[GHC] #13249: Default signature check can be quite onerous
GHC
ghc-devs at haskell.org
Fri Feb 10 04:48:14 UTC 2017
#13249: Default signature check can be quite onerous
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone: 8.2.1
Component: Compiler (Type | Version: 8.1
checker) |
Resolution: invalid | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: GHC rejects | Unknown/Multiple
valid program | Test Case:
Blocked By: | Blocking:
Related Tickets: #12918 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Iceland_jack):
What about
{{{#!hs
default remaining :: (MonadTrans t, Monad m) => t m (Remaining m)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13249#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list