3 lines
98 B
Text
3 lines
98 B
Text
set_option trace.compiler.ir.init true
|
|
def f (as bs cs : List Nat) : List Nat :=
|
|
as ++ bs ++ cs
|