diff options
Diffstat (limited to 'test-suite/output/Cases.out')
| -rw-r--r-- | test-suite/output/Cases.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Cases.out b/test-suite/output/Cases.out index 6515b368de..152a722aa7 100644 --- a/test-suite/output/Cases.out +++ b/test-suite/output/Cases.out @@ -10,7 +10,7 @@ fix F (t : t) : P t := t_rect is monomorphic proj = fun (x y : nat) (P : nat -> Type) (def : P x) (prf : P y) => -match eq_nat_dec x y with +match Nat.eq_dec x y with | left eqprf => match eqprf in (_ = z) return (P z) with | eq_refl => def end |
