diff options
Diffstat (limited to 'test-suite/output/Notations.v')
| -rw-r--r-- | test-suite/output/Notations.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Notations.v b/test-suite/output/Notations.v index 4a2c411ee0..e560aecd8d 100644 --- a/test-suite/output/Notations.v +++ b/test-suite/output/Notations.v @@ -244,7 +244,7 @@ Check (fun x => match x with SOME2 x => x | NONE2 => 0 end). Notation NONE3 := @None. Notation SOME3 := @Some. -Check (fun x => match x with SOME3 x => x | NONE3 => 0 end). +Check (fun x => match x with SOME3 _ x => x | NONE3 _ => 0 end). (* Check correct matching of "Type" in notations. Of course the notation denotes a term that will be reinterpreted with a different |
