aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorHugo Herbelin2019-12-23 22:57:20 +0100
committerHugo Herbelin2019-12-23 22:57:20 +0100
commit028d64fb5c461e32752b0f8a92d4e2eca2a26d0d (patch)
tree8380a901d2c066536f38552f67ffa76f0e3364b3 /interp/notation.mli
parent3b9763487f96d308f6339c7eb4fc834b069f6e40 (diff)
parentcc3ded87f0f440eac2746d59b7aeba60ca9f691f (diff)
Merge PR #11293: Rename files with Class in their name to make their role clearer.
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 864e500d56..ea5125f7ec 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -271,7 +271,7 @@ val compute_type_scope : Evd.evar_map -> EConstr.types -> scope_name option
(** Get the current scope bound to Sortclass, if it exists *)
val current_type_scope_name : unit -> scope_name option
-val scope_class_of_class : Classops.cl_typ -> scope_class
+val scope_class_of_class : Coercionops.cl_typ -> scope_class
(** Building notation key *)