Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Canonicalizer: run
getFunInfo
on expression, not key (lea…
…nprover#3875) The Canonicalizer creates a “key” expression eliding certain information (implicit parameters, levels), and `getFunInfo` can be confused by these terms (in particular, wrong number of level parameters). By running `getFunInfo` on the original expression we avoid this, and can just put `[]` as the level list in the key.
- Loading branch information