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:
parent
af5b47295f
commit
677561522d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue