aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/csymtable.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/csymtable.mli')
-rw-r--r--kernel/csymtable.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/csymtable.mli b/kernel/csymtable.mli
index 5fafbac49..4c56fc947 100644
--- a/kernel/csymtable.mli
+++ b/kernel/csymtable.mli
@@ -4,5 +4,5 @@ open Environ
val val_of_constr : env -> constr -> values
-val set_opaque_const : kernel_name -> unit
-val set_transparent_const : kernel_name -> unit
+val set_opaque_const : constant -> unit
+val set_transparent_const : constant -> unit