chore: add line break between goals
This commit is contained in:
parent
e4fca53deb
commit
fed91dcbfa
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ withMVarContext mvarId $ fun ctx s =>
|
|||
| EStateM.Result.ok a newS => EStateM.Result.ok a newS.toTermState
|
||||
|
||||
def reportUnsolvedGoals (ref : Syntax) (goals : List MVarId) : TermElabM Unit :=
|
||||
throwError ref $ "unsolved goals" ++ Format.line ++ MessageData.joinSep (goals.map $ MessageData.ofGoal) Format.line
|
||||
throwError ref $ "unsolved goals" ++ Format.line ++ MessageData.joinSep (goals.map $ MessageData.ofGoal) (Format.line ++ Format.line)
|
||||
|
||||
def ensureAssignmentHasNoMVars (ref : Syntax) (mvarId : MVarId) : TermElabM Unit := do
|
||||
val ← instantiateMVars ref (mkMVar mvarId);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue