chore: remove workaround

This commit is contained in:
Leonardo de Moura 2020-11-27 13:15:31 -08:00
parent 89298b165d
commit 5981553e11

View file

@ -141,7 +141,7 @@ instance : AddMessageContext MetaM := {
pure (a, sCore, s)
instance [MetaEval α] : MetaEval (MetaM α) :=
⟨fun env opts x _ => MetaEval.eval env opts (x.run' : CoreM _) true⟩ -- TODO: check why we need type ascription here
⟨fun env opts x _ => MetaEval.eval env opts x.run' true⟩
protected def throwIsDefEqStuck {α} : MetaM α :=
throw $ Exception.internal isDefEqStuckExceptionId