10 lines
165 B
Text
10 lines
165 B
Text
import data.nat
|
|
open nat
|
|
|
|
variables {a : nat}
|
|
|
|
abbreviation b : num := 2
|
|
|
|
check (λ x, x) a + of_num b = 10
|
|
set_option pp.all true
|
|
check (λ x, x) a + of_num b = 10
|