-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
pg: asyncRelated to (unmaintained) async PG with asynchronous Coq proofsRelated to (unmaintained) async PG with asynchronous Coq proofs
Description
@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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pg: asyncRelated to (unmaintained) async PG with asynchronous Coq proofsRelated to (unmaintained) async PG with asynchronous Coq proofs