lean4-htt/tests/lean/220.lean.expected.out
2021-12-15 11:42:38 +00:00

5 lines
97 B
Text

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