You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the proof that the length of the hypothesis mask is equal to the length of the spatial context in the implementation of isplit (Tactics.lean) is required to be assigned to a separate variable first. If the proof is inlined at $h_length_eq, the error unknown free variable is shown.
This workaround should be removed as soon as lean4/#1415 is fixed.
Currently, the proof that the length of the hypothesis mask is equal to the length of the spatial context in the implementation of
isplit
(Tactics.lean) is required to be assigned to a separate variable first. If the proof is inlined at$h_length_eq
, the errorunknown free variable
is shown.This workaround should be removed as soon as lean4/#1415 is fixed.
The text was updated successfully, but these errors were encountered: