wrengr / bytestring-trie

An efficient finite map from (byte)strings to values.
BSD 3-Clause "New" or "Revised" License
19 stars 24 forks source link

`Binary.get` can break invariants #21

Open wrengr opened 3 years ago

wrengr commented 3 years ago

The current implementation for Binary.get allows constructing tries that violate our invariants!