lean4-htt/old_tests/tests/lean/pp_beta.lean
2018-04-10 12:56:55 -07:00

7 lines
86 B
Text

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