From f1874a538ef7e5886b72c2ec2ce21b23d05aa8d7 Mon Sep 17 00:00:00 2001 From: filliatr Date: Mon, 30 Aug 1999 13:17:26 +0000 Subject: ajout des inductifs (sans types singletons pour l'instant) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@32 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kernel/term.mli') diff --git a/kernel/term.mli b/kernel/term.mli index 0af1cf6133..0fc2a5e8f0 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -56,6 +56,8 @@ type 'a judge = { body : constr; typ : 'a } type typed_type = sorts judge type typed_term = typed_type judge +val make_typed : constr -> sorts -> typed_type + val typed_app : (constr -> constr) -> typed_type -> typed_type val body_of_type : typed_type -> constr -- cgit v1.2.3