3 type Chunk_List_Element
;
4 type Chunk_List
is access Chunk_List_Element
;
6 type Arr
is array (Natural range <>) of Integer;
8 type Chunk
(Size
: Natural) is record
13 type Chunk_List_Element
(Size
: Natural) is record
18 function To_Chunk_List
(C
: Chunk
) return Chunk_List
;