...but found it would be non-trivial to implement equal or pp for the OpamTypes.command type. This would only be necessary to update the Package_summary.equal and Package_summary.pp functions, but I found that they aren't called anywhere in this project.
Signed-off-by: Stephen Sherratt stephen@sherra.tt
In https://github.com/tarides/opam-monorepo/pull/355 I wanted to add a new field to
Package_summary.t
:...but found it would be non-trivial to implement
equal
orpp
for theOpamTypes.command
type. This would only be necessary to update thePackage_summary.equal
andPackage_summary.pp
functions, but I found that they aren't called anywhere in this project.