fix: add missing import (#11441)

This PR fixes an issue that prevented the manual from building due to
the missing explanation of an error.
This commit is contained in:
David Thrane Christiansen 2025-12-01 12:02:03 +01:00 committed by GitHub
parent af5b47295f
commit 677561522d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ module
prelude
public import Lean.ErrorExplanations.CtorResultingTypeMismatch
public import Lean.ErrorExplanations.DependsOnNoncomputable
public import Lean.ErrorExplanations.InductionWithNoAlts
public import Lean.ErrorExplanations.InductiveParamMismatch
public import Lean.ErrorExplanations.InductiveParamMissing
public import Lean.ErrorExplanations.InferBinderTypeFailed