Skip to content

Commit

Permalink
Adapt to coq/coq#16434 (Assumptions.traverse type change)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Aug 30, 2022
1 parent ca996bb commit 4f07df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/declare_translation.ml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ let command_reference_recursive ?(continuation = default_continuation) ?(fullnam
if Names.GlobRef.Set_env.mem ref_ind visited
|| Relations.is_referenced arity ref_ind then visacc else
let nexts = Names.GlobRef.Map_env.find ref graph in
let nexts = Option.default Names.GlobRef.Set_env.empty nexts in
let visited = Names.GlobRef.Set_env.add ref_ind visited in
let visited, acc = fold_sort graph visited nexts f acc in
let acc = f ref_ind acc in
Expand Down

0 comments on commit 4f07df8

Please sign in to comment.