Skip to content

Commit 7818596

Browse files
authored
Merge pull request #718 from SkySkimmer/jump-to-def
Adapt to coq/coq#19584 (record raw ast has loc on idbuild)
2 parents 11a121e + f7d0086 commit 7818596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coq_elpi_arg_HOAS.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ let of_coq_record_definition id =
307307
name;
308308
parameters = binders;
309309
sort;
310-
constructor = Some idbuild;
310+
constructor = Some idbuild.v;
311311
fields = cfs;
312312
univpoly = univpoly_of ~poly ~cumulative
313313
}

0 commit comments

Comments
 (0)