7f1800962a
see #922
7 lines
135 B
Text
7 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)
|