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