hierarchy-builder
hierarchy-builder copied to clipboard
issues affecting order.v
- [ ]
HB.instance Definition _ : m (T^d) := ...looks up canonical structures onT^dusing coq's unification which finds also instances forT. 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 thanapp[global (const P),s|args](#386) CC @CohenCyril @pi8027
I added pointers to issues dedicated to some items.