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 8b42915 commit 8aff39bCopy full SHA for 8aff39b
graphdepend.mlg
@@ -27,7 +27,7 @@ let filename = ref "graph.dpd"
27
let get_dirlist_grefs dirlist =
28
let selected_gref = ref [] in
29
let select gref kind env constr =
30
- if Search.module_filter (dirlist, false) gref kind env (Evd.from_env env) constr then
+ if Search.module_filter (SearchInside dirlist) gref kind env (Evd.from_env env) constr then
31
(debug (str "Select " ++ Printer.pr_global gref);
32
selected_gref := gref::!selected_gref)
33
in
0 commit comments