We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb405b5 commit fa661f3Copy full SHA for fa661f3
src/Lean/Meta/Basic.lean
@@ -984,8 +984,7 @@ def _root_.Lean.MVarId.setUserName (mvarId : MVarId) (newUserName : Name) : Meta
984
/--
985
Throw an exception saying `fvarId` is not declared in the current local context.
986
-/
987
-def _root_.Lean.FVarId.throwUnknown (fvarId : FVarId) : CoreM α := do
988
- unreachable!
+def _root_.Lean.FVarId.throwUnknown (fvarId : FVarId) : CoreM α :=
989
throwError "unknown free variable `{mkFVar fvarId}`"
990
991
0 commit comments