18 lines
218 B
Text
18 lines
218 B
Text
import algebra.ring
|
|
set_option pp.all true
|
|
|
|
constant int : Type₁
|
|
constant int_comm_ring : comm_ring int
|
|
attribute int_comm_ring [instance]
|
|
|
|
#elab 3
|
|
|
|
#elab Type
|
|
|
|
#elab Prop
|
|
|
|
#elab int
|
|
|
|
#elab (2 : int)
|
|
|
|
#elab eq.subst
|