4364b7f926
Remark: there is one exception (command: print definition). For this command pp.beta is still false.
7 lines
85 B
Text
7 lines
85 B
Text
open nat
|
|
|
|
check (λ x : nat, x) 1
|
|
|
|
set_option pp.beta false
|
|
|
|
check (λ x : nat, x) 1
|