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

13 lines
452 B
Text

#print prefix semigroup
#print "======================="
structure [class] has_two_muls (A : Type) extends has_mul A renaming mul→mul1,
private has_mul A renaming mul→mul2
#print prefix has_two_muls
#print "======================="
structure [class] another_two_muls (A : Type) extends has_mul A renaming mul→mul1,
has_mul A renaming mul→mul2