lean4-htt/tests/lean/run/inlineIfReduceLCNF.lean
2022-09-13 18:23:42 -07:00

7 lines
141 B
Text

import Lean
def f (x y z : Nat) : Array Nat :=
#[x, y, z, y, x]
set_option trace.Compiler.result true
#eval Lean.Compiler.compile #[``f]