ocaml-semver / ocaml-api-watch

Libraries and tools to keep watch on you OCaml lib's API changes
ISC License
21 stars 15 forks source link

Refactor value and type diffs #100

Closed NchamJosephMuam closed 1 month ago

NchamJosephMuam commented 1 month ago

closes #99

This PR refactors the functions that process value diffs and type diffs. I was able to write it after a short lesson from @panglesd about GADTS. Will appreciate any feedback. @NathanReb @panglesd

NchamJosephMuam commented 1 month ago

Please add the no changelog label