8 lines
135 B
Text
8 lines
135 B
Text
|
import data.nat
|
||
|
|
||
|
set_option pp.all true
|
||
|
set_option pp.numerals true
|
||
|
set_option pp.universes false
|
||
|
|
||
|
check (10 : nat) + (3 : nat)
|