We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e961884 commit 8a89d80Copy full SHA for 8a89d80
HB/common/utils.elpi
@@ -379,7 +379,7 @@ failsafe-structure-inference T T1 :-
379
is-structure-op-w-wrapper Subject NP Class,
380
coq.safe-dest-app Subject OP ArgsOp,
381
std.nth NP ArgsOp S,
382
- (var S ; name S),
+ (var S ; name S), % TODO: should be the subject of the structure, not a random name
383
!,
384
eta-structure-record NP Class ArgsOp ArgsOp1,
385
coq.mk-app OP ArgsOp1 Subject1,
0 commit comments