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

10 lines
152 B
Text

--
open nat
variables {a : nat}
definition b : num := 2
#check (λ x, x) a + of_num b = 10
set_option pp.all true
#check (λ x, x) a + of_num b = 10