lean4-htt/tests/lean/pp_beta.lean
2017-01-20 19:08:41 -08:00

7 lines
84 B
Text

open nat
check (λ x : nat, x) 1
set_option pp.beta true
check (λ x : nat, x) 1