typo in Data.Binary documentation

Chad Scherrer chad.scherrer at gmail.com
Mon Jan 7 18:10:40 EST 2008


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

-Chad



More information about the Libraries mailing list