diff options
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index 6a3c1165fe..850f06f87b 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -75,6 +75,7 @@ type printable = | PrintAbout of reference or_by_notation | PrintImplicit of reference or_by_notation | PrintAssumptions of bool * bool * reference or_by_notation + | PrintStrategy of reference or_by_notation option type search_about_item = | SearchSubPattern of constr_pattern_expr |
