From 1bc1cba7a759a285131a3ed6ea8979716700b856 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 20 Sep 2016 17:13:27 +0200 Subject: Rename Decl_kinds.binding_kind into Decls_kind.implicit_status. The new name makes it more obvious what is meant here by "kind". We leave Decl_kinds.binding_kind as a deprecated alias for plugin compatibility. We also replace bool with implicit_status in a few places in the codebase. --- interp/constrexpr_ops.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interp/constrexpr_ops.mli') diff --git a/interp/constrexpr_ops.mli b/interp/constrexpr_ops.mli index a92da035f..bfe546ba5 100644 --- a/interp/constrexpr_ops.mli +++ b/interp/constrexpr_ops.mli @@ -26,8 +26,8 @@ val constr_expr_eq : constr_expr -> constr_expr -> bool val local_binder_eq : local_binder -> local_binder -> bool (** Equality on [local_binder]. Same properties as [constr_expr_eq]. *) -val binding_kind_eq : Decl_kinds.binding_kind -> Decl_kinds.binding_kind -> bool -(** Equality on [binding_kind] *) +val implicit_status_eq : Decl_kinds.implicit_status -> Decl_kinds.implicit_status -> bool +(** Equality on [implicit_status] *) val binder_kind_eq : binder_kind -> binder_kind -> bool (** Equality on [binder_kind] *) -- cgit v1.2.3