This issue exposed two bugs at `Structural.lean` 1- `getFixedPrefix` was using structural equality to detected fixed arguments. We should use definitional equality. 2- The `replaceFVars` was broken. We should use `instantiateForall` instead.