Fix Trac #5126: generate correct usage info in TH declaration quotes
authorSimon Peyton Jones <simonpj@microsoft.com>
Wed, 20 Apr 2011 16:15:38 +0000 (17:15 +0100)
committerSimon Peyton Jones <simonpj@microsoft.com>
Wed, 20 Apr 2011 16:15:38 +0000 (17:15 +0100)
In RnBinds.rnValBindsRHS I had
      (sig_dus `plusDU` bind_dus)
when it should be
      (bind_dus `plusDU` sig_dus)

So the fix is easy.


No differences found