lean4-htt/tests/lean/220.lean.expected.out
2020-11-24 10:18:02 -08:00

5 lines
113 B
Text

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