aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_type.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_type.mli')
-rw-r--r--proofs/proof_type.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli
index 9c4bf5c47..6f86fbe3a 100644
--- a/proofs/proof_type.mli
+++ b/proofs/proof_type.mli
@@ -12,6 +12,7 @@
open Environ
open Evd
open Names
+open Libnames
open Term
open Util
open Tacexpr
@@ -127,4 +128,4 @@ type closed_generic_argument =
type 'a closed_abstract_argument_type =
('a,constr,raw_tactic_expr) abstract_argument_type
-type declaration_hook = Nametab.strength -> Nametab.global_reference -> unit
+type declaration_hook = Libnames.strength -> global_reference -> unit