From 9da7715108554a5105c012685e90b2fa563abf08 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Thu, 14 Nov 2019 13:41:00 +0100 Subject: In printing patterns, distinguish the case of a notation to @id. This is a case which conventionally deactivates implicit arguments. --- test-suite/output/Notations.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-suite') diff --git a/test-suite/output/Notations.out b/test-suite/output/Notations.out index 2966c1126d..53ad8a9612 100644 --- a/test-suite/output/Notations.out +++ b/test-suite/output/Notations.out @@ -107,8 +107,8 @@ fun x : option Z => match x with end : option Z -> Z fun x : option Z => match x with - | SOME2 x0 => x0 - | NONE2 => 0 + | SOME3 _ x0 => x0 + | NONE3 _ => 0 end : option Z -> Z fun x : list ?T => -- cgit v1.2.3