msgpack / msgpack-haskell

Haskell implementation of MessagePack / msgpack.org[Haskell]
http://hackage.haskell.org/package/msgpack
138 stars 80 forks source link

Remove TVoid #28

Closed unnonouno closed 12 years ago

unnonouno commented 12 years ago

I removed TVoid and replaced Type to Maybe Type. In many programming languages we can not use void type in arguments of functions.

tanakh commented 12 years ago

It seems ok to me. Thank you for patch.