lean4-htt/tests/lean/run/toLCNFCacheBug.lean
2022-08-17 17:16:13 -07:00

9 lines
146 B
Text

import Lean
def f' (x y : Nat) :=
let s := (x, y)
let y := s.2
y + s.2
set_option trace.Compiler true
#eval Lean.Compiler.compile #[``f']