From 53ced0735f7e24735d78a02fc74588b8d9186eab Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Fri, 17 Jun 2016 18:25:02 +0200 Subject: Moving the typing_flags to the environment. --- kernel/inductive.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/inductive.mli') diff --git a/kernel/inductive.mli b/kernel/inductive.mli index 25a557472..521ee3c7b 100644 --- a/kernel/inductive.mli +++ b/kernel/inductive.mli @@ -97,8 +97,8 @@ val check_case_info : env -> pinductive -> case_info -> unit (** When [chk] is false, the guard condition is not actually checked. *) -val check_fix : env -> flags:typing_flags -> fixpoint -> unit -val check_cofix : env -> flags:typing_flags -> cofixpoint -> unit +val check_fix : env -> fixpoint -> unit +val check_cofix : env -> cofixpoint -> unit (** {6 Support for sort-polymorphic inductive types } *) -- cgit v1.2.3