Skip to content

Commit 4192820

Browse files
authored
Add stepVerification to JSON output
1 parent 16808bc commit 4192820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

REPL/JSON.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ instance : ToJson ProofStepResponse where
162162
Json.nonemptyList "messages" r.messages,
163163
Json.nonemptyList "sorries" r.sorries,
164164
Json.nonemptyList "traces" r.traces,
165-
[("proofStatus", r.proofStatus)]
165+
[("proofStatus", r.proofStatus)],
166+
[("stepVerification", r.stepVerification)]
166167
]
167168

168169
/-- Json wrapper for an error. -/

0 commit comments

Comments
 (0)