typo in Data.Binary documentation

Don Stewart dons at galois.com
Mon Jan 7 18:26:55 EST 2008


chad.scherrer:
> The latest Data.Binary documentation says instance of Binary should have
> 
> get . put == id
> 
> But this doesn't typecheck! I'm guessing it's probably supposed to say
> 
> decode . encode == id

Well spotted. Fixed in darcs.


More information about the Libraries mailing list