leanprover-community / lean4game

Server to host lean games.
https://adam.math.hhu.de
GNU General Public License v3.0
202 stars 35 forks source link

Make end of subgoals more visible #64

Closed joneugster closed 1 year ago

joneugster commented 1 year ago

When there are multiple goals and a tactic proves the first, it silently jumps to the next one. This confuses beginners about what happened in their proof.

Make it more visible that the subgoal has been completed and one moves to the next one. The classical example is induction n the jump from the base case to the induction step.

joneugster commented 1 year ago

This has been implemented