diff options
| author | Hugo Herbelin | 2019-12-10 23:10:26 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2019-12-10 23:53:05 +0100 |
| commit | 6bff5ed8ef6ef6148e035f80e26e60d050e79c43 (patch) | |
| tree | 0738581ffbb52c57dab9e34509e0377891fe0da3 /test-suite | |
| parent | 0ad6e13fc3065c6ff1eefa87c8a709fdf5602b0a (diff) | |
Fixing #10750 (anomaly of "Print Visibility" on only-printing notations).
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/Notations2.v | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/success/Notations2.v b/test-suite/success/Notations2.v index d047f7560e..aa439fae12 100644 --- a/test-suite/success/Notations2.v +++ b/test-suite/success/Notations2.v @@ -165,3 +165,10 @@ Notation "# x ## t & u" := ((fun x => (x,t)),(fun x => (x,u))) (at level 0, x pa Check fun y : nat => # (x,z) ## y & y. End M17. + +Module Bug10750. + +Notation "#" := 0 (only printing). +Print Visibility. + +End Bug10750. |
