lean4-htt/tests/lean/220.lean.expected.out
2021-08-03 09:13:18 +02:00

5 lines
98 B
Text

def f : List Nat → List Nat :=
fun x =>
match x with
| a :: xs@(b :: bs) => xs
| x => []