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

@ -43,6 +43,8 @@ data Array : (s : Vect rk Nat) -> (a : Type) -> Type where
MkArray : (ord : Order) -> (sts : Vect rk Nat) ->
(s : Vect rk Nat) -> PrimArray a -> Array s a
%name Array arr
--------------------------------------------------------------------------------
-- Properties of arrays