chore: remove workaround
This commit is contained in:
parent
89298b165d
commit
5981553e11
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue