diff options
| author | Tony Beta Lambda | 2018-01-01 14:50:39 +0800 |
|---|---|---|
| committer | Tony Beta Lambda | 2018-01-01 14:50:39 +0800 |
| commit | 7e05dec4044ad3785edc005a8504bf20819704d4 (patch) | |
| tree | 089df84ee779070d2cfef5fc952c6776def19bd2 /interp/constrexpr_ops.mli | |
| parent | 2d6e395dead61a49ede6208bc40e16b4b8e68ce4 (diff) | |
Fix mli-doc issue #6531
Diffstat (limited to 'interp/constrexpr_ops.mli')
| -rw-r--r-- | interp/constrexpr_ops.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrexpr_ops.mli b/interp/constrexpr_ops.mli index 3ecb3d3212..6e5c0f8515 100644 --- a/interp/constrexpr_ops.mli +++ b/interp/constrexpr_ops.mli @@ -84,7 +84,7 @@ val names_of_local_assums : local_binder_expr list -> Name.t located list (** Same as [names_of_local_binder_exprs], but does not take the [let] bindings into account. *) -(** { 6 Folds and maps } *) +(** {6 Folds and maps} *) (** Used in typeclasses *) val fold_constr_expr_with_binders : (Id.t -> 'a -> 'a) -> |
