Skip to content

Commit 3439f6c

Browse files
committed
note
1 parent d87a834 commit 3439f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HB/common/utils.elpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ failsafe-structure-inference T T1 :-
379379
is-structure-op-w-wrapper Subject NP Class,
380380
coq.safe-dest-app Subject OP ArgsOp,
381381
std.nth NP ArgsOp S,
382-
(var S ; name S),
382+
(var S ; name S), % TODO: should be the subject of the structure, not a random name
383383
!,
384384
eta-structure-record NP Class ArgsOp ArgsOp1,
385385
coq.mk-app OP ArgsOp1 Subject1,

0 commit comments

Comments
 (0)