chore: missing space
This commit is contained in:
parent
35000ff4cd
commit
8b5d75a2dd
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ mctx ← getMCtx;
|
|||
opts ← getOptions;
|
||||
pure $ ppGoal env mctx opts mvarId
|
||||
|
||||
@[inline] protected def orelse{α} (x y : MetaM α) : MetaM α := do
|
||||
@[inline] protected def orelse {α} (x y : MetaM α) : MetaM α := do
|
||||
s ← get; catch x (fun _ => do restore s.env s.mctx s.postponed; y)
|
||||
|
||||
instance Meta.hasOrelse {α} : HasOrelse (MetaM α) := ⟨Meta.orelse⟩
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue