
29 Jan
2007
29 Jan
'07
6:40 p.m.
tomasz.zielonka:
On Tue, Jan 30, 2007 at 09:52:01AM +1100, Donald Bruce Stewart wrote:
For the syntax, and So that people can directly port their code from NewBinary. (The instances are basically unchanged).
newtype PutM a = Put { unPut :: (a, Builder) } type Put = PutM ()
It is always ().
BTW, the PutM type constructor is not exported, but I think it may be useful in some uses on the library.
Done. its in darcs now. -- Don