ezyang / compact

Compact regions library for Haskell
BSD 3-Clause "New" or "Revised" License
82 stars 7 forks source link

Add magic number to serialization ensure #1

Closed bgamari closed 7 years ago

bgamari commented 7 years ago

Given just how hairy all of this serialization business is, let's include a magic number to ensure that we don't try to load something that isn't a valid compact.

Signed-off-by: Ben Gamari ben@smart-cactus.org