8 lines
199 B
Text
8 lines
199 B
Text
import algebra.ring -- has_add, has_one, ... will be moved to init in the future
|
|
open algebra
|
|
|
|
variable {A : Type}
|
|
|
|
-- variables [s : ring A]
|
|
-- set_option pp.all true
|
|
-- check bit1 (bit0 (one : A))
|