lean4-htt/old_tests/tests/lean/run/record10.lean
2018-04-10 12:56:55 -07:00

15 lines
439 B
Text

set_option old_structure_cmd true
#print prefix semigroup
#print "======================="
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 "======================="
class another_two_muls (A : Type) extends has_mul A renaming mul→mul1,
has_mul A renaming mul→mul2