generic with function "+" (Left, Right : Element) return Element is <>; with function "/" (Left : Element; Right : Real) return Element is <>; package Averages is
function Average
function Average return Element;