lean4-htt/tests/lean/run/382.lean
2021-04-30 19:40:45 -07:00

8 lines
167 B
Text

variable (n k : Nat)
set_option pp.all true
#check n+k
#check (n + k : Int)
#check (n + 1 : Int)
#check (2 + n : Int)
#check (1 + 2 : Int)
#check (1 + 2 * 3 : UInt32)