diff options
| author | Pierre Boutillier | 2013-12-19 18:59:28 +0100 |
|---|---|---|
| committer | Pierre Boutillier | 2013-12-19 18:59:28 +0100 |
| commit | e8134a4b6c921f30256cecf8a2c3ff596380cf2e (patch) | |
| tree | 2fc2957ee0e519c8c0f172b197b0b1cd2d2ab19e | |
| parent | 5524273641556c81ce8f591861b19eae00fec27b (diff) | |
test-suite/output/Notations : evar number change
| -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 |
