Add name suggestions to types

This commit is contained in:
Kiana Sheibani 2022-09-16 12:39:47 -04:00
parent 7c925aed9b
commit 8839dd049a
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
5 changed files with 10 additions and 3 deletions

View file

@ -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