Index

File: reduce_iterative.ads

Description

Subprograms & Entries

Reduce_Iterative (generic)

generic  type Element       is private;type Index         is 
(<>);
type Element_Array is array (Index range <>) of Element;
with function Combine (Left, Right: Element) return Element is <>;
function Reduce_Iterative (A: Element_Array) return Element;

References:

reduce_iterative.ads:9:10 (declaration)
max.adb:4:6 (with line)
max.adb:20:35 (reference)
reduce_iterative.adb:1:10 (body)
reduce_iterative.adb:10:5 (label)

Called by:

Max defined at max.adb:7:11