From 55a85358c4ecd29b415a542d2606854a63cc10a3 Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 19 May 2011 17:08:53 +0000 Subject: Extraction: avoid lots of late mind_of_kn git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14142 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/extraction/miniml.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/extraction/miniml.mli') diff --git a/plugins/extraction/miniml.mli b/plugins/extraction/miniml.mli index 85cd4a42b..87ddcc7b4 100644 --- a/plugins/extraction/miniml.mli +++ b/plugins/extraction/miniml.mli @@ -137,13 +137,13 @@ and ml_ast = (*s ML declarations. *) type ml_decl = - | Dind of kernel_name * ml_ind + | Dind of mutual_inductive * ml_ind | Dtype of global_reference * identifier list * ml_type | Dterm of global_reference * ml_ast * ml_type | Dfix of global_reference array * ml_ast array * ml_type array type ml_spec = - | Sind of kernel_name * ml_ind + | Sind of mutual_inductive * ml_ind | Stype of global_reference * identifier list * ml_type option | Sval of global_reference * ml_type -- cgit v1.2.3