diff options
| author | Emilio Jesus Gallego Arias | 2019-12-12 13:27:18 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-12-12 13:27:18 +0100 |
| commit | 53459444eb4f6be0c57254cd8ea6272279a410fc (patch) | |
| tree | 78a3e2784ca73ff78c3603a5154e70e0f2a7a407 /test-suite | |
| parent | 4a7a5c36802701d0e1b47956bb14cfc9cab99baa (diff) | |
| parent | 6bff5ed8ef6ef6148e035f80e26e60d050e79c43 (diff) | |
Merge PR #11276: Fixing #10750: "Print Visibility" raises Not_found on only-printing notations
Ack-by: cpitclaudel
Reviewed-by: ejgallego
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. |
