Standalone Deriving, GND and roles in 7.8.1-rc2

Sergei Trofimovich slyich at gmail.com
Wed Mar 5 20:28:55 UTC 2014


Hello!

Trying to build random packages with fresh ghc-7.8.1-rc2
I've come up with a strange bit:

https://github.com/trofi/Idris-dev/commit/9f93122ba1aa075c2fa1555fea68a6c403697e04

Is it an intended behaviour that
    deriving instance Parsing IdrisInnerParser
capable of doing more, than
    newtype IdrisInnerParser a = IdrisInnerParser { runInnerParser :: Parser a } deriving (Parsing)
?

Thanks!

-- 

  Sergei
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140305/2726307f/attachment.sig>


More information about the ghc-devs mailing list