aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun_common.ml
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-12-30 17:45:17 +0000
committerGitHub2020-12-30 17:45:17 +0000
commitd6331216fd8f5e655ab525677ef1e1af634327b5 (patch)
tree383aaaf1243605e401703dada18ef5425403967b /plugins/funind/indfun_common.ml
parentd338a65ce7c4619ecc238c091a409175f5330d8f (diff)
parent1be5dccd25d36393a39b5ec28784f4b52c643080 (diff)
Merge PR #13321: Move evaluable_global_reference from Names to Tacred.
Reviewed-by: herbelin Ack-by: ejgallego
Diffstat (limited to 'plugins/funind/indfun_common.ml')
-rw-r--r--plugins/funind/indfun_common.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/funind/indfun_common.ml b/plugins/funind/indfun_common.ml
index 6464556e4e..266345a324 100644
--- a/plugins/funind/indfun_common.ml
+++ b/plugins/funind/indfun_common.ml
@@ -418,6 +418,7 @@ let make_eq () =
with _ -> assert false
let evaluable_of_global_reference r =
+ let open Tacred in
(* Tacred.evaluable_of_global_reference (Global.env ()) *)
match r with
| GlobRef.ConstRef sp -> EvalConstRef sp