Idris2/tests/idris2/reg/reg022/case.idr
2023-09-07 14:57:22 +01:00

6 lines
227 B
Idris

-- Previously this gave an 'unreachable case warning' and evaluated
-- to the first case! Should give foo : Nat -> Nat
foo : (x : Nat) -> case S x of
Z => Nat -> Nat
(S k) => Nat