Binary: Put -> Builder

Ross Paterson ross at soi.city.ac.uk
Thu Feb 12 09:40:27 EST 2009


Here's a concrete suggestion: have Data.Binary.Put export the existing
function

  tell :: Builder -> Put

and also

  execPut :: PutM a -> Builder
  execPut = sndS . unPut


More information about the Libraries mailing list