lean2/tests/lean/pp_beta.lean
Leonardo de Moura 4364b7f926 feat(frontends/lean): pp.beta is true by default
Remark: there is one exception (command: print definition). For this
command pp.beta is still false.
2015-02-24 12:27:53 -08:00

7 lines
85 B
Text

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