Add name suggestions to types
This commit is contained in:
parent
7c925aed9b
commit
8839dd049a
5 changed files with 10 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ public export
|
|||
Vector : Nat -> Type -> Type
|
||||
Vector n = Array [n]
|
||||
|
||||
%name Vector v,w,u
|
||||
|
||||
||| The length (number of dimensions) of the vector.
|
||||
public export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue