diff options
| author | pboutill | 2013-03-25 00:26:56 +0000 |
|---|---|---|
| committer | pboutill | 2013-03-25 00:26:56 +0000 |
| commit | bba4a5f3d6a2a9ae1f95e92ed5a48935a052c418 (patch) | |
| tree | db795393caf0be0f42737bdfe31d130da4342231 /pretyping/termops.mli | |
| parent | 914d19f19cd73d1794c0160bd6e7358c13eba630 (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 'pretyping/termops.mli')
| -rw-r--r-- | pretyping/termops.mli | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pretyping/termops.mli b/pretyping/termops.mli index 3e0f0e0eb9..97ac881839 100644 --- a/pretyping/termops.mli +++ b/pretyping/termops.mli @@ -45,7 +45,11 @@ val lookup_rel_id : Id.t -> rel_context -> int * constr option * types (** Associates the contents of an identifier in a [rel_context]. Raise [Not_found] if there is no such identifier. *) -(** builds argument lists matching a block of binders or a context *) +(** Functions that build argument lists matching a block of binders or a context. + [rel_vect n m] builds [|Rel (n+m);...;Rel(n+1)|] + [extended_rel_vect n ctx] extends the [ctx] context of length [m] + with [n] elements. +*) val rel_vect : int -> int -> constr array val rel_list : int -> int -> constr list val extended_rel_list : int -> rel_context -> constr list |
