mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-19 02:59:21 -05:00
c9d176cb28
We used to serialize types in two different ways, depending on whether the type was used as a tag or as a value. Now we serialize it the same way. Also, remove makeCompoundType completely. And remove some dead code.