diff options
| author | ppedrot | 2012-10-29 13:46:49 +0000 |
|---|---|---|
| committer | ppedrot | 2012-10-29 13:46:49 +0000 |
| commit | 356880039b1a17d83f706ec69b57c9527230ca96 (patch) | |
| tree | 5d6ce25756498beb2ef640b9943c005999c7d637 /intf | |
| parent | 278517722988d040cb8da822e319d723670ac519 (diff) | |
Fixed #2926:
Extend "Print Opaque Dependencies" for transparent dependencies as
well
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15935 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli index 25897950e3..97080fdad5 100644 --- a/intf/vernacexpr.mli +++ b/intf/vernacexpr.mli @@ -65,7 +65,7 @@ type printable = | PrintVisibility of string option | PrintAbout of reference or_by_notation | PrintImplicit of reference or_by_notation - | PrintAssumptions of bool * reference or_by_notation + | PrintAssumptions of bool * bool * reference or_by_notation type search_about_item = | SearchSubPattern of constr_pattern_expr |
