Closed stschaef closed 1 year ago
Because it uses reflection, the solver definitely does not respect definitional equality. It tries to parse the goal without normalizing calls to Category._*_
and Category.id
. No idea what's going on in this particular case tho
Ah, that makes sense
Closing this non-bug then
Unsure if this is a bug or if I'm just using the cat solver in a sketchy spot
Trying to show equivalence of the different notions of cones. The following does not work, and gives a levels issue at the
×F
term. However, if you uncomment the additionalrefl
it goes through.My initial thought is that
solveCat! C
should behave the same on definitionally equal terms, but maybe there is some reflection weirdness going on here