orbitz / ocaml-protobuf

Protobuf implementation in Ocaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Varint.of_bitstring claims to return `Overflow but never does

agarwal opened this issue · comments

As far as I can tell, Varint.of_bitstring will never return `Overflow, though its return type claims it could.