aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.ml
diff options
context:
space:
mode:
authorherbelin2000-11-10 17:12:14 +0000
committerherbelin2000-11-10 17:12:14 +0000
commit384bfc99d2e19d14176261b60665766aad803c54 (patch)
tree15397f5d80f7b2887f87e52f5dd5592c6e8b1865 /kernel/term.ml
parent284c71cdacffc36e12b491cb6ddec6c02f5b9d95 (diff)
Code mort
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@842 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.ml')
-rw-r--r--kernel/term.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/kernel/term.ml b/kernel/term.ml
index 13fbb5de72..d331df98bb 100644
--- a/kernel/term.ml
+++ b/kernel/term.ml
@@ -748,21 +748,11 @@ let compare_constr f c1 c2 =
(* Type of assumptions *)
(***************************************************************************)
-(*
-type 'a judge = { body : constr; typ : 'a }
-type types = sorts judge
-
-let type_app f tt = { body = f tt.body; typ = tt.typ }
-
-let body_of_type ty = ty.body
-*)
-
type types = constr
let type_app f tt = f tt
let body_of_type ty = ty
-(**)
type named_declaration = identifier * constr option * types
type rel_declaration = name * constr option * types