File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,15 +126,11 @@ instance commMonoidWithZero {α : Type*} [OrderedCommSemiring α] :
126126 CommMonoidWithZero (Icc (0 : α) 1 ) := fast_instance%
127127 Subtype.coe_injective.commMonoidWithZero _ coe_zero coe_one coe_mul coe_pow
128128
129- /-- error: (kernel) declaration has metavariables 'Set.Icc.cancelMonoidWithZero' -/
130- #guard_msgs in
131129instance cancelMonoidWithZero {α : Type *} [OrderedRing α] [NoZeroDivisors α] :
132130 CancelMonoidWithZero (Icc (0 : α) 1 ) := fast_instance%
133131 @Function.Injective.cancelMonoidWithZero α _ NoZeroDivisors.toCancelMonoidWithZero _ _ _ _
134132 (fun v => v.val) Subtype.coe_injective coe_zero coe_one coe_mul coe_pow
135133
136- /-- error: (kernel) declaration has metavariables 'Set.Icc.cancelCommMonoidWithZero' -/
137- #guard_msgs in
138134instance cancelCommMonoidWithZero {α : Type *} [OrderedCommRing α] [NoZeroDivisors α] :
139135 CancelCommMonoidWithZero (Icc (0 : α) 1 ) := fast_instance%
140136 @Function.Injective.cancelCommMonoidWithZero α _ NoZeroDivisors.toCancelCommMonoidWithZero _ _ _ _
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ instance orderedSemiring [OrderedSemiring α] : OrderedSemiring { x : α // 0
6969 (fun _ _ => rfl) (fun _ _=> rfl) (fun _ _ => rfl)
7070 (fun _ _ => rfl) fun _ => rfl
7171
72- /-- error: unknown free variable '_fvar.19139' -/
73- #guard_msgs in
7472instance strictOrderedSemiring [StrictOrderedSemiring α] :
7573 StrictOrderedSemiring { x : α // 0 ≤ x } := fast_instance%
7674 Subtype.coe_injective.strictOrderedSemiring _ Nonneg.coe_zero Nonneg.coe_one
@@ -86,8 +84,6 @@ instance orderedCommSemiring [OrderedCommSemiring α] :
8684instance orderedCommMonoid [OrderedCommSemiring α] : OrderedCommMonoid { x : α // 0 ≤ x } where
8785 mul_le_mul_left a _ h c := mul_le_mul le_rfl h a.prop c.prop
8886
89- /-- error: unknown free variable '_fvar.29853' -/
90- #guard_msgs in
9187instance strictOrderedCommSemiring [StrictOrderedCommSemiring α] :
9288 StrictOrderedCommSemiring { x : α // 0 ≤ x } := fast_instance%
9389 Subtype.coe_injective.strictOrderedCommSemiring _ Nonneg.coe_zero Nonneg.coe_one
You can’t perform that action at this time.
0 commit comments