The library was crucially missing some Params declarations, resulting in simple rewrites that could take seconds to perform.
This is worsened by the upcoming PR coq/coq#13969 which (correctly) infers more sensible default morphism declarations for parts of the goals that are not affected by a rewrite, resulting in even longer proof search. This should be backwards compatible and also a net improvement in performance.
The library was crucially missing some
Params
declarations, resulting in simple rewrites that could take seconds to perform. This is worsened by the upcoming PR coq/coq#13969 which (correctly) infers more sensible default morphism declarations for parts of the goals that are not affected by a rewrite, resulting in even longer proof search. This should be backwards compatible and also a net improvement in performance.