diff options
| author | herbelin | 2000-09-10 21:22:57 +0000 |
|---|---|---|
| committer | herbelin | 2000-09-10 21:22:57 +0000 |
| commit | c039e4e618d7da96909d42995eb21074945a3624 (patch) | |
| tree | a58d5f6393afb1e66b1ee9e73f8bd492acc534be /kernel/term.mli | |
| parent | e72024e2292a50684b7f280d6efb8fee090e2dbf (diff) | |
Correction pour make doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@594 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
| -rw-r--r-- | kernel/term.mli | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/kernel/term.mli b/kernel/term.mli index e4e0e1df5c..fe3996c5c6 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -5,7 +5,7 @@ open Util open Pp open Names -(*i open Generic i*) +(* open Generic *) (*i*) (*s The sorts of CCI. *) @@ -76,7 +76,7 @@ and typed_type type flat_arity = (name * constr) list * sorts -(*s Functions about typed_type *) +(*s Functions about [typed_type] *) val make_typed : constr -> sorts -> typed_type val make_typed_lazy : constr -> (constr -> sorts) -> typed_type @@ -358,12 +358,6 @@ val args_of_const : constr -> constr array val destEvar : constr -> int * constr array val num_of_evar : constr -> int -(* -(* Destructs an abstract term *) -val destAbst : constr -> section_path * constr array -val path_of_abst : constr -> section_path -val args_of_abst : constr -> constr array -*) (* Destructs a (co)inductive type *) val destMutInd : constr -> inductive val op_of_mind : constr -> inductive_path |
