hierarchy-builder icon indicating copy to clipboard operation
hierarchy-builder copied to clipboard

issues affecting order.v

Open gares opened this issue 1 year ago • 2 comments

  • [ ] HB.instance Definition _ : m (T^d) := ... looks up canonical structures on T^d using coq's unification which finds also instances for T. This should be blocked via a flag. Default value unclear. (#257)
  • [x] HB.sature (_ ^d) to focus saturation on the given subject (fixed in #414 )
  • [ ] exported op from a mixing tagged with #[primitive] lack proper refolding, since the projection is (in elpi) app[primitive (proj P N),s|args] rather than app[global (const P),s|args] (#386) CC @CohenCyril @pi8027

gares avatar Feb 06 '24 15:02 gares

I added pointers to issues dedicated to some items.

pi8027 avatar Feb 06 '24 16:02 pi8027