diff options
| author | Jasper Hugunin | 2019-05-07 15:04:04 -0700 |
|---|---|---|
| committer | Jasper Hugunin | 2019-05-10 12:23:32 -0700 |
| commit | beb5bdec79ff371f48a478df3c24f2cf9d68aa1f (patch) | |
| tree | 727cd1ef35cca121d784274ef8bf739ffac5cfc2 /test-suite/success | |
| parent | 8ee7a4a7003fc2c5b01e0d6041961b3da14c0c84 (diff) | |
Use Print Custom Grammar to inspect custom entries
Diffstat (limited to 'test-suite/success')
| -rw-r--r-- | test-suite/success/Notations2.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/success/Notations2.v b/test-suite/success/Notations2.v index 2533a39cc4..d047f7560e 100644 --- a/test-suite/success/Notations2.v +++ b/test-suite/success/Notations2.v @@ -151,8 +151,8 @@ Module M16. Local Notation "##" := 0 (in custom foo2). (* Test Print Grammar *) - Print Grammar foo. - Print Grammar foo2. + Print Custom Grammar foo. + Print Custom Grammar foo2. End M16. (* Example showing the need for strong evaluation of |
