Skip to content

Goal which is both shelved and displayed #968

@ckeller

Description

@ckeller

Hi
I observe the following behavior:

From elpi Require Import elpi.

Elpi Tactic dummy.
Elpi Accumulate lp:{{ solve _ _. }}.

Goal O = O /\ O = O.
  split.
  elpi dummy.    (* Here the proof state shows 2 focused goals and 1 shelved goal *)
  Unshelve.      (* Here the proof state shows the same 2 focused goals
                    and the shelved goal has been removed *)
Abort.

Thanks!

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