Skip to content

Commit 8aff39b

Browse files
committed
Adapt to rocq-prover/rocq#17928 (Search uses search_restriction instead of bool)
1 parent 8b42915 commit 8aff39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdepend.mlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let filename = ref "graph.dpd"
2727
let get_dirlist_grefs dirlist =
2828
let selected_gref = ref [] in
2929
let select gref kind env constr =
30-
if Search.module_filter (dirlist, false) gref kind env (Evd.from_env env) constr then
30+
if Search.module_filter (SearchInside dirlist) gref kind env (Evd.from_env env) constr then
3131
(debug (str "Select " ++ Printer.pr_global gref);
3232
selected_gref := gref::!selected_gref)
3333
in

0 commit comments

Comments
 (0)