diff options
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/evarconv.mli | 2 | ||||
| -rw-r--r-- | pretyping/termops.mli | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pretyping/evarconv.mli b/pretyping/evarconv.mli index c4961873a0..2a78989f15 100644 --- a/pretyping/evarconv.mli +++ b/pretyping/evarconv.mli @@ -15,7 +15,7 @@ open Reductionops open Evd open Locus -(** Unification for type inference. } *) +(** {4 Unification for type inference. } *) exception UnableToUnify of evar_map * Pretype_errors.unification_error diff --git a/pretyping/termops.mli b/pretyping/termops.mli index 552513a27e..3fe266727f 100644 --- a/pretyping/termops.mli +++ b/pretyping/termops.mli @@ -115,6 +115,8 @@ val occur_var_in_decl : env -> Id.t -> 'a * types option * types -> bool val free_rels : constr -> Int.Set.t + +(** [dependent m t] tests whether [m] is a subterm of [t] *) val dependent : constr -> constr -> bool val dependent_no_evar : constr -> constr -> bool val count_occurrences : constr -> constr -> int |
