aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_type.ml')
-rw-r--r--proofs/proof_type.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index 756370b80..3d599cc48 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -12,6 +12,7 @@
open Environ
open Evd
open Names
+open Libnames
open Term
open Util
open Tacexpr
@@ -99,4 +100,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