Skip to content

Commit a657082

Browse files
authored
Merge pull request #65 from ppedrot/delay-poly-opaque
Fix w.r.t. rocq-prover/rocq#10362.
2 parents 879fbcd + d7a8542 commit a657082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searchdepend.mlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let collect_dependance gref =
6767
| ConstRef cst ->
6868
let cb = Environ.lookup_constant cst (Global.env()) in
6969
let cl = match Global.body_of_constant_body Library.indirect_accessor cb with
70-
Some (e,_) -> [e]
70+
Some (e,_,_) -> [e]
7171
| None -> [] in
7272
let cl = cb.Declarations.const_type :: cl in
7373
List.fold_right collect_long_names cl Data.empty

0 commit comments

Comments
 (0)