diff options
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/tacred.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/tacred.ml b/pretyping/tacred.ml index 0c9ec04844..2768bb3fea 100644 --- a/pretyping/tacred.ml +++ b/pretyping/tacred.ml @@ -542,7 +542,7 @@ let unfold env sigma name = clos_norm_flags (unfold_flags name) env sigma -(* unfoldoccs : (readable_constraints -> (int list * section_path) -> constr -> constr) +(* [unfoldoccs : (readable_constraints -> (int list * section_path) -> constr -> constr)] * Unfolds the constant name in a term c following a list of occurrences occl. * at the occurrences of occ_list. If occ_list is empty, unfold all occurences. * Performs a betaiota reduction after unfolding. *) |
