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.
2 parents 879fbcd + d7a8542 commit a657082Copy full SHA for a657082
searchdepend.mlg
@@ -67,7 +67,7 @@ let collect_dependance gref =
67
| ConstRef cst ->
68
let cb = Environ.lookup_constant cst (Global.env()) in
69
let cl = match Global.body_of_constant_body Library.indirect_accessor cb with
70
- Some (e,_) -> [e]
+ Some (e,_,_) -> [e]
71
| None -> [] in
72
let cl = cb.Declarations.const_type :: cl in
73
List.fold_right collect_long_names cl Data.empty
0 commit comments