aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/term.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-25 00:26:56 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-25 00:26:56 +0000
commitbba4a5f3d6a2a9ae1f95e92ed5a48935a052c418 (patch)
treedb795393caf0be0f42737bdfe31d130da4342231 /kernel/term.mli
parent914d19f19cd73d1794c0160bd6e7358c13eba630 (diff)
Comments in mli
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16352 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
-rw-r--r--kernel/term.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index d180969a5..c5f23ae9c 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -377,7 +377,9 @@ val empty_rel_context : rel_context
val add_rel_decl : rel_declaration -> rel_context -> rel_context
val lookup_rel : int -> rel_context -> rel_declaration
+(** Size of the [rel_context] including LetIns *)
val rel_context_length : rel_context -> int
+(** Size of the [rel_context] without LetIns *)
val rel_context_nhyps : rel_context -> int
(** Constructs either [(x:t)c] or [[x=b:t]c] *)