diff options
| author | mrmr1993 | 2018-03-03 11:11:15 +0000 |
|---|---|---|
| committer | mrmr1993 | 2018-03-05 14:35:30 +0000 |
| commit | fb4571bf487fd590d5e64ee33b27a7212a491466 (patch) | |
| tree | 9c1d2def0d3ba80ec7b0ae475bb5a69ddb15863b /interp | |
| parent | 1f0d1f04b704e3368a12613f31061a53a2e40d01 (diff) | |
Fix formatting of some ocamldoc comments to reduce warnings
Diffstat (limited to 'interp')
| -rw-r--r-- | interp/constrintern.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrintern.ml b/interp/constrintern.ml index 84162ca89b..918e12e5cb 100644 --- a/interp/constrintern.ml +++ b/interp/constrintern.ml @@ -1077,7 +1077,7 @@ type 'a raw_cases_pattern_expr_r = | RCPatAlias of 'a raw_cases_pattern_expr * Misctypes.lname | RCPatCstr of Globnames.global_reference * 'a raw_cases_pattern_expr list * 'a raw_cases_pattern_expr list - (** [RCPatCstr (loc, c, l1, l2)] represents ((@c l1) l2) *) + (** [RCPatCstr (loc, c, l1, l2)] represents [((@ c l1) l2)] *) | RCPatAtom of (Misctypes.lident * (Notation_term.tmp_scope_name option * Notation_term.scope_name list)) option | RCPatOr of 'a raw_cases_pattern_expr list and 'a raw_cases_pattern_expr = ('a raw_cases_pattern_expr_r, 'a) DAst.t |
