doc: fix
This commit is contained in:
parent
f4267c9bf8
commit
2afbb2ce42
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue