aboutsummaryrefslogtreecommitdiff
path: root/vernac/class.mli
diff options
context:
space:
mode:
authorHugo Herbelin2018-10-15 13:21:33 +0200
committerHugo Herbelin2018-10-15 13:21:33 +0200
commitecf999c8f8a677508d2856c3c8a7cacfa5da3839 (patch)
tree56afb575cdc11708a48f82e033ba1ed2ceb31861 /vernac/class.mli
parent13ddbed6afa8a1917e3906c8b92f5bf56d3f2377 (diff)
parentc8883873426c92778a1cac02da17e3d123beb394 (diff)
Merge PR #8704: [vernac] Remove unused abstraction from declaration_hook type.
Diffstat (limited to 'vernac/class.mli')
-rw-r--r--vernac/class.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/vernac/class.mli b/vernac/class.mli
index f7e837f3bb..80d6d4383c 100644
--- a/vernac/class.mli
+++ b/vernac/class.mli
@@ -42,8 +42,8 @@ val try_add_new_coercion_with_source : GlobRef.t -> local:bool ->
val try_add_new_identity_coercion : Id.t -> local:bool ->
Decl_kinds.polymorphic -> source:cl_typ -> target:cl_typ -> unit
-val add_coercion_hook : Decl_kinds.polymorphic -> unit Lemmas.declaration_hook
+val add_coercion_hook : Decl_kinds.polymorphic -> Lemmas.declaration_hook
-val add_subclass_hook : Decl_kinds.polymorphic -> unit Lemmas.declaration_hook
+val add_subclass_hook : Decl_kinds.polymorphic -> Lemmas.declaration_hook
val class_of_global : GlobRef.t -> cl_typ