Skip to content

Proof state not refreshed after Admitted #103

@tchajed

Description

@tchajed

In the following example,

Goal True.
Admitted.

If you process the sentences one at a time, the proof state remains at 1 subgoal of True. It seems Admitted is being treated the same as Qed, which is to do nothing. This isn't quite correct, though - for Admitted clearly the proof state has changed, and in a nested proof the *goals* window should be updated to show the outer proof again even for a Qed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions