haskell / deepseq

Deep evaluation of data structures
http://hackage.haskell.org/package/deepseq
Other
40 stars 29 forks source link

NFData for Proxy is not poly-kinded #14

Closed int-index closed 8 years ago

int-index commented 8 years ago

rnf (Proxy :: Proxy 0) fails with this error:

    No instance for (deepseq-1.4.1.1:Control.DeepSeq.NFData (Proxy 0))
      arising from a use of ‘nf’
hvr commented 8 years ago

See #9

int-index commented 8 years ago

Great, thanks, I didn't notice that it's fixed in master.