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

12 lines
177 B
Text

variables a b : nat
set_option pp.all true
#check a * b
#check a + b
-- instance : semigroup nat := sorry
-- instance : add_semigroup nat := sorry
#check a * b
#check a + b