diff options
| -rw-r--r-- | test-suite/output/Notations.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/output/Notations.out b/test-suite/output/Notations.out index 9b2ba5dfcc..54b4939e64 100644 --- a/test-suite/output/Notations.out +++ b/test-suite/output/Notations.out @@ -120,11 +120,11 @@ fun x : option Z => match x with | NONE2 => 0 end : option Z -> Z -fun x : list ?90 => match x with +fun x : list ?95 => match x with | NIL => NONE2 | (_ :') t => SOME2 t end - : list ?90 -> option (list ?90) + : list ?95 -> option (list ?95) s : s Identifier 'foo' now a keyword |
