Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/declare_translation.ml
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,9 @@ let command_reference ~opaque_access ?(continuation = default_continuation) ?(fu

let command_reference_recursive ~opaque_access ?(continuation = default_continuation) ?(fullname = false) arity gref =
let gref= Globnames.canonical_gr gref in
let label = Names.Label.of_id (Nametab.basename_of_global gref) in
(* Assumptions doesn't care about the universes *)
let c, _ = UnivGen.fresh_global_instance (Global.env()) gref in
let (direct, graph, _) = Assumptions.traverse opaque_access label c in
let (direct, graph, _) = Assumptions.traverse opaque_access gref c in
let inductive_of_constructor ref =
let open Globnames in
let ref= Globnames.canonical_gr ref in
Expand Down