This commit is contained in:
Sebastian Ullrich 2020-12-09 11:07:02 +01:00
parent f4267c9bf8
commit 2afbb2ce42

View file

@ -343,11 +343,6 @@ class HMul (α : Type u) (β : Type v) (γ : outParam (Type w)) where
export HMul (hMul)
class HMul (α : Type u) (β : Type v) (γ : outParam (Type w)) where
hMul : α → β → γ
export HMul (hMul)
instance : HMul Nat Nat Nat where
hMul := Nat.mul
@ -464,4 +459,4 @@ TODO
## Local Instances
TODO
TODO