lean4-htt/tests/lean/pp_beta.lean
2017-03-09 18:41:19 -08:00

7 lines
86 B
Text

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