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 /printing | |
| parent | 53138852926664706193f09d013d3e8087f7bc8f (diff) | |
Adding a Print Strategy vernacular command. It allows to check the
transparent status of variables and constants.
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/ppvernac.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 430dfab4d8..ecc80c2cf3 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -459,6 +459,8 @@ let pr_printable = function in str cmd ++ spc() ++ pr_smart_global qid | PrintNamespace dp -> str "Print Namespace" ++ pr_dirpath dp +| PrintStrategy None -> str "Print Strategies" +| PrintStrategy (Some qid) -> str "Print Strategy" ++ pr_smart_global qid in let pr_using e = str (Proof_using.to_string e) in |
