diff options
| author | Pierre-Marie Pédrot | 2014-03-19 19:10:43 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-03-19 21:04:25 +0100 |
| commit | 2d015514b890c2c6f5506fa15c5b592209a590ae (patch) | |
| tree | 7007e9454c587ea6496d3c4d24b5e808aaa785de /intf | |
| parent | 53138852926664706193f09d013d3e8087f7bc8f (diff) | |
Adding a Print Strategy vernacular command. It allows to check the
transparent status of variables and constants.
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 |
