From 013bc34fd828a5eb4eacd721a8021b64abf8a822 Mon Sep 17 00:00:00 2001 From: glondu Date: Tue, 28 Sep 2010 15:31:59 +0000 Subject: Remove kind_of_type, kind_of_term2 (dead code) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13467 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.mli | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'kernel/term.mli') diff --git a/kernel/term.mli b/kernel/term.mli index 10f51b7acb..4b9b5fdcce 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -215,17 +215,6 @@ type ('constr, 'types) kind_of_term = term *) val kind_of_term : constr -> (constr, types) kind_of_term -val kind_of_term2 : constr -> ((constr,types) kind_of_term,constr) kind_of_term - -(** Experimental *) -type ('constr, 'types) kind_of_type = - | SortType of sorts - | CastType of 'types * 'types - | ProdType of name * 'types * 'types - | LetInType of name * 'constr * 'types * 'types - | AtomicType of 'constr * 'constr array - -val kind_of_type : types -> (constr, types) kind_of_type (** {6 Simple term case analysis. } *) -- cgit v1.2.3