7 lines
86 B
Text
7 lines
86 B
Text
open nat
|
|
|
|
#check (λ x : nat, x) 1
|
|
|
|
set_option pp.beta true
|
|
|
|
#check (λ x : nat, x) 1
|