chore: missing ,
This commit is contained in:
parent
55074b2a17
commit
8d97b7c72e
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ def toMessageData : Exception → MessageData
|
|||
| notInstance i ctx => mkCtx ctx $ "not a type class instance " ++ i
|
||||
| appBuilder op msg args ctx => mkCtx ctx $ "application builder failure " ++ op ++ " " ++ args ++ " " ++ msg
|
||||
| synthInstance inst ctx => mkCtx ctx $ "failed to synthesize" ++ indentExpr inst
|
||||
| tactic tacName mvarId msg ctx => mkCtx ctx $ "tactic '" ++ tacName ++ "' failed " ++ msg ++ Format.line ++ MessageData.ofGoal mvarId
|
||||
| tactic tacName mvarId msg ctx => mkCtx ctx $ "tactic '" ++ tacName ++ "' failed, " ++ msg ++ Format.line ++ MessageData.ofGoal mvarId
|
||||
| bug _ _ => "internal bug" -- TODO improve
|
||||
| other s => s
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue