Add name suggestions to types
This commit is contained in:
parent
7c925aed9b
commit
8839dd049a
5 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue