serde-ml / serde

Serialization framework for OCaml
MIT License
174 stars 11 forks source link

fix: do not leak let bind and force Stdlib usage #33

Closed tjdevries closed 4 months ago

tjdevries commented 4 months ago

Previously, whenever you use serde derive, you leak let* binding. Also, if you have something that shadows Option or Result open at the time of using it, you can get an error.