Skip to content

Using PG/xml, C-c C-p no longer shows the context for the current goal #233

@jwiegley

Description

@jwiegley

@psteckler I have a context and goal that looks like this:

1 subgoal

subgoal 1 (ID 37):
  C : Category
  objs : obj_idx → C
  arrmap : M.t (∃ x y : obj_idx, objs x ~{ C }~> objs y)
  dom, i, j : obj_idx
  from, to : ∃ hs : list arr_idx, ReifiedArrow objs arrmap i j hs
  cod : obj_idx
  x : list arr_idx
  p : ReifiedArrow objs arrmap dom cod x
 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
     ∃ ks : list arr_idx, ReifiedArrow objs arrmap dom cod ks

When I use C-c C-p now to refresh the display, or after hitting the electric terminator, all that I see in the *goals* buffer is:

 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
     ∃ ks : list arr_idx, ReifiedArrow objs arrmap dom cod ks

Metadata

Metadata

Assignees

No one assigned

    Labels

    pg: asyncRelated to (unmaintained) async PG with asynchronous Coq proofs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions